December 19, 2011
View cb42ed1

adxdec: Fix division by zero

Michael Niedermayer authored on 2011/12/19 04:10:51
View 2bbda98

adxdec: Do not require extradata.

Michael Niedermayer authored on 2011/12/19 04:10:30
December 3, 2011
View e4de716

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/12/03 10:08:55
November 27, 2011
View 5c15b78

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/11/27 08:30:13
View 9d2dd35

adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()

Justin Ruggles authored on 2011/11/27 07:00:00
November 21, 2011
View 27360cc

adx: add an ADX parser.

Justin Ruggles authored on 2011/11/21 15:49:37
View d8cec2d

adx: move header decoding to ADX common code

Justin Ruggles authored on 2011/11/21 10:16:05
View 7ff55d9

adx: calculate the number of blocks in a packet

Justin Ruggles authored on 2011/11/21 07:53:43
View 05c1f11

adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES

Justin Ruggles authored on 2011/11/21 07:50:46
View d174561

adx: check for unsupported ADX formats

Justin Ruggles authored on 2011/11/21 07:07:59
View b237248

adx: calculate correct LPC coeffs

Justin Ruggles authored on 2011/11/21 04:21:32
View 954d94d

adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow

Justin Ruggles authored on 2011/11/21 04:03:21
View c52ddc6

adx: simplify adx_decode() by using get_sbits() to read residual samples

Justin Ruggles authored on 2011/11/21 03:06:32
View ca9e472

adx: fix the data offset parsing in adx_decode_header()

Justin Ruggles authored on 2011/11/21 02:57:21
September 7, 2011
View 0eea212

Add avcodec_decode_audio4().

Justin Ruggles authored on 2011/09/07 01:17:45