summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/vaapi: increase av1 decode pool sizeFei Wang2021-10-16
* avcodec/dxva2_av1: fix global motion paramsTong Wu2021-10-16
* avcodec/av1_vaapi: add gm params valid checkFei Wang2021-10-16
* avcodec/av1dec: support setup shear processFei Wang2021-10-16
* avcodec/av1: extend some definitions in spec section 3Fei Wang2021-10-16
* cbs_av1: fix incorrect data typeFei Wang2021-10-16
* avcodec/hevcdec: apply H.274 film grainNiklas Haas2021-10-15
* avcodec/videotoolboxenc: use goto end for memory cleanupLimin Wang2021-10-13
* avcodec/avs3_parser: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-13
* avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-13
* libavcodec/adts_header: add frame_length field and avpriv function to parse A...Nachiket Tarate2021-10-13