| Commit message (Expand) | Author | Age | Files | Lines |
* | eatgv: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -1/+3 |
* | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -1/+1 |
* | avcodec: Use av_reallocp where suitable | Alexandra Khirnova | 2013-12-09 | 1 | -1/+5 |
* | eatgv: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -8/+13 |
* | eatgv: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -4/+2 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -40/+34 |
* | eatgv: use fixed-width types where appropriate. | Anton Khirnov | 2013-01-29 | 1 | -8/+8 |
* | eatgv: cosmetics, reformat | Anton Khirnov | 2013-01-26 | 1 | -76/+81 |
* | eatgv: return meaningful error codes. | Anton Khirnov | 2013-01-26 | 1 | -10/+10 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -1/+1 |
* | av_memcpy_backptr: Drop no longer necessary malloc padding | Diego Biurrun | 2012-10-23 | 1 | -2/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | eatgv: check vector_bits | Michael Niedermayer | 2012-05-06 | 1 | -0/+6 |
* | eatgv: check motion vectors | Kostya Shishkov | 2012-05-06 | 1 | -6/+8 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | Drop unnecessary av_uninit attributes from some variable declarations. | Diego Biurrun | 2012-02-13 | 1 | -1/+1 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -2/+2 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 | Vitor Sessak | 2010-02-26 | 1 | -0/+4 |
* | update my email address | Peter Ross | 2010-01-09 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Add av_uninit macro to variable to avoid false positive warning: | Diego Biurrun | 2009-02-11 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | libavutil/lzo.h is a local header | Aurelien Jacobs | 2009-01-14 | 1 | -1/+1 |
* | Electronic Arts TGV decoder | Peter Ross | 2008-08-06 | 1 | -0/+340 |