summaryrefslogtreecommitdiffstats
path: root/libavcodec/libopenjpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Enable multithreding when decoding with libopenjpegJean First2011-10-211-9/+36
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-12/+11
* libopenjpeg: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-161-1/+1
* 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
* Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini2010-08-071-0/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+1
* 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
* Fix colours for QT JPEG2000, fixes issue 1540.Carl Eugen Hoyos2009-12-291-1/+1
* Handle JPEG2000 frames stored in the Quicktime container.Jai Menon2009-11-101-0/+4
* cosmetics : fix indentation.Jai Menon2009-11-101-2/+2
* cosmetics: Remove pointless parentheses from return statement.Diego Biurrun2009-10-191-2/+2
* libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Add lowres support to the libopenjpeg wrapper.Jai Menon2009-05-261-2/+3
* Use dimensions stored in AVCodecContext instead of local variables.Jai Menon2009-05-261-3/+3
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use default system include path for an installed OpenJPEG library.Mathieu Malaterre2009-02-101-1/+1
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-061-0/+190
OpenPOWER on IntegriCloud