]> git.sesse.net Git - ffmpeg/history - libavcodec/adxdec.c
cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
[ffmpeg] / libavcodec / adxdec.c
2012-10-09 Justin Rugglesadxdec: use planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-01-03 Justin Rugglesadxdec: clear eof flag and channel states when seeking
2012-01-03 Michael Niedermayeradxdec: Do not require extradata.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-26 Justin Rugglesadx: rename ff_adx_decode_header() to avpriv_adx_decode...
2011-11-26 Justin Rugglesadx: add an ADX parser.
2011-11-26 Justin Rugglesadx: move header decoding to ADX common code
2011-11-26 Justin Rugglesadx: calculate the number of blocks in a packet
2011-11-26 Justin Rugglesadx: define and use 2 new macro constants BLOCK_SIZE...
2011-11-26 Justin Rugglesadx: check for unsupported ADX formats
2011-11-26 Justin Rugglesadx: calculate correct LPC coeffs
2011-11-26 Justin Rugglesadx: use 12-bit coefficients instead of 14-bit to avoid...
2011-11-26 Justin Rugglesadx: simplify adx_decode() by using get_sbits() to...
2011-11-26 Justin Rugglesadx: fix the data offset parsing in adx_decode_header()
2011-11-26 Justin Rugglesadx: remove unneeded post-decode channel interleaving
2011-11-26 Justin Rugglesadx: validate header values
2011-11-26 Justin Rugglesadx: cosmetics: general pretty-printing and comment...
2011-11-26 Justin Rugglesadx: remove useless comments
2011-11-26 Justin Rugglesadx: change short to int16_t
2011-11-26 Justin Rugglesadx: rename struct PREV to ADXChannelState
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-08-17 Diego BiurrunMark adx_decode_init() as type int instead of void...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-01 Michael Niedermayerconst
2007-11-01 Aurelien Jacobsmove adx.c to adxdec.c