summaryrefslogtreecommitdiffstats
path: root/libavcodec/eacmv.c
Commit message (Expand)AuthorAgeFilesLines
* Set Electronic Arts CMV palette opaque.Carl Eugen Hoyos2011-11-121-1/+1
* Fix nonsense buffer hints.Reimar Döffinger2011-11-081-1/+3
* Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* Check for out of bound reads in the Electronic Arts CMV decoder.Laurent Aimar2011-10-011-0/+3
* Prevent NULL dereferences when missing the reference frame in the Electronic ...Laurent Aimar2011-10-011-3/+4
* Fix potential pointer arithmetic overflows in the Electronic Arts CMV decoder.Laurent Aimar2011-10-011-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
| * 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
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+4
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* fix indentationPeter Ross2011-01-091-3/+3
* eacmv: ensure second-last frame is allocated before referencing itDaniel Kang2011-01-091-0/+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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* update my email addressPeter Ross2010-01-091-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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Electronic Arts CMV decoderPeter Ross2008-07-081-0/+214
OpenPOWER on IntegriCloud