summaryrefslogtreecommitdiff
path: root/libavcodec/libopenjpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-0/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-10/+10
* avcodec/libopenjpegenc: Don't clone AVFrame unnecessarilyAndreas Rheinhardt2022-02-251-41/+42
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-2/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-1/+1
* lavc/libopenjpeg: Support GRAY10, GRAY12 and GRAY14.Carl Eugen Hoyos2018-06-261-0/+7
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* lavc: drop support for OpenJPEG 1.3-2.0Michael Bradshaw2017-10-201-131/+25
* lavc: add support for OpenJPEG 2.3.0Michael Bradshaw2017-10-081-4/+6
* Add support for LibOpenJPEG v2.2/gitReino172017-06-231-4/+6
* libavcodec/libopenjpegenc: enable lossless option, remove layer option, and i...Aaron Boxer2017-03-091-10/+7
* libopenjpegenc: fix out-of-bounds reads when filling the edgesAndreas Cadhalpun2016-10-141-9/+9
* libopenjpegenc: stop reusing image data buffer for openjpeg 2Andreas Cadhalpun2016-10-141-11/+30
* configure: fix detection of libopenjpegAndreas Cadhalpun2016-10-131-2/+0
* avcodec/libopenjpegenc: Set numresolutions by default to a value that is not ...Michael Niedermayer2016-06-261-1/+7
* avcodec/libopenjpegenc: fix mixed declarations and codeJames Almer2016-03-251-1/+2
* avcodec: add OpenJPEG 2.x compatibilityMichael Bradshaw2015-12-251-40/+229
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-2/+2
|\
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-8/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-8/+0
* | libopenjpegenc: use variable instead of type for sizeofAndreas Cadhalpun2015-06-021-1/+1
* | libopenjpegenc: add NULL check for img before accessing itAndreas Cadhalpun2015-06-021-0/+3
* | avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-021-2/+2
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | lavc/libopenjpegenc: move opj_create_compress, opj_cio_open and opj_set_event...Jean First2015-02-021-22/+20
* | lavc/libopenjpegenc: factorize cinema parameters to it's own functionJean First2015-02-021-26/+38
* | Support YA16 in jpeg 2000.Carl Eugen Hoyos2015-02-011-1/+3
* | lavc/libopenjpegenc: move opj_setup_encoder to libopenjpeg_encode_frameJean First2015-01-241-11/+8
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-3/+3
|\ \ | |/
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-3/+3
* | avcodec/libopenjpegenc: Add frame-threading capabilityDave Rice2014-06-031-1/+1
* | Merge commit '8f45bd1433a1d8534d7b3997219c4ca31a669042'Michael Niedermayer2014-03-191-2/+2
|\ \ | |/
| * libopenjpeg: Support rgba64 encodingCarl Eugen Hoyos2014-03-181-0/+3
* | Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0'Michael Niedermayer2014-03-191-13/+12
|\ \ | |/
| * libopenjpeg: K&R formatting cosmeticsVittorio Giovara2014-03-181-15/+13
* | avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_fra...Michael Niedermayer2014-01-241-5/+1
* | avcodec/libopenjpegenc: Check the return code of av_frame_ref()Michael Niedermayer2014-01-241-1/+4
* | lavc/libopenjpegenc: check av_frame_alloc() failure.Nicolas George2013-12-301-0/+2
* | avcodec/libopenjpegenc: drop dependancy on sizeof(AVFrame)Michael Niedermayer2013-12-171-10/+12
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\ \ | |/