adx: add an ADX parser.
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 21 Nov 2011 06:49:37 +0000 (01:49 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 26 Nov 2011 21:25:07 +0000 (16:25 -0500)
commit27360ccc5edcaa1a37dec39127e87c461ce668b6
treed0dd010e4a00fc34ec3b2aa8cb8c83f85958b246
parentd8cec2d7fc1c2c5b6f82b8743b3cfd04cd4bb8cc
adx: add an ADX parser.

This simplifies the decoder so it doesn't have to process an in-packet header
or handle arbitrary-sized packets. It also fixes decoding of files with large
headers.
libavcodec/Makefile
libavcodec/adx.h
libavcodec/adx_parser.c [new file with mode: 0644]
libavcodec/adxdec.c
libavcodec/allcodecs.c
libavcodec/version.h
libavformat/segafilm.c