summaryrefslogtreecommitdiff
path: root/libavcodec/adxdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* adxdec: get rid of an avpriv functionAnton Khirnov2014-07-09
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* adx: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* adxdec: use planar sample formatJustin Ruggles2012-10-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* adxdec: clear eof flag and channel states when seekingJustin Ruggles2012-01-03
* adxdec: Do not require extradata.Michael Niedermayer2012-01-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles2011-11-26
* adx: add an ADX parser.Justin Ruggles2011-11-26
* adx: move header decoding to ADX common codeJustin Ruggles2011-11-26
* adx: calculate the number of blocks in a packetJustin Ruggles2011-11-26
* adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLESJustin Ruggles2011-11-26
* adx: check for unsupported ADX formatsJustin Ruggles2011-11-26
* adx: calculate correct LPC coeffsJustin Ruggles2011-11-26
* adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles2011-11-26
* adx: simplify adx_decode() by using get_sbits() to read residual samplesJustin Ruggles2011-11-26
* adx: fix the data offset parsing in adx_decode_header()Justin Ruggles2011-11-26
* adx: remove unneeded post-decode channel interleavingJustin Ruggles2011-11-26
* adx: validate header valuesJustin Ruggles2011-11-26
* adx: cosmetics: general pretty-printing and comment clean-upJustin Ruggles2011-11-26
* adx: remove useless commentsJustin Ruggles2011-11-26
* adx: change short to int16_tJustin Ruggles2011-11-26
* adx: rename struct PREV to ADXChannelStateJustin Ruggles2011-11-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun2008-08-17
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* constMichael Niedermayer2008-02-01
* move adx.c to adxdec.cAurelien Jacobs2007-11-01