summaryrefslogtreecommitdiff
path: root/libavcodec/eatgv.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* eatgv: Check memory allocationVittorio Giovara2015-05-31
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* eatgv: use the AVFrame API properly.Anton Khirnov2013-11-16
* eatgv: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* eatgv: use fixed-width types where appropriate.Anton Khirnov2013-01-29
* eatgv: cosmetics, reformatAnton Khirnov2013-01-26
* eatgv: return meaningful error codes.Anton Khirnov2013-01-26
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-23
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* eatgv: check vector_bitsMichael Niedermayer2012-05-06
* eatgv: check motion vectorsKostya Shishkov2012-05-06
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Do not read beyond end of input in EA-TGV. This should avoid FATE test #362Vitor Sessak2010-02-26
* update my email addressPeter Ross2010-01-09
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* 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
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* libavutil/lzo.h is a local headerAurelien Jacobs2009-01-14
* Electronic Arts TGV decoderPeter Ross2008-08-06