| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix decoding of some 8 < bpc < 16 signed j2k samples with libopenjpeg. | Carl Eugen Hoyos | 2014-01-27 | 1 | -2/+4 |
* | Cast signed libopenjpeg data values to unsigned before shifting. | Carl Eugen Hoyos | 2014-01-11 | 1 | -2/+2 |
* | Fix libopenjpeg colour range adjust for 8<bpp<16. | Carl Eugen Hoyos | 2014-01-10 | 1 | -2/+2 |
* | Support signed j2k images via libopenjpeg. | Carl Eugen Hoyos | 2014-01-10 | 1 | -4/+4 |
* | Merge commit '967cd6fafbf2fdec9cbe011296ad34a70212427e' | Michael Niedermayer | 2013-11-01 | 1 | -6/+3 |
|\ |
|
| * | libopenjpegdec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -6/+3 |
* | | Merge commit '5c0a09839c707f10e5dba59460e219e989c1da93' | Michael Niedermayer | 2013-10-30 | 1 | -6/+9 |
|\| |
|
| * | libopenjpegdec: return meaningful error codes | Anton Khirnov | 2013-10-30 | 1 | -6/+9 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | libopenjpegdec.c: Correctly scale gray16 output if precision < 16 | Michael Bradshaw | 2013-09-12 | 1 | -1/+5 |
* | | Rename "AVClass class" as "AVClass component_class" for external codecs. | Sean McGovern | 2013-07-04 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-05 | 1 | -1/+6 |
|\| |
|
| * | libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames | Nicolas Bertrand | 2013-04-04 | 1 | -1/+4 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -28/+3 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -28/+3 |
* | | configure: consider using /usr/include/openjpeg-1.5 when searching for openjpeg | Johannes Nixdorf | 2012-12-22 | 1 | -1/+6 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -3/+3 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -3/+3 |
* | | Support new transparency colour-spaces with libopenjpeg. | Carl Eugen Hoyos | 2012-11-04 | 1 | -1/+4 |
* | | Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5' | Michael Niedermayer | 2012-10-12 | 1 | -16/+20 |
|\| |
|
| * | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -16/+18 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -25/+25 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -31/+31 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-17 | 1 | -0/+1 |
|\| |
|
| * | Add missing includes for code relying on external libraries | Martin Storsjö | 2012-08-16 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | libopenjpegdec: increase max lowres from 5 to 31 | Michael Bradshaw | 2012-08-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-26 | 1 | -8/+6 |
|\| |
|
| * | libopenjpeg: support YUV and deep RGB pixel formats | Michael Bradshaw | 2012-07-26 | 1 | -52/+247 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -44/+53 |
|\| |
|
| * | libopenjpeg: K&R formatting cosmetics | Luca Barbato | 2012-07-22 | 1 | -61/+73 |
* | | libopenjpegdec: set cp_reduce value only once | Paul B Mahol | 2012-07-21 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -1/+21 |
|\| |
|
| * | libopenjpeg: introduce lowres and lowqual private options | Luca Barbato | 2012-07-20 | 1 | -0/+28 |
| * | libopenjpeg: rename decoder source file. | Michael Bradshaw | 2012-07-17 | 1 | -0/+223 |
* | libopenjpegdec: add support for decoding YUV420/422/444P12/14 | Michael Bradshaw | 2012-07-04 | 1 | -0/+2 |
* | libopenjpegdec: make use of FF_ARRAY_ELEMS | Paul B Mahol | 2012-06-09 | 1 | -4/+4 |
* | libopenjpeg: YUVA422P and YUVA444P support | Paul B Mahol | 2012-06-09 | 1 | -3/+3 |
* | libopenjpegdec: unbreak yuva420p support | Paul B Mahol | 2012-06-09 | 1 | -2/+2 |
* | libopenjpeg: YUV410P and YUV411P support | Paul B Mahol | 2012-06-04 | 1 | -1/+2 |
* | Set bits_per_raw_sample when decoding libopenjpeg images. | Carl Eugen Hoyos | 2012-05-13 | 1 | -0/+4 |
* | Allow decoding of j2k images with bpp<8 and 8<bpp<16 with libopenjpeg. | Carl Eugen Hoyos | 2012-05-11 | 1 | -4/+6 |
* | libopenjpegdec: respect JP2 color space, fix ticket 1179 | Michael Bradshaw | 2012-05-03 | 1 | -62/+75 |
* | lowres2 support. | Michael Niedermayer | 2012-04-22 | 1 | -0/+1 |