summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/adpcm: Clip predictor for IMA_APMMichael Niedermayer2020-05-11
* avcodec/dstdec: Check sample rateMichael Niedermayer2020-05-10
* avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer2020-05-09
* avcodec/v4l2_context: Finish draining if V4L2_BUF_FLAG_LAST is setAndriy Gelman2020-05-09
* avcodec/v4l2_context: Drop empty packet while drainingAndriy Gelman2020-05-09
* avcodec/aacdec_template: Pass AVCodecContext seperatly to set_default_channel...Michael Niedermayer2020-05-10
* avcodec/pngdec: Check length in fdATMichael Niedermayer2020-05-10
* avcodec/g2meet: Check tile_width in epic_jb_decode_tile()Michael Niedermayer2020-05-10
* avcodec/hapdec: Check tex_size more strictly and before using itMichael Niedermayer2020-05-10
* avcodec/mpegvideo: return more specific error codes for init_duplicate_context()Limin Wang2020-05-09
* avcodec/mpegvideo: return more specific error codes for ff_mpv_common_init()Limin Wang2020-05-09
* avcodec/mpeg12enc: return more specific error codes for encode_init()Limin Wang2020-05-09
* avcodec/mpegvideo_enc: return more specific error codes for ff_mpv_encode_init()Limin Wang2020-05-09
* avcodec/(null|opus_metadata)_bsf: Use ff_bsf_get_packet_ref() directlyAndreas Rheinhardt2020-05-08
* avcodec/bsf: Restrict ff_bsf_get_packet_ref() return values to <= 0Andreas Rheinhardt2020-05-08
* avcodec/mpegvideo_enc: reindent codeLimin Wang2020-05-08
* avcodec/zmbv: remove the unnecessary type conversionLimin Wang2020-05-08
* avcodec/tiff: remove the unnecessary type conversionLimin Wang2020-05-08
* avcodec/pngdec: remove the unnecessary type conversionLimin Wang2020-05-08
* avcodec/lcldec: remove the unnecessary type conversionLimin Wang2020-05-08
* avcodec/libx264: return error if unknown picture type encounteredLimin Wang2020-05-08
* avcodec/libx264: return immediately if encode_nals return 0Limin Wang2020-05-08
* avcodec/libx265: Fix Uninitialized scalar variableLimin Wang2020-05-08
* avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audioMarton Balint2020-05-07
* avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entryLimin Wang2020-05-07
* lavc/bsf: add an Opus metadata bitstream filterLynne2020-05-05