summaryrefslogtreecommitdiff
path: root/libavcodec/libopenjpegenc.c
Commit message (Expand)AuthorAge
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* lavc/libopenjpeg: Support GRAY10, GRAY12 and GRAY14.Carl Eugen Hoyos2018-06-26
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* lavc: drop support for OpenJPEG 1.3-2.0Michael Bradshaw2017-10-20
* lavc: add support for OpenJPEG 2.3.0Michael Bradshaw2017-10-08
* Add support for LibOpenJPEG v2.2/gitReino172017-06-23
* libavcodec/libopenjpegenc: enable lossless option, remove layer option, and i...Aaron Boxer2017-03-09
* libopenjpegenc: fix out-of-bounds reads when filling the edgesAndreas Cadhalpun2016-10-14
* libopenjpegenc: stop reusing image data buffer for openjpeg 2Andreas Cadhalpun2016-10-14
* configure: fix detection of libopenjpegAndreas Cadhalpun2016-10-13
* avcodec/libopenjpegenc: Set numresolutions by default to a value that is not ...Michael Niedermayer2016-06-26
* avcodec/libopenjpegenc: fix mixed declarations and codeJames Almer2016-03-25
* avcodec: add OpenJPEG 2.x compatibilityMichael Bradshaw2015-12-25
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | libopenjpegenc: use variable instead of type for sizeofAndreas Cadhalpun2015-06-02
* | libopenjpegenc: add NULL check for img before accessing itAndreas Cadhalpun2015-06-02
* | avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-02
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | lavc/libopenjpegenc: move opj_create_compress, opj_cio_open and opj_set_event...Jean First2015-02-02
* | lavc/libopenjpegenc: factorize cinema parameters to it's own functionJean First2015-02-02
* | Support YA16 in jpeg 2000.Carl Eugen Hoyos2015-02-01
* | lavc/libopenjpegenc: move opj_setup_encoder to libopenjpeg_encode_frameJean First2015-01-24
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-04
|\|
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* | avcodec/libopenjpegenc: Add frame-threading capabilityDave Rice2014-06-03
* | Merge commit '8f45bd1433a1d8534d7b3997219c4ca31a669042'Michael Niedermayer2014-03-19
|\|
| * libopenjpeg: Support rgba64 encodingCarl Eugen Hoyos2014-03-18
* | Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0'Michael Niedermayer2014-03-19
|\|
| * libopenjpeg: K&R formatting cosmeticsVittorio Giovara2014-03-18
* | avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_fra...Michael Niedermayer2014-01-24
* | avcodec/libopenjpegenc: Check the return code of av_frame_ref()Michael Niedermayer2014-01-24
* | lavc/libopenjpegenc: check av_frame_alloc() failure.Nicolas George2013-12-30
* | avcodec/libopenjpegenc: drop dependancy on sizeof(AVFrame)Michael Niedermayer2013-12-17
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
|\|
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | libopenjpeg: fix encoding of odd sized subsampled imagesMichael Bradshaw2013-09-28
* | libopenjpeg: init and close properly; don't config during encodeMichael Bradshaw2013-09-23
* | avcodec/libopenjpegen: XYZ 12 bit support for libopenjpeg encoderclook2013-07-23