summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-226-7/+7
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-2128-35/+31
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-213-10/+7
* avcodec/tiff: Check for Tiled and Stripped TIFFsMichael Niedermayer2020-05-211-0/+9
* avcodec/pnmdec: Use unsigned for maxval rescalingMichael Niedermayer2020-05-211-1/+1
* avcodec/ivi: Clear got_p_frame before decoding a new frame using itMichael Niedermayer2020-05-211-0/+2
* avcodec/dsddec: Check channelsMichael Niedermayer2020-05-211-0/+3
* avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer2020-05-211-18/+18
* avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()Michael Niedermayer2020-05-211-2/+2
* avcodec/cbs_jpeg: Fix infinite loop in cbs_jpeg_split_fragment()Michael Niedermayer2020-05-211-3/+2
* avcodec/bitpacked: Add codec_tags listMichael Niedermayer2020-05-211-0/+4
* avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictlyMichael Niedermayer2020-05-211-1/+1
* cbs_h265: Ensure that a predicted RPS doesn't contain too many picturesMark Thompson2020-05-201-5/+11
* avcodec/exr: output float pixels in float pixel formatMark Reid2020-05-201-119/+125
* avcodec/libx265: add support for reordered_opaqueJames Almer2020-05-191-1/+18
* avcodec: Add MediaFoundation encoder wrapperwm42020-05-196-1/+2043
* avcodec: add NotchLC decoderPaul B Mahol2020-05-196-1/+490
* avcodec/frame_thread_encoder: check for frame threading codec cap instead of ...James Almer2020-05-181-1/+1
* avcodec/libdav1d: export frame sample aspect ratioJames Almer2020-05-181-0/+6
* lavc/qsvenc: add encode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-183-1/+6
* lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-181-0/+16
* avcodec/binkaudio: Fix 2Ghz sample_rateMichael Niedermayer2020-05-171-1/+1
* avcodec/jpeg2000dec: Free packed_headersMichael Niedermayer2020-05-171-0/+2
* libavcodec: aarch64: Add a NEON implementation of pixblockdspMartin Storsjö2020-05-155-0/+103
* libavcodec: arm: Add a NEON implementation of pixblockdspMartin Storsjö2020-05-153-0/+88
* avcodec/nvenc: use framerate if availableZachariah Brown2020-05-151-2/+7
* avcodec/option_table: mark venc_params as a video decoder flag opt typeJames Almer2020-05-141-1/+1
* avcodec/mv30: fix warning: suggest braces around initialization of subobject ...Limin Wang2020-05-141-2/+2
* pixblockdsp, avdct: Add get_pixels_unalignedMartin Storsjö2020-05-135-2/+16
* avcodec/adpcm: Fix integer overflow in ADPCM THPMichael Niedermayer2020-05-131-2/+2
* lavc/libopenh264enc: Add coder option to replace cabacLinjie Fu2020-05-132-13/+30
* lavc/libopenh264enc: Allow specifying the profile through AVCodecContextLinjie Fu2020-05-131-0/+15
* lavc/libopenh264enc: Rewrite profile handlingLinjie Fu2020-05-131-4/+40
* avcodec/ralf: Check num_blocks before useMichael Niedermayer2020-05-121-0/+2
* avcodec/iff: Test video_size being non zeroMichael Niedermayer2020-05-121-0/+2
* avcodec/cdtoons: Check sprite_offset is within the packetMichael Niedermayer2020-05-121-0/+3
* libavcodec/decode: Mark decode_simple_internal() as inlineMichael Niedermayer2020-05-121-1/+1
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-123-0/+87
* vp9dec: factorise freeing per-tile allocated dataAnton Khirnov2020-05-121-20/+16
* lavc: add a flag for exporting AVVideoEncParams from decodersAnton Khirnov2020-05-123-1/+7
* avcodec/utvideodec: Fix integer overflow in decode_plane()Michael Niedermayer2020-05-121-1/+1
* avcodec/ttadsp: Fix several integer overflows in tta_filter_process_c()Michael Niedermayer2020-05-121-1/+3
* avcodec/ralf: Fix integer overflow in decode_block()Michael Niedermayer2020-05-121-3/+4
* avcodec/nuv: widen buf_size typeMichael Niedermayer2020-05-121-1/+1
* avcodec/iff: Fix several integer overflowsMichael Niedermayer2020-05-111-2/+1
* avcodec/g729postfilter: Clip gain before scaling with AGC_FAC1Michael Niedermayer2020-05-111-0/+1
* avcodec/alac: Fix integer overflow with 24/20bps samplesMichael Niedermayer2020-05-111-2/+2
* avcodec/adpcm: Clip predictor for IMA_APMMichael Niedermayer2020-05-111-2/+2
* avcodec/dstdec: Check sample rateMichael Niedermayer2020-05-101-0/+4
* avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer2020-05-092-3/+0