summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* avcodec/options_table: Treat (request_)channel_layout as channel layoutAndreas Rheinhardt2021-08-15
* avcodec/h264_sei: fix H.274 film grain parsingNiklas Haas2021-08-15
* avcodec/trace_headers_bsf: also parse extradata in packet side dataJames Almer2021-08-14
* avcodec/cbs_bsf: use ff_cbs_read_packet_side_data() to parse extradata in pac...James Almer2021-08-14
* avcodec/cbs: add a helper to read extradata within packet side dataJames Almer2021-08-14
* avcodec/smc: use shorter way to access GetByteContextPaul B Mahol2021-08-14
* avcodec/smc: use unchecked reader for call after checking remaining sizePaul B Mahol2021-08-14
* avcodec/smc: use uint8_t type instead of longer variantPaul B Mahol2021-08-13
* avcodec/smc: report error codes instead of silently ignoring themPaul B Mahol2021-08-13
* avcodec/smc: 0xF0 opcode operates like 0xE0 opcodePaul B Mahol2021-08-13
* Fix for bug #9231: B-frames parameter is ignored in videotoolboxencAnselm Busse2021-08-13
* lavc/qsvenc: allows the SDK runtime to choose LowPower/non-LowPower modesHaihao Xiang2021-08-12
* qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang2021-08-11
* libavcodec/qsvence: Use QSV encoder defaults as ffmpeg defaultsSoft Works2021-08-11
* avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contextsJames Almer2021-08-10
* avcodec/h264_picture: add ff_h264_replace_picture()James Almer2021-08-10
* avcodec/h264_picture: split copying H264Picture some fields into a separate f...James Almer2021-08-10
* avcodec/h264_slice: clear old slice POC values on parsing failureJames Almer2021-08-10
* avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_li...Michael Niedermayer2021-08-10
* avcodec/vc1dec: Disable error concealment for *IMAGEMichael Niedermayer2021-08-10
* avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c()Michael Niedermayer2021-08-10
* avcodec/argo: Check for even dimensionsMichael Niedermayer2021-08-10
* avcodec/nvenc: always set qp cr/cb offsetsTimo Rothenpieler2021-08-09
* aarch64: h264dsp: Fix indentation of some functions to match the restMartin Storsjö2021-08-08
* aarch64: h264dsp: Remove unnecessary sign extensionsMartin Storsjö2021-08-08
* avcodec/mpeg12dec: report error when picture type is unknown and err_detect i...Marton Balint2021-08-08
* avcodec/qsv: Remove unused ff_qsv_level_to_mfx()Andreas Rheinhardt2021-08-08
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-08
* avcodec/aacps: Fix length of array in function definitionAndreas Rheinhardt2021-08-08
* avcodec/nvenc: make aware of SDK 11.1 driver requirementsTimo Rothenpieler2021-08-08
* avcodec/nvenc: add chroma qp offset supportRicardo Monteiro2021-08-08
* avcodec/ass_split: Rename ff_ass_split_dialog2->ff_ass_split_dialogAndreas Rheinhardt2021-08-08
* avcodec/ass_split: Remove unused ff_ass_split_dialogue()Andreas Rheinhardt2021-08-07
* avcodec/acelp_vectors: Add missing bracketsAndreas Rheinhardt2021-08-07
* avcodec/utils: don't return negative values in av_get_audio_frame_duration()James Almer2021-08-06
* avcodec/exr: Check ac_countMichael Niedermayer2021-08-06
* avcodec/hevc_sei: parse and export Film Grain Characteristics SEI messagesJames Almer2021-08-06
* cbs_h265: add support for Film Grain Characteristics SEI messageJames Almer2021-08-06
* avcodec/mfenc: remove usage of avctx->pkt_timebaseJames Almer2021-08-06
* avutil/internal: Move MAKE_ACCESSORS to its only userAndreas Rheinhardt2021-08-05
* Move ff_tlog() from lavc/internal.h to lavu/internal.hAndreas Rheinhardt2021-08-05
* avcodec/huffman: Use logcontext instead of AVCodecContextAndreas Rheinhardt2021-08-05
* avcodec/fft-internal: Make it a standalone headerAndreas Rheinhardt2021-08-05
* avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt2021-08-05
* avcodec/fft-internal: Remove unused macrosAndreas Rheinhardt2021-08-05
* avcodec/mips/constants: Include intfloat.h in constants.hAndreas Rheinhardt2021-08-05
* lavc/qsvenc: pass the color properties to the SDKHaihao Xiang2021-08-04
* lavc/qsvdec: update color properties in codec contextHaihao Xiang2021-08-04
* avcodec/dnxhddec: check and propagate function return valuemaryam ebr2021-08-03
* packet: initialize time_base field to (0, 1) instead of (0, 0)Lynne2021-08-02