Daala is a
video coding format under development by the
Xiph.Org Foundation under the lead of Timothy B. Terriberry mainly sponsored by the
Mozilla Corporation.
Like
Theora
Theora is a free lossy video compression format. It was developed by the Xiph.Org Foundation and distributed without licensing fees alongside their other free and open media projects, including the Vorbis audio format and the Ogg contai ...
and
Opus, Daala is available free of any royalties and its reference implementation is being developed as
free and open-source software
Free and open-source software (FOSS) is software available under a license that grants users the right to use, modify, and distribute the software modified or not to everyone free of charge. FOSS is an inclusive umbrella term encompassing free ...
. The name is taken from the fictional character of
Admiral Natasi Daala from the ''
Star Wars
''Star Wars'' is an American epic film, epic space opera media franchise created by George Lucas, which began with the Star Wars (film), eponymous 1977 film and Cultural impact of Star Wars, quickly became a worldwide popular culture, pop cu ...
'' universe.
The
reference implementation
In the software development process, a reference implementation (or, less frequently, sample implementation or model implementation) is a program that implements all requirements from a corresponding specification. The reference implementation ...
is written in
C and published, together with its
source code
In computing, source code, or simply code or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer.
Since a computer, at base, only ...
, as
free software
Free software, libre software, libreware sometimes known as freedom-respecting software is computer software distributed open-source license, under terms that allow users to run the software for any purpose as well as to study, change, distribut ...
under the terms of a
BSD-like license.
Software patent
A software patent is a patent on a piece of software, such as a computer program, library, user interface, or algorithm. The validity of these patents can be difficult to evaluate, as software is often at once a product of engineering, something ...
s are being filed for techniques used in and developed for Daala. Those patents are freely licensed to everybody to use for any purpose.
However, the patent holders reserve the right to use them to counter patent infringement lawsuits filed by others.
Since June 20, 2013, the development is accompanied by a series of sporadically published posts on the underlying technology on the website of the Xiph.Org Foundation.
The Daala project is one of the collaborators in the
IETF
The Internet Engineering Task Force (IETF) is a standards organization for the Internet standard, Internet and is responsible for the technical standards that make up the Internet protocol suite (TCP/IP). It has no formal membership roster ...
's
NETVC project.
Design goals
Daala is aimed to be a suitable proposal for a new video coding standard for the
Internet
The Internet (or internet) is the Global network, global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a internetworking, network of networks ...
and
real-time applications.
Therefore, it is meant to be usable free from
patent licensing constraints and to be openly documented to enable widespread adoption.
Also, it is being designed to cover a broad spectrum of use cases.
Daala was projected to eventually perform as well as if not better than other modern formats. The developers want to rely less on improving traditional design principles incrementally as such effort is observed to deliver decreasing returns after many years, and tends to grow complexity. (All widely adopted designs to date share the same basic design that dates back to
H.261 from three decades ago.)
Instead, the higher risk of researching and trying new basic techniques is expected to yield unprecedented and potentially more useful algorithms. Such an approach also makes software patent infringement less likely.
Moreover, possibilities for parallel processing are considered and hardware support
is being pursued.
Daala is intended to be a high-efficiency video coding format for use cases similar to those of
High Efficiency Video Coding (HEVC or H.265) and
VP9.
It has been stated that the performance goal is to be a generation beyond HEVC and VP9.
Technology
As a basic technology Daala uses an unconventional
discrete cosine transform with overlapping blocks. This reduces the
blocking artifacts characteristic of other video codecs that use the
discrete cosine transform
A discrete cosine transform (DCT) expresses a finite sequence of data points in terms of a sum of cosine functions oscillating at different frequency, frequencies. The DCT, first proposed by Nasir Ahmed (engineer), Nasir Ahmed in 1972, is a widely ...
(DCT) directly, without the need for
additional filtering against blocking artifacts.
The coefficients are coded by
Perceptual Vector Quantisation (PVQ, a spherical
vector quantisation), which models human perception.
All substreams that the encoder produces are coded to one bitstream by a
range encoder.
History
Within the family of Xiph.Org multimedia formats, Daala is the successor to
Theora
Theora is a free lossy video compression format. It was developed by the Xiph.Org Foundation and distributed without licensing fees alongside their other free and open media projects, including the Vorbis audio format and the Ogg contai ...
from 2004.
Problems with agreeing on video formats for
WebRTC
WebRTC (Web Real-Time Communication) is a free and open-source project providing web browsers and mobile applications with real-time communication (RTC) via application programming interfaces (APIs). It allows audio and video communication and ...
and successes in the development of the audio coding standard
Opus are being cited as motivations for developing a video coding standard.
Following up on the successful standardisation of Opus at the
Internet Engineering Task Force
The Internet Engineering Task Force (IETF) is a standards organization for the Internet standard, Internet and is responsible for the technical standards that make up the Internet protocol suite (TCP/IP). It has no formal membership roster ...
(IETF), it was planned to also develop a worldwide video coding standard there.
The purpose of Daala is to provide an initial proposal for the development of that standard. Therefore, it is hoped to be transformed by or reassembled with a lot of useful contributions by other parties.
First experimental code already existed in 2010.
First steps in moving from merely investigating coding techniques to having a functional prototype were planned to start on May 27, 2013.
On May 30 an
alpha
Alpha (uppercase , lowercase ) is the first letter of the Greek alphabet. In the system of Greek numerals, it has a value of one. Alpha is derived from the Phoenician letter ''aleph'' , whose name comes from the West Semitic word for ' ...
prototype of Daala was used to
stream
A stream is a continuous body of water, body of surface water Current (stream), flowing within the stream bed, bed and bank (geography), banks of a channel (geography), channel. Depending on its location or certain characteristics, a strea ...
video over the Internet.
On September 17, 2014, it was generally stated that it could produce better results than its peers up to about 0.5 bits per pixel.
According to Timothy Terriberry, another year of development is needed as of January 2015.
After several preliminary meetings, a respective working group with the mission to develop an Internet Video Codec (NetVC) officially commenced activity on May 18, 2015.
Among other contributions, a series of coding techniques from Daala were officially proposed to the group.
On September 1, 2015, Mozilla announced that the
Alliance for Open Media would use elements of Daala to develop a royalty free video format,
AOMedia Video 1.
NETVC
On March 24, 2015, Daala was presented to the IETF as a candidate for their Internet Video Codec (
NETVC) video standard.
Daala coding techniques have been proposed to the IETF for inclusion into NETVC.
See also
*
WebM – a video file format for royalty-free use in the HTML5 video element
*
AV1 – a next-generation video coding format in development by the Alliance for Open Media that uses elements from Daala and other modern video coding formats
*
Comparison of video codecs
Further reading
*
*
References
* Monika Ermert, Volker Zota, March 25, 2015 (heise.de):
/heise.de/-2584566 Lizenzfreier Videocodec Daala geht ins WebRTC-Rennen
External links
*
{{Compression software
Free video codecs
Open formats
Xiph.Org projects