summaryrefslogtreecommitdiffstats
path: root/libavcodec/eatgv.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-1/+5
* eatgv: use the AVFrame API properly.Anton Khirnov2013-11-161-8/+13
* eatgv: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-4/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-40/+34
* eatgv: use fixed-width types where appropriate.Anton Khirnov2013-01-291-8/+8
* eatgv: cosmetics, reformatAnton Khirnov2013-01-261-76/+81
* eatgv: return meaningful error codes.Anton Khirnov2013-01-261-10/+10
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-1/+1
* av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-231-2/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* eatgv: check vector_bitsMichael Niedermayer2012-05-061-0/+6
* eatgv: check motion vectorsKostya Shishkov2012-05-061-6/+8
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-131-1/+1
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* Fix a bunch of common typos.Diego Biurrun2011-12-111-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Do not read beyond end of input in EA-TGV. This should avoid FATE test #362Vitor Sessak2010-02-261-0/+4
* update my email addressPeter Ross2010-01-091-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-111-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* libavutil/lzo.h is a local headerAurelien Jacobs2009-01-141-1/+1
* Electronic Arts TGV decoderPeter Ross2008-08-061-0/+340
OpenPOWER on IntegriCloud