]> git.sesse.net Git - ffmpeg/history - libavcodec/apedec.c
lavc: add a wrapper for AVCodecContext.get_buffer().
[ffmpeg] / libavcodec / apedec.c
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-01 Justin Rugglesapedec: output in planar sample format
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-10 Christophe Gisquetape: Use unsigned integer maths
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-31 Michael Niedermayerapedec: check bits <= 32.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-07 Justin Rugglesapedec: allow the user to set the maximum number of...
2012-02-07 Justin Rugglesapedec: do not unnecessarily zero output samples for...
2012-02-07 Justin Rugglesapedec: allocate a single flat buffer for decoded samples
2012-02-07 Justin Rugglesapedec: use sizeof(field) instead of sizeof(type)
2012-02-04 Paul B Maholapedec: 8bit and 24bit support
2012-02-03 Justin Rugglesapedec: remove unneeded #include of get_bits.h and...
2012-02-03 Justin Rugglesapedec: av_fast_malloc() instead of av_realloc()
2012-02-03 Justin Rugglesapedec: fix handling of packet sizes that are not a...
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-26 Mans Rullgardapedec: fix signed integer overflows
2011-11-10 Justin Rugglesapedec: consume the whole packet when copying to the...
2011-11-10 Justin Rugglesapedec: do not needlessly copy s->samples to nblocks.
2011-11-10 Justin Rugglesapedec: check output buffer size after calculating...
2011-11-10 Justin Rugglesapedec: remove unneeded entropy decoder normalization.
2011-10-28 Justin Rugglesapedec: assert that s->samples is not negative before...
2011-10-28 Justin Rugglesapedec: use FFALIGN macro for internal data buffer...
2011-10-28 Justin Rugglesapedec: do not keep incrementing the input data pointer...
2011-10-28 Justin Rugglesapedec: check for input buffer overflow while reading...
2011-10-28 Justin Rugglesapedec: use unsigned int for offset
2011-10-28 Justin Rugglesapedec: remove pointless increment of 'buf'
2011-10-28 Justin Rugglesapedec: set s->currentframeblocks after validating...
2011-10-28 Justin Rugglesapedec: use unsigned int for 'nblocks' and make sure...
2011-10-28 Justin Rugglesapedec: do not set s->samples until after validation.
2011-10-28 Justin Rugglesapedec: check for data buffer realloc failure
2011-10-28 Justin Rugglesapedec: return meaningful error values in ape_decode_fr...
2011-10-28 Justin Rugglesapedec: correct an error message
2011-10-28 Justin Rugglesapedec: cosmetics
2011-10-28 Justin Rugglesapedec: return meaningful error codes from ape_decode_i...
2011-10-28 Justin Rugglesapedec: check for filter buffer allocation failure
2011-10-28 Justin Rugglesapedec: use memcpy for pseudo-stereo mode
2011-10-28 Justin Rugglesapedec: remove unneeded check for zero-size packet.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
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-06-30 Måns Rullgårdapedec: add flush function
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-19 Kostya Shishkov16l trocadero: don't forget to free frame data buffer...
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-12-04 Loren Merritt1-13% faster apply_filter, 1-3% faster ape decoding...
2009-12-04 Kostya Shishkov100l trocadero: call emms_c() after doing decoding...
2009-12-03 Loren Merrittavoid an unpredictable branch
2009-12-03 Loren Merrittinline to allow constant propagation
2009-11-20 Kostya ShishkovImplement missing case for decoding samples with large...
2009-09-16 Kostya ShishkovMonkey's Audio uses subframes too, declare that in...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Kostya ShishkovFix Doxygen comments for APE decoder.
2008-11-19 Kostya ShishkovAdd channel layout to several audio decoders I maintain
2008-09-24 Kostya ShishkovCorrect wrong lower limit and condition used in APE...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-29 Kostya ShishkovWhile APE changed container format in 3.98, frequency...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-06 Kostya ShishkovAdd several vector functions used by Monkey's Audio...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-10 Michael Niedermayersmaller tables
2008-03-04 Michael NiedermayerRemove unused elements from tables.
2008-03-04 Michael NiedermayerDetect and prevent reading over the end of counts_...
2008-03-04 Michael NiedermayerPrevent segfault due to reading over the end of the...
2008-02-01 Michael Niedermayerconst
2008-01-31 Baptiste Couduriercast to correct type, fix warning: apedec.c:859: warnin...
2007-12-02 Diego BiurrunFix some spelling mistakes.
2007-12-01 Vitor Sessakspelling
2007-09-13 Kostya ShishkovMonkey Audio decoder