| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: drop support for OpenJPEG 1.3-2.0 | Michael Bradshaw | 2017-10-20 | 1 | -97/+6 |
* | lavc: add support for OpenJPEG 2.3.0 | Michael Bradshaw | 2017-10-08 | 1 | -3/+5 |
* | Add support for LibOpenJPEG v2.2/git | Reino17 | 2017-06-23 | 1 | -3/+5 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -1/+1 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -1/+1 |
* | | avcodec/libopenjpegdec: Set key frame metadata | Michael Bradshaw | 2016-12-28 | 1 | -0/+2 |
* | | configure: fix detection of libopenjpeg | Andreas Cadhalpun | 2016-10-13 | 1 | -2/+0 |
* | | avcodec/libopenjpegdec: fix mixed declarations and code | James Almer | 2016-03-25 | 1 | -2/+6 |
* | | avcodec: add OpenJPEG 2.x compatibility | Michael Bradshaw | 2015-12-25 | 1 | -24/+149 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -2/+2 |
* | | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 1 | -5/+5 |
|\| |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -5/+5 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/libopenjpegdec: Mark as experimental if <= 1.3 | Michael Niedermayer | 2015-06-09 | 1 | -0/+10 |
* | | libopenjpegdec: register logging callback functions | Andreas Cadhalpun | 2015-06-02 | 1 | -1/+21 |
* | | libopenjpegdec: check existence of image component data | Andreas Cadhalpun | 2015-05-30 | 1 | -0/+9 |
* | | acvodec/lipopenjpeg: Fix pixel value shift for 12-bit pixel formats | Vilius Grigaliūnas | 2015-03-03 | 1 | -2/+4 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Support YA16 in jpeg 2000. | Carl Eugen Hoyos | 2015-02-01 | 1 | -1/+1 |
* | | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -1/+1 |
|\| |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -1/+1 |
| * | libopenjpeg: Support rgba64 decoding | Vittorio Giovara | 2014-03-18 | 1 | -1/+1 |
* | | Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0' | Michael Niedermayer | 2014-03-19 | 1 | -77/+90 |
|\| |
|
| * | libopenjpeg: K&R formatting cosmetics | Vittorio Giovara | 2014-03-18 | 1 | -76/+78 |
* | | 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 |
|\| |
|