]> git.sesse.net Git - ffmpeg/history - libavcodec/eatgv.c
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / eatgv.c
2016-11-18 Alexandra Hájkováea: Convert to the new bitstream reader
2016-09-29 Diego Biurrunea: Change type of array stride parameters to ptrdiff_t
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-05-31 Vittorio Giovaraeatgv: Check memory allocation
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
2013-11-16 Anton Khirnoveatgv: use the AVFrame API properly.
2013-10-31 Anton Khirnoveatgv: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-29 Anton Khirnoveatgv: use fixed-width types where appropriate.
2013-01-26 Anton Khirnoveatgv: cosmetics, reformat
2013-01-26 Anton Khirnoveatgv: return meaningful error codes.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-23 Diego Biurrunav_memcpy_backptr: Drop no longer necessary malloc...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-06 Michael Niedermayereatgv: check vector_bits
2012-05-06 Kostya Shishkoveatgv: check motion vectors
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-26 Vitor SessakDo not read beyond end of input in EA-TGV. This should...
2010-01-09 Peter Rossupdate my email address
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
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-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-14 Aurelien Jacobslibavutil/lzo.h is a local header
2008-08-06 Peter RossElectronic Arts TGV decoder