summaryrefslogtreecommitdiff
path: root/libavcodec/libopenjpeg.c
Commit message (Expand)AuthorAge
* Enable multithreding when decoding with libopenjpegJean First2011-10-21
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* libopenjpeg: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-16
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini2010-08-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix colours for QT JPEG2000, fixes issue 1540.Carl Eugen Hoyos2009-12-29
* Handle JPEG2000 frames stored in the Quicktime container.Jai Menon2009-11-10
* cosmetics : fix indentation.Jai Menon2009-11-10
* cosmetics: Remove pointless parentheses from return statement.Diego Biurrun2009-10-19
* libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Add lowres support to the libopenjpeg wrapper.Jai Menon2009-05-26
* Use dimensions stored in AVCodecContext instead of local variables.Jai Menon2009-05-26
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use default system include path for an installed OpenJPEG library.Mathieu Malaterre2009-02-10
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06