| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable multithreding when decoding with libopenjpeg | Jean First | 2011-10-21 | 1 | -9/+36 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -12/+11 |
* | libopenjpeg: Drop const qualifier to silence compiler warning. | Diego Biurrun | 2011-07-16 | 1 | -1/+1 |
* | 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 |
* | Fix the compilation of some libavcodec/lib* files which were not | Stefano Sabatini | 2010-08-07 | 1 | -0/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Fix colours for QT JPEG2000, fixes issue 1540. | Carl Eugen Hoyos | 2009-12-29 | 1 | -1/+1 |
* | Handle JPEG2000 frames stored in the Quicktime container. | Jai Menon | 2009-11-10 | 1 | -0/+4 |
* | cosmetics : fix indentation. | Jai Menon | 2009-11-10 | 1 | -2/+2 |
* | cosmetics: Remove pointless parentheses from return statement. | Diego Biurrun | 2009-10-19 | 1 | -2/+2 |
* | libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | Add lowres support to the libopenjpeg wrapper. | Jai Menon | 2009-05-26 | 1 | -2/+3 |
* | Use dimensions stored in AVCodecContext instead of local variables. | Jai Menon | 2009-05-26 | 1 | -3/+3 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use default system include path for an installed OpenJPEG library. | Mathieu Malaterre | 2009-02-10 | 1 | -1/+1 |
* | Use libopenjpeg for jpeg2k decoding. | Jai Menon | 2009-02-06 | 1 | -0/+190 |