• Rostislav Pehlivanov's avatar
    lavc: implement an ATRAC9 decoder · 755e6183
    Rostislav Pehlivanov authored
    This commit implements a full ATRAC9 decoder, a simple low-delay codec
    developed by Sony and used in most PSVita games, some PS3 games and some
    PS4 games. Its similar to AAC in that it uses Huffman coded scalefactors
    but instead of vector quantization it just Huffman codes the spectral
    coefficients (in a way similar to how Opus splits band energy coding
    into coarse and fine precision). It opts to write rather large Huffman
    codes by packing several small coefficients into one Huffman coded
    symbol, though I don't believe this increases efficiency at all.
    Band extension implements SBC in a simple way, first it mirrors the
    lower spectrum onto the higher frequencies and then it uses one of 5
    filters to shape it. Noise substitution is implemented via 2 of them.
    Unlike previous ATRAC codecs, there's no QMF, this is a standard MDCT
    codec.
    
    Based off of the reverse engineering work of Alex Barney.
    Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
    755e6183
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...