summaryrefslogtreecommitdiff
path: root/libavcodec/adxdec.c
Commit message (Expand)AuthorAgeFilesLines
...
| * adx: check for unsupported ADX formatsJustin Ruggles2011-11-261-0/+6
| * adx: calculate correct LPC coeffsJustin Ruggles2011-11-261-2/+5
| * adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles2011-11-261-1/+1
| * adx: simplify adx_decode() by using get_sbits() to read residual samplesJustin Ruggles2011-11-261-12/+5
| * adx: fix the data offset parsing in adx_decode_header()Justin Ruggles2011-11-261-2/+2
| * adx: remove unneeded post-decode channel interleavingJustin Ruggles2011-11-261-39/+19
| * adx: validate header valuesJustin Ruggles2011-11-261-5/+12
| * adx: cosmetics: general pretty-printing and comment clean-upJustin Ruggles2011-11-261-61/+73
| * adx: remove useless commentsJustin Ruggles2011-11-261-7/+2
| * adx: change short to int16_tJustin Ruggles2011-11-261-3/+3
| * adx: rename struct PREV to ADXChannelStateJustin Ruggles2011-11-261-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+6
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun2008-08-171-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-1/+7
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constMichael Niedermayer2008-02-011-1/+1
* move adx.c to adxdec.cAurelien Jacobs2007-11-011-0/+169