summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/jpeg2000_parser: Fix skipping of JP2 info markers by correctly readin...Shaun Simpson2021-08-25
* avcodec/jpeg2000_parser: Fix parsing of tile-part headerShaun Simpson2021-08-25
* avcodec/h264dec: fix possible out-of-bounds array accessNiklas Haas2021-08-25
* avcodec/h264_slice: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec/av1: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec/libdav1d: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec: add a Film Grain codec property flagJames Almer2021-08-24
* avcodec/pthread_frame: also keep AVCodecContext.properties in sync between th...James Almer2021-08-24
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-24
* avcodec/h274: add film grain synthesis routineNiklas Haas2021-08-24
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-24
* avcodec/libaomenc: use ctx->usage to get default cfgJames Zern2021-08-23
* avcodec/av1_frame_merge_bsf: Passthrough pos in case of no timestampsAndreas Rheinhardt2021-08-23
* avcodec/webp: Check available space in loop in decode_entropy_coded_image()Michael Niedermayer2021-08-22
* avcodec/h264dec: use picture parameters in ff_print_debug_info2()Michael Niedermayer2021-08-22
* avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_modeMichael Niedermayer2021-08-22
* lavc/aarch64: add pred functions for 10-bitMikhail Nitenko2021-08-21
* lavc/aarch64: h264, add chroma loop filters for 10bitMikhail Nitenko2021-08-21
* lavc/aarch64: move transpose_4x8H to neon.SMikhail Nitenko2021-08-21
* avcodec/h264_parser: Fix undefined left shiftAndreas Rheinhardt2021-08-20
* get_cabac_inline_x86: Don't inline if 32-bit clang on windowsChristopher Degawa2021-08-19
* avcodec/libx265: improve full range flag setting logicJan Ekström2021-08-18
* avcodec/libx264: leave full range flag unchanged if unknownJan Ekström2021-08-18
* avcodec: add SMC encoderPaul B Mahol2021-08-18
* avcodec/frame_thread_encoder: Free AVCodecContext structure on error during initMichael Niedermayer2021-08-17
* 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