| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/options_table: map IPT-C2, YCgCo-R variants in colorspace | Jan Ekström | 2024-04-03 | 1 | -0/+3 |
* | lavc: add a decoder option for configuring side data preference | Anton Khirnov | 2024-03-08 | 1 | -0/+12 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 1 | -7/+0 |
* | avcodec: remove deprecated FF_API_SLICE_OFFSET | James Almer | 2024-03-07 | 1 | -3/+0 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -263/+263 |
* | lavc: clarify meaning of avctx.level option | Stefano Sabatini | 2023-10-06 | 1 | -1/+1 |
* | pixdesc: add limited|full aliases for -color_range parameter | Chema Gonzalez | 2023-09-23 | 1 | -0/+2 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -3/+3 |
* | lavc: deprecate AV_CODEC_FLAG_DROPCHANGED | Anton Khirnov | 2023-07-15 | 1 | -1/+3 |
* | avcodec/aacenc: add strict bit rate control option | Jeremy Wu | 2023-06-04 | 1 | -1/+1 |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -0/+2 |
* | avcodec/options_table: reorder nokey after nointra | Zhao Zhili | 2023-05-04 | 1 | -1/+1 |
* | lavc: disable an obsolete hack for real video | Anton Khirnov | 2023-03-02 | 1 | -0/+2 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -1/+1 |
* | avcodec: remove FF_API_SUB_TEXT_FORMAT | James Almer | 2023-02-09 | 1 | -4/+0 |
* | avcodec: remove FF_API_FLAG_TRUNCATED | James Almer | 2023-02-09 | 1 | -3/+0 |
* | lavc/encode: pass through frame durations to encoded packets | Anton Khirnov | 2023-01-29 | 1 | -0/+1 |
* | lavc: add a codec flag for propagating opaque from frames to packets | Anton Khirnov | 2023-01-29 | 1 | -0/+1 |
* | lavc: add new unsafe_output hwaccel_flag | Timo Rothenpieler | 2022-12-10 | 1 | -0/+1 |
* | lavc: add API for exporting reconstructed frames from encoders | Anton Khirnov | 2022-08-02 | 1 | -0/+1 |
* | avcodec: add API for automatic handling of icc profiles | Niklas Haas | 2022-07-30 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -1/+1 |
* | lavc: switch to the new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -0/+5 |
* | avcodec/avcodec, options_table: Deprecate sub_text_format | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+3 |
* | lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED | Anton Khirnov | 2021-09-20 | 1 | -1/+3 |
* | avcodec/options_table: Treat (request_)channel_layout as channel layout | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avcodec: Remove deprecated old encode/decode APIs | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | avcodec: Remove deprecated ASS with inline timing | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -48/+0 |
* | avcodec: Remove deprecated coder type options | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec: Remove deprecated stat-bits fields | Andreas Rheinhardt | 2021-04-27 | 1 | -11/+0 |
* | avcodec: Remove sidedata-only-packet cruft | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | avcodec: enable usage of err_recognition for encoders | Jan Ekström | 2021-03-05 | 1 | -9/+9 |
* | lavc: shedule old encoding/decoding API for removal | Anton Khirnov | 2021-01-26 | 1 | -0/+2 |
* | avcodec: remove long dead debug_mv code | James Almer | 2021-01-25 | 1 | -7/+0 |
* | libavcodec: add a new AV_CODEC_EXPORT_DATA_FILM_GRAIN flag and option | Lynne | 2020-11-25 | 1 | -0/+1 |
* | libavcodec/options_table: Add missing colorspace options | Harry Mallon | 2020-09-10 | 1 | -15/+18 |
* | avcodec/options_table: make AVCodecContext->level search for child constants | James Almer | 2020-07-29 | 1 | -2/+2 |
* | avcodec: move mpeg4 profiles to profiles.h | Marton Balint | 2020-05-22 | 1 | -4/+0 |
* | avcodec: move msbc profile to encoder | Marton Balint | 2020-05-22 | 1 | -1/+0 |
* | avcodec/options_table: remove dts profiles | Marton Balint | 2020-05-22 | 1 | -5/+0 |
* | avcodec: move aacenc profiles to profiles.h | Marton Balint | 2020-05-22 | 1 | -10/+0 |
* | avcodec/options_table: make AVCodecContext->profile search for child constants | Marton Balint | 2020-05-22 | 1 | -23/+25 |
* | avcodec/option_table: mark venc_params as a video decoder flag opt type | James Almer | 2020-05-14 | 1 | -1/+1 |
* | lavc: add a flag for exporting AVVideoEncParams from decoders | Anton Khirnov | 2020-05-12 | 1 | -0/+1 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -3/+3 |
* | avcodec: add an AVCodecContext flag to export PRFT side data on demand | James Almer | 2020-02-22 | 1 | -0/+1 |
* | avcodec: add an AVCodecContext field to signal types of packet, frame, and co... | James Almer | 2020-02-22 | 1 | -0/+2 |
* | avcodec/options_table: err_detect compliant and aggressive should also enable... | Michael Niedermayer | 2019-12-31 | 1 | -2/+2 |