summaryrefslogtreecommitdiffstats
path: root/libavcodec/dpx.c
Commit message (Collapse)AuthorAgeFilesLines
* dpx decoder: read sample aspect ratioPeter Ross2011-04-021-1/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* DPX decode: add buffer size checks.Reimar Döffinger2011-03-261-5/+14
|
* Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
| | | | Done to keep ABI compatible. Otherwise this is just silly
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
* Do not overread input buffer.Daniel Kang2011-01-071-0/+5
| | | | | | | | Fixes issue 2503. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
| | | | Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
| | | | | | av_check_image_size() instead. Originally committed as revision 24711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set bits_per_raw_sample appropriately in dpx decoder.Reimar Döffinger2009-12-161-0/+1
| | | | Originally committed as revision 20887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-121-0/+228
patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud