| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec/libopenjpegenc: enable lossless option, remove layer option, and i... | Aaron Boxer | 2017-03-09 | 1 | -10/+7 |
* | libopenjpegenc: fix out-of-bounds reads when filling the edges | Andreas Cadhalpun | 2016-10-14 | 1 | -9/+9 |
* | libopenjpegenc: stop reusing image data buffer for openjpeg 2 | Andreas Cadhalpun | 2016-10-14 | 1 | -11/+30 |
* | configure: fix detection of libopenjpeg | Andreas Cadhalpun | 2016-10-13 | 1 | -2/+0 |
* | avcodec/libopenjpegenc: Set numresolutions by default to a value that is not ... | Michael Niedermayer | 2016-06-26 | 1 | -1/+7 |
* | avcodec/libopenjpegenc: fix mixed declarations and code | James Almer | 2016-03-25 | 1 | -1/+2 |
* | avcodec: add OpenJPEG 2.x compatibility | Michael Bradshaw | 2015-12-25 | 1 | -40/+229 |
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 1 | -2/+2 |
|\ |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -2/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -8/+0 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -8/+0 |
* | | libopenjpegenc: use variable instead of type for sizeof | Andreas Cadhalpun | 2015-06-02 | 1 | -1/+1 |
* | | libopenjpegenc: add NULL check for img before accessing it | Andreas Cadhalpun | 2015-06-02 | 1 | -0/+3 |
* | | avcodec: use av_frame_free() for coded_frame | Clément Bœsch | 2015-03-02 | 1 | -2/+2 |
* | | 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 |
* | | lavc/libopenjpegenc: move opj_create_compress, opj_cio_open and opj_set_event... | Jean First | 2015-02-02 | 1 | -22/+20 |
* | | lavc/libopenjpegenc: factorize cinema parameters to it's own function | Jean First | 2015-02-02 | 1 | -26/+38 |
* | | Support YA16 in jpeg 2000. | Carl Eugen Hoyos | 2015-02-01 | 1 | -1/+3 |
* | | lavc/libopenjpegenc: move opj_setup_encoder to libopenjpeg_encode_frame | Jean First | 2015-01-24 | 1 | -11/+8 |
* | | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -3/+3 |
|\| |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -3/+3 |
* | | avcodec/libopenjpegenc: Add frame-threading capability | Dave Rice | 2014-06-03 | 1 | -1/+1 |
* | | Merge commit '8f45bd1433a1d8534d7b3997219c4ca31a669042' | Michael Niedermayer | 2014-03-19 | 1 | -2/+2 |
|\| |
|
| * | libopenjpeg: Support rgba64 encoding | Carl Eugen Hoyos | 2014-03-18 | 1 | -0/+3 |
* | | Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0' | Michael Niedermayer | 2014-03-19 | 1 | -13/+12 |
|\| |
|
| * | libopenjpeg: K&R formatting cosmetics | Vittorio Giovara | 2014-03-18 | 1 | -15/+13 |
* | | avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_fra... | Michael Niedermayer | 2014-01-24 | 1 | -5/+1 |
* | | avcodec/libopenjpegenc: Check the return code of av_frame_ref() | Michael Niedermayer | 2014-01-24 | 1 | -1/+4 |
* | | lavc/libopenjpegenc: check av_frame_alloc() failure. | Nicolas George | 2013-12-30 | 1 | -0/+2 |
* | | avcodec/libopenjpegenc: drop dependancy on sizeof(AVFrame) | Michael Niedermayer | 2013-12-17 | 1 | -10/+12 |
* | | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\| |
|
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | 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 |
* | | libopenjpeg: fix encoding of odd sized subsampled images | Michael Bradshaw | 2013-09-28 | 1 | -17/+62 |
* | | libopenjpeg: init and close properly; don't config during encode | Michael Bradshaw | 2013-09-23 | 1 | -32/+36 |
* | | avcodec/libopenjpegen: XYZ 12 bit support for libopenjpeg encoder | clook | 2013-07-23 | 1 | -0/+37 |
* | | Rename "AVClass class" as "AVClass component_class" for external codecs. | Sean McGovern | 2013-07-04 | 1 | -2/+2 |
* | | libopenjpegenc: make dci compliant j2c | Michaël Cinquin | 2013-02-03 | 1 | -0/+29 |
* | | libopenjpegenc: simplify switch statement | Michael Bradshaw | 2013-01-31 | 1 | -10/+5 |
* | | libopenjpegenc: add support for pix fmt gbrp (8-16 bit) | Michael Bradshaw | 2013-01-31 | 1 | -0/+33 |
* | | configure: consider using /usr/include/openjpeg-1.5 when searching for openjpeg | Johannes Nixdorf | 2012-12-22 | 1 | -1/+6 |
* | | Support new transparency colour-spaces with libopenjpeg. | Carl Eugen Hoyos | 2012-11-04 | 1 | -0/+21 |
* | | Update my email address | Michael Bradshaw | 2012-10-27 | 1 | -1/+1 |
* | | Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5' | Michael Niedermayer | 2012-10-12 | 1 | -5/+6 |
|\| |
|
| * | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -7/+6 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -74/+74 |
|\| |
|