| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -18/+18 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -0/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -10/+10 |
* | avcodec/libopenjpegenc: Don't clone AVFrame unnecessarily | Andreas Rheinhardt | 2022-02-25 | 1 | -41/+42 |
* | avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY | Andreas Rheinhardt | 2021-09-28 | 1 | -1/+0 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | lavc/libopenjpeg: Support GRAY10, GRAY12 and GRAY14. | Carl Eugen Hoyos | 2018-06-26 | 1 | -0/+7 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+1 |
* | lavc: drop support for OpenJPEG 1.3-2.0 | Michael Bradshaw | 2017-10-20 | 1 | -131/+25 |
* | lavc: add support for OpenJPEG 2.3.0 | Michael Bradshaw | 2017-10-08 | 1 | -4/+6 |
* | Add support for LibOpenJPEG v2.2/git | Reino17 | 2017-06-23 | 1 | -4/+6 |
* | 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 |