Author | SHA1 | Message | Date |
---|---|---|---|
|
7859740c6a |
adx_parser: rewrite.
The previous code ended in multiple different infinite loops. See stl_ten_1_big.sfd as example with and without zzuf Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
13 years ago |
|
3bf1d787b5 |
adx_parser: Fix infinite loop.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
13 years ago |
|
9d2dd356c2 |
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
It is used by the ADX decoder, and therefore needs to be exported in order to work with shared libs. |
13 years ago |
|
27360ccc5e |
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. |
13 years ago |