summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_ps: Return error if pps has FMO parametersAndriy Gelman2020-02-121-1/+3
* avcodec/avcodec: NitsAndreas Rheinhardt2020-02-131-3/+3
* avcodec/apedec: Fix invalid shift with 24 bpsMichael Niedermayer2020-02-121-1/+1
* avcodec/h264_ps: Show VUI and SPS overread messages just once per frame threadMichael Niedermayer2020-02-122-1/+4
* avcodec/libvpxenc: add a way to explicitly set temporal layer idWonkap Jang2020-02-112-2/+13
* libfdk-aacdec: Allow explicitly disabling the DRC reference level optionMartin Storsjö2020-02-112-3/+9
* libfdk-aacdec: Use the decoder's default level limiter settingsMartin Storsjö2020-02-111-1/+3
* libfdk-aacdec: Apply the decoder's output delay on timestampsMartin Storsjö2020-02-111-0/+9
* avcodec/cbs_jpeg: Use memcpy when writing picturesAndreas Rheinhardt2020-02-091-3/+7
* avcodec/cbs_mpeg2: Treat slices without data as invalidAndreas Rheinhardt2020-02-091-0/+3
* avcodec/dpcm: Fix integer overflow in AV_CODEC_ID_GREMLIN_DPCMMichael Niedermayer2020-02-091-1/+1
* avcodec/wmalosslessdec: Fix integer overflow with sliding in padding bitsMichael Niedermayer2020-02-091-1/+1
* avcodec/wmalosslessdec: Fix loop in revert_acfilter()Michael Niedermayer2020-02-091-2/+5
* avcodec/mvha: Check remaining bits in VLC decode loopMichael Niedermayer2020-02-091-0/+2
* avcodec/agm: YUV420 without DCT needs even dimensionsMichael Niedermayer2020-02-091-0/+5
* avcodec/agm: Test remaining data in decode_raw_intra_rgb()Michael Niedermayer2020-02-091-3/+6
* libavcodec/mvha: Check height before applying median predictorMichael Niedermayer2020-02-091-5/+7
* avcodec/midivid: Check vector indexMichael Niedermayer2020-02-091-0/+2
* avcodec/cbs: Fix potential double-free when adding unit failsAndreas Rheinhardt2020-02-093-6/+7
* lavc/vp9_raw_reorder_bsf: Fix operator orderingMark Thompson2020-02-091-1/+1
* lavc/vaapi_encode: Fix leak in error caseMark Thompson2020-02-091-0/+1
* lavc/h265_metadata_bsf: Fix parameter orderingMark Thompson2020-02-091-1/+1
* lavc/cbs_h2645: Add missing newlines in log messagesMark Thompson2020-02-091-2/+2
* libavcodec/amfenc_hevc.c: Fix Maximum Reference Frames option on AMF HEVC.Sitan Liu2020-02-091-1/+1
* libavcodec/amfenc_hevc.c: Fix Profile level option on AMF HEVC.Sitan Liu2020-02-091-1/+1
* avcodec/mlpdec: use get_bits_long for huff lsbsJai Luthra2020-02-081-1/+1
* ac3enc: drop a global variableAnton Khirnov2020-02-072-3/+4
* avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-02-071-26/+26
* avcodec: add decoder for Simon & Schuster Interactive's ADPCM variantZane van Iperen2020-02-066-2/+22
* avcodec/hevc: add support for Frame Duplication (Doubling/Tripling)Praveen Karadugattu2020-02-063-0/+16
* avcodec/aptx: split decoder and encoder into separate filesJames Almer2020-02-055-637/+712
* avcodec/av1_parse: don't look for trailing bits in Tile List OBUsJames Almer2020-02-051-1/+3
* avcodec/Makefile: combine dvdsub dependencies into one entry per moduleJames Almer2020-02-051-4/+2
* lavc/dvdsubenc: accept palette from optionsMichael Kuron2020-02-042-1/+8
* lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron2020-02-044-16/+42
* avcodec/mlpenc: fix small memory leakPaul B Mahol2020-02-041-0/+1
* mlp: check huff_lsbs only when codebook is usedJai Luthra2020-02-042-1/+4
* mlpenc: fix some -fsanitize=integer errorsJai Luthra2020-02-041-5/+5
* mlpenc: clean upJai Luthra2020-02-041-16/+13
* mlpenc: improve lpc filteringJai Luthra2020-02-041-13/+12
* mlpenc: prevent negative lsb_bits lshiftJai Luthra2020-02-041-4/+7
* mlpenc: fix huff offset calculationJai Luthra2020-02-041-5/+1
* mlpenc: fix lossless check error in number_sbitsJai Luthra2020-02-041-1/+1
* avcodec/lagarith: Sanity check scaleMichael Niedermayer2020-02-031-0/+3
* avcodec/pngdec: Check amount decodedMichael Niedermayer2020-02-031-0/+12
* avcodec/apedec: Fix integer overflows in predictor_decode_mono_3950()Michael Niedermayer2020-02-031-2/+2
* avcodec/libvpxenc: add VP9 temporal scalability encoding optionWonkap Jang2020-02-032-24/+228
* avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer2020-02-031-1/+1
* avcodec/dca_lbr: Fix some error codes and error passingMichael Niedermayer2020-02-031-69/+93
* avcodec/8svx: Use av_assert1(0) instead of error message in unreachable codeMichael Niedermayer2020-02-031-2/+1