summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc/bsf: add an Opus metadata bitstream filterLynne2020-05-053-0/+74
* avcodec/wavpack: Check rate_x and sample rate for overflowMichael Niedermayer2020-05-051-3/+10
* avcodec/avpacket: add missing entry for prft to av_packet_side_data_name()James Almer2020-05-051-0/+1
* lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE modeLinjie Fu2020-05-053-2/+33
* avcodec/v4l2_m2m_enc: Support changing qmin/qmaxAndriy Gelman2020-05-051-4/+19
* avcodec/utils: simplify, remove duplicate codeLimin Wang2020-05-051-26/+3
* avcodec/v4l2_m2m_enc: reindent codeLimin Wang2020-05-051-10/+10
* avcodec/prores_metadata_bsf: Use AVCOL_TRC_NB - 1 for the valid max rangeLimin Wang2020-05-051-1/+1
* lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encodersLinjie Fu2020-05-047-1/+6
* avcodec/cbs_h265: add missing support for reserved_payload_extension_data SEI...James Almer2020-05-033-17/+70
* avcodec/cbs_h265: move the payload_extension_present check into its own functionJames Almer2020-05-032-6/+13
* avcodec/cbs_h265: rename H265RawPSExtensionData to H265RawExtensionDataJames Almer2020-05-032-6/+6
* Revert "avcodec/proresenc_anatoliy: support for more color matrix for proresenc"Limin Wang2020-05-041-5/+4
* avcodec/librav1e: Require a bitrate to be set when using 2-pass modeDerek Buitenhuis2020-05-031-0/+6
* avcodec/h265_metadata: filter parameter sets in packet side dataJames Almer2020-05-031-0/+55
* avcodec/h264_metadata: filter parameter sets in packet side dataJames Almer2020-05-031-0/+47
* avcodec/av1_metadata: filter parameter sets in packet side dataJames Almer2020-05-031-0/+48
* avcodec/proresenc_anatoliy: support for more color matrix for proresencLimin Wang2020-05-031-4/+5
* avcodec/prores_metadata_bsf: add arib-std-b67 format supportLimin Wang2020-05-031-0/+1
* avcodec/prores_metadata_bsf: add smpte2084 format supportLimin Wang2020-05-031-1/+2
* avcodec/nvenc_hevc: add spatial-aq and temporal-aq option to consistent with ...Limin Wang2020-05-031-0/+2
* avcodec/nvenc_h264: add spatial_aq and temporal_aq option to consistent with ...Limin Wang2020-05-031-0/+2
* avcodec/bsf: support shorthand options for av_bsf_list_parse_strMarton Balint2020-05-021-27/+26
* avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint2020-05-023-151/+24
* avcodec/vp9dsp_template: Fix integer overflows in idct32_1d()Michael Niedermayer2020-05-021-66/+66
* avcodec/alacdsp: Fix invalid shift in append_extra_bits()Michael Niedermayer2020-05-021-1/+1
* libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming nega...Michael Niedermayer2020-05-021-1/+1
* avcodec/dstdec: Fix integer overflow in read_table()Michael Niedermayer2020-05-021-1/+1
* lavc/opus: Reset alloc_trim when doing decoder bit-allocation.Carl Eugen Hoyos2020-05-021-0/+2
* avcodec/nvenc: refactor dts calculation logicTimo Rothenpieler2020-05-022-45/+2
* ac3enc: fix AC3 downmix metadata issuePiotr Oleszczyk2020-05-011-1/+1
* avcodec/librav1e: Use the framerate when available for ratecontrolDerek Buitenhuis2020-05-011-4/+15
* avcodec/nvenc: offset dts to account for b-frame reorderingTimo Rothenpieler2020-05-011-2/+3
* avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macrosLimin Wang2020-05-011-4/+4
* avcodec/cbs_h265: fix writing extension_data bitsJames Almer2020-04-301-1/+1
* avcodec/v4l2_context: Log warning when all capture buffers are in userspaceAndriy Gelman2020-04-301-0/+12
* avcodec/avpacket: Don't write into non-writable bufferAndreas Rheinhardt2020-04-301-1/+2
* avcodec/v4l2_buffers: don't prevent enqueue capture buffer to driverMing Qian2020-04-291-1/+1
* avcodec/tiff: assert that raw tiff dng blit does not write over the end of a ...Michael Niedermayer2020-04-291-2/+4
* avcodec/tiff: Check for planar DNG imagesMichael Niedermayer2020-04-291-0/+2
* avcodec/tiff: Replace width overriding for bayer by assertMichael Niedermayer2020-04-291-1/+1
* avcodec/tiff: Some checks on bpp for DNGMichael Niedermayer2020-04-291-0/+8
* avcodec/txd: Check for input size against the header size.Michael Niedermayer2020-04-291-0/+3
* avcodec/svq1dec: Check that there is data left after the headerMichael Niedermayer2020-04-291-0/+2
* lavc/libopenh264enc: set slice_mode option to deprecatedLinjie Fu2020-04-292-2/+8
* lavc/libopenh264enc: prompt slice number changing inside libopenh264Linjie Fu2020-04-291-0/+2
* lavc/libopenh264enc: add bit rate control select supportLinjie Fu2020-04-291-1/+14
* lavc/libopenh264enc: add default gop size and bit rateLinjie Fu2020-04-291-2/+7
* lavc/libopenh264enc: Add qmin/qmax supportLinjie Fu2020-04-291-0/+11
* libavcodec/libx264: fix reference frame computation based on levelJosh Brewster2020-04-291-14/+2