summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-22
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-22
* avcodec.h: split AVCodecParameters API into its own headerAnton Khirnov2020-05-22
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-21
* avcodec/tiff: Check for Tiled and Stripped TIFFsMichael Niedermayer2020-05-21
* avcodec/pnmdec: Use unsigned for maxval rescalingMichael Niedermayer2020-05-21
* avcodec/ivi: Clear got_p_frame before decoding a new frame using itMichael Niedermayer2020-05-21
* avcodec/dsddec: Check channelsMichael Niedermayer2020-05-21
* avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer2020-05-21
* avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()Michael Niedermayer2020-05-21
* avcodec/cbs_jpeg: Fix infinite loop in cbs_jpeg_split_fragment()Michael Niedermayer2020-05-21
* avcodec/bitpacked: Add codec_tags listMichael Niedermayer2020-05-21
* avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictlyMichael Niedermayer2020-05-21
* cbs_h265: Ensure that a predicted RPS doesn't contain too many picturesMark Thompson2020-05-20
* avcodec/exr: output float pixels in float pixel formatMark Reid2020-05-20
* avcodec/libx265: add support for reordered_opaqueJames Almer2020-05-19
* avcodec: Add MediaFoundation encoder wrapperwm42020-05-19
* avcodec: add NotchLC decoderPaul B Mahol2020-05-19
* avcodec/frame_thread_encoder: check for frame threading codec cap instead of ...James Almer2020-05-18
* avcodec/libdav1d: export frame sample aspect ratioJames Almer2020-05-18
* lavc/qsvenc: add encode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-18
* lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-18
* avcodec/binkaudio: Fix 2Ghz sample_rateMichael Niedermayer2020-05-17
* avcodec/jpeg2000dec: Free packed_headersMichael Niedermayer2020-05-17
* libavcodec: aarch64: Add a NEON implementation of pixblockdspMartin Storsjö2020-05-15
* libavcodec: arm: Add a NEON implementation of pixblockdspMartin Storsjö2020-05-15
* avcodec/nvenc: use framerate if availableZachariah Brown2020-05-15
* avcodec/option_table: mark venc_params as a video decoder flag opt typeJames Almer2020-05-14
* avcodec/mv30: fix warning: suggest braces around initialization of subobject ...Limin Wang2020-05-14
* pixblockdsp, avdct: Add get_pixels_unalignedMartin Storsjö2020-05-13
* avcodec/adpcm: Fix integer overflow in ADPCM THPMichael Niedermayer2020-05-13
* lavc/libopenh264enc: Add coder option to replace cabacLinjie Fu2020-05-13
* lavc/libopenh264enc: Allow specifying the profile through AVCodecContextLinjie Fu2020-05-13
* lavc/libopenh264enc: Rewrite profile handlingLinjie Fu2020-05-13
* avcodec/ralf: Check num_blocks before useMichael Niedermayer2020-05-12
* avcodec/iff: Test video_size being non zeroMichael Niedermayer2020-05-12
* avcodec/cdtoons: Check sprite_offset is within the packetMichael Niedermayer2020-05-12
* libavcodec/decode: Mark decode_simple_internal() as inlineMichael Niedermayer2020-05-12
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-12
* vp9dec: factorise freeing per-tile allocated dataAnton Khirnov2020-05-12
* lavc: add a flag for exporting AVVideoEncParams from decodersAnton Khirnov2020-05-12
* avcodec/utvideodec: Fix integer overflow in decode_plane()Michael Niedermayer2020-05-12
* avcodec/ttadsp: Fix several integer overflows in tta_filter_process_c()Michael Niedermayer2020-05-12
* avcodec/ralf: Fix integer overflow in decode_block()Michael Niedermayer2020-05-12
* avcodec/nuv: widen buf_size typeMichael Niedermayer2020-05-12
* avcodec/iff: Fix several integer overflowsMichael Niedermayer2020-05-11
* avcodec/g729postfilter: Clip gain before scaling with AGC_FAC1Michael Niedermayer2020-05-11
* avcodec/alac: Fix integer overflow with 24/20bps samplesMichael Niedermayer2020-05-11