summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/libaomenc: remove the redundant initializationLimin Wang2021-11-23
* avcodec/h263: Inline constantAndreas Rheinhardt2021-11-21
* av(codec|device): Don't cast pointers to intAndreas Rheinhardt2021-11-21
* avcodec/smcenc: Move PutByteContext to stackAndreas Rheinhardt2021-11-20
* avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size()Andreas Rheinhardt2021-11-19
* avcodec/dnxhddata: Remove avpriv_dnxhd_get_interlaced()Andreas Rheinhardt2021-11-19
* avcodec/hevcdec: Export Dolby Vision RPUs as side dataDerek Buitenhuis2021-11-17
* aarch64: Add Armv8.5-A BTI supportJonathan Wright2021-11-16
* aarch64: Use ret x<n> instead of br x<n> where possibleJonathan Wright2021-11-16
* */version.h: define FF_API macros unconditionallyAnton Khirnov2021-11-15
* avcodec/speexdec: Check frames_per_packet more completelyMichael Niedermayer2021-11-14
* avcodec/mlpdec: cover case when >2 channels are in single substreamPaul B Mahol2021-11-11
* avcodec/speexdec: Remove dead codeAndreas Rheinhardt2021-11-09
* avcodec/libx264: Simplify copying packet dataAndreas Rheinhardt2021-11-09
* avcodec/libx264: Remove always-false checksAndreas Rheinhardt2021-11-09
* avcodec/libx264: Check for overflow if necessaryAndreas Rheinhardt2021-11-09
* avcodec/videotoolboxenc: fix pixel buffer memory leaksongyutong2021-11-09
* avcodec/mjpegdec: Use AVCodecInternal.in_pkt for buffer packetAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: Use av_memdup() where appropriateAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: Don't leak side-data-only packetsAndreas Rheinhardt2021-11-07
* avcodec/cuviddec: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-07
* avcodec/crystalhd: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-07
* avcodec/binkaudio: Use AVCodecInternal.in_pkt for buffer packetAndreas Rheinhardt2021-11-07
* avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt2021-11-07
* avcodec/libx264: fix sei payload leaks on errorJames Almer2021-11-04
* avcodec/libaomdec: use intermediate arrays for plane pointers and stridesJames Almer2021-11-01
* libaom: Dont use aom_codec_av1_dx_algo.Matt Oliver2021-10-30
* avcodec/vqavideo: Decode 15-bit VQA3 filesPekka Väänänen2021-10-28
* avcodec/binkaudio: Properly flush the decoderAndreas Rheinhardt2021-10-28
* avcodec/binkaudio: Remove AV_CODEC_CAP_DELAYAndreas Rheinhardt2021-10-28
* avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2021-10-22
* avcodec/ttadsp: Fix integer overflows in tta_filter_process_c()Michael Niedermayer2021-10-21
* avcodec/atsc_a53: use AVERROR_INVALIDDATALimin Wang2021-10-20
* avcodec/hevc_sei: remove the duplicate checkLimin Wang2021-10-20
* avcodec/libx264: move sei_data_size out of the for loopJames Almer2021-10-20
* avcodec/extract_extradata_bsf: add support for AVS3Limin Wang2021-10-19
* avcodec/libx264: copy unregistered data SEI messages to the input x264 pictureJames Almer2021-10-18
* libavcodec/flac_parser: Validate subframe zero bit and typeMattias Wadman2021-10-18
* avcodec/h264_picture: don't assume Film Grain Params side data will be presentJames Almer2021-10-18
* libavcodec/libx264: add user data unregistered SEI encodingBrad Hards2021-10-18
* aarch64: h264qpel: Do vertical filtering without transposingMartin Storsjö2021-10-18
* arm/aarch64: Improve scheduling in the avg form of h264_qpelMartin Storsjö2021-10-18
* avcodec/speexdec: Seed should be unsigned otherwise the operations done on it...Michael Niedermayer2021-10-17
* avcodec/hevc_filter: Correct indentionLimin Wang2021-10-17
* avcodec/hevc_filter: remove unneeded headersLimin Wang2021-10-17
* avcodec/hevcdec: remove unused codeLimin Wang2021-10-17
* avcodec/av1_vaapi: improve decode qualityFei Wang2021-10-16
* avcodec/av1_vaapi: enable segmentation featuresFei Wang2021-10-16
* avcodec/av1_vaapi: setting 2 output surface for film grainFei Wang2021-10-16