]> git.sesse.net Git - ffmpeg/history - libavcodec/adxenc.c
decode: be more explicit about storing the last packet properties
[ffmpeg] / libavcodec / adxenc.c
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-02-12 Justin Rugglesadxenc: alloc/free coded_frame instead of keeping it...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-21 Justin Rugglesadxenc: use AVCodec.encode2()
2012-03-21 Justin Rugglesadxenc: Use the AVFrame in ADXContext for coded_frame
2012-01-03 Justin Rugglesadxenc: check output buffer size before writing
2012-01-03 Justin Rugglesadxenc: use bytestream functions for header writing.
2012-01-03 Justin Rugglesadxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros
2012-01-03 Justin Rugglesadxenc: use a loop to encode each channel
2012-01-03 Justin Rugglesadxenc: remove unneeded loops
2012-01-03 Justin Rugglesadxenc: avoid stereo deinterleaving
2012-01-03 Justin Rugglesadxenc: remove unnecessary setting of coded_frame-...
2012-01-03 Justin Rugglesadxenc: log an error message and return AVERROR(EINVAL...
2012-01-03 Justin Rugglesadxenc: cosmetics: pretty-printing
2012-01-03 Justin Rugglesadxenc: change some data types
2012-01-03 Justin Rugglesadxenc: remove unneeded log message
2012-01-03 Justin Rugglesadxenc: remove unneeded comments
2011-11-26 Justin Rugglesadx: simplify encoding by using put_sbits()
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: rename struct PREV to ADXChannelState
2011-11-02 Diego BiurrunReplace outdated references to ffmpeg tool with avconv.
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-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
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-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-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-11-01 Aurelien Jacobssplit adx encoder in its own file