summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: add cdtoons decoderAlyssa Milburn2020-02-15
* avcodec/pcm_tablegen: nits, reindentPaul B Mahol2020-02-14
* avcodec/dstdec: Use local channels variableMichael Niedermayer2020-02-14
* avcodec/dvdsub: Fix warning about incompatible pointer typeAndreas Rheinhardt2020-02-14
* avcodec/cbs_av1: add missing value constrains to point_y_value, point_cb_valu...James Almer2020-02-13
* avcodec/midivid: only multiple of 4 width/height are possiblePaul B Mahol2020-02-13
* avcodec/midivid: improve decoding of widths not multiple of 32Paul B Mahol2020-02-13
* avcodec/h264_ps: Return error if pps has FMO parametersAndriy Gelman2020-02-12
* avcodec/avcodec: NitsAndreas Rheinhardt2020-02-13
* avcodec/apedec: Fix invalid shift with 24 bpsMichael Niedermayer2020-02-12
* avcodec/h264_ps: Show VUI and SPS overread messages just once per frame threadMichael Niedermayer2020-02-12
* avcodec/libvpxenc: add a way to explicitly set temporal layer idWonkap Jang2020-02-11
* libfdk-aacdec: Allow explicitly disabling the DRC reference level optionMartin Storsjö2020-02-11
* libfdk-aacdec: Use the decoder's default level limiter settingsMartin Storsjö2020-02-11
* libfdk-aacdec: Apply the decoder's output delay on timestampsMartin Storsjö2020-02-11
* avcodec/cbs_jpeg: Use memcpy when writing picturesAndreas Rheinhardt2020-02-09
* avcodec/cbs_mpeg2: Treat slices without data as invalidAndreas Rheinhardt2020-02-09
* avcodec/dpcm: Fix integer overflow in AV_CODEC_ID_GREMLIN_DPCMMichael Niedermayer2020-02-09
* avcodec/wmalosslessdec: Fix integer overflow with sliding in padding bitsMichael Niedermayer2020-02-09
* avcodec/wmalosslessdec: Fix loop in revert_acfilter()Michael Niedermayer2020-02-09
* avcodec/mvha: Check remaining bits in VLC decode loopMichael Niedermayer2020-02-09
* avcodec/agm: YUV420 without DCT needs even dimensionsMichael Niedermayer2020-02-09
* avcodec/agm: Test remaining data in decode_raw_intra_rgb()Michael Niedermayer2020-02-09
* libavcodec/mvha: Check height before applying median predictorMichael Niedermayer2020-02-09
* avcodec/midivid: Check vector indexMichael Niedermayer2020-02-09
* avcodec/cbs: Fix potential double-free when adding unit failsAndreas Rheinhardt2020-02-09
* lavc/vp9_raw_reorder_bsf: Fix operator orderingMark Thompson2020-02-09
* lavc/vaapi_encode: Fix leak in error caseMark Thompson2020-02-09
* lavc/h265_metadata_bsf: Fix parameter orderingMark Thompson2020-02-09
* lavc/cbs_h2645: Add missing newlines in log messagesMark Thompson2020-02-09
* libavcodec/amfenc_hevc.c: Fix Maximum Reference Frames option on AMF HEVC.Sitan Liu2020-02-09
* libavcodec/amfenc_hevc.c: Fix Profile level option on AMF HEVC.Sitan Liu2020-02-09
* avcodec/mlpdec: use get_bits_long for huff lsbsJai Luthra2020-02-08
* ac3enc: drop a global variableAnton Khirnov2020-02-07
* avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-02-07
* avcodec: add decoder for Simon & Schuster Interactive's ADPCM variantZane van Iperen2020-02-06
* avcodec/hevc: add support for Frame Duplication (Doubling/Tripling)Praveen Karadugattu2020-02-06
* avcodec/aptx: split decoder and encoder into separate filesJames Almer2020-02-05
* avcodec/av1_parse: don't look for trailing bits in Tile List OBUsJames Almer2020-02-05
* avcodec/Makefile: combine dvdsub dependencies into one entry per moduleJames Almer2020-02-05
* lavc/dvdsubenc: accept palette from optionsMichael Kuron2020-02-04
* lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron2020-02-04
* avcodec/mlpenc: fix small memory leakPaul B Mahol2020-02-04
* mlp: check huff_lsbs only when codebook is usedJai Luthra2020-02-04
* mlpenc: fix some -fsanitize=integer errorsJai Luthra2020-02-04
* mlpenc: clean upJai Luthra2020-02-04
* mlpenc: improve lpc filteringJai Luthra2020-02-04
* mlpenc: prevent negative lsb_bits lshiftJai Luthra2020-02-04
* mlpenc: fix huff offset calculationJai Luthra2020-02-04
* mlpenc: fix lossless check error in number_sbitsJai Luthra2020-02-04