summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vdpau_mpeg4: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* avcodec/vdpau_mpeg12: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* avcodec/nvdec_mpeg4: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* avcodec/nvdec_mpeg2: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* lavc/libdav1d: fix exporting framerateAnton Khirnov2023-05-152-7/+5
* lavc/av1*: fix exporting framerateAnton Khirnov2023-05-155-15/+29
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-1527-23/+158
* lavc/libvpxenc: send frame durations to the encoderAnton Khirnov2023-05-151-2/+13
* lavc/libkvazaar,libopenh264enc: drop redundant checksAnton Khirnov2023-05-152-10/+0
* libaomenc: use AVCodecContext.framerate when availableAnton Khirnov2023-05-151-2/+6
* lavc/msmpeg4enc: use AVCodecContext.framerate when availableAnton Khirnov2023-05-151-1/+7
* lavc/ratecontrol: use AVCodecContext.framerate when availableAnton Khirnov2023-05-151-0/+3
* lavf: use AV_CODEC_PROP_FIELDS where appropriateAnton Khirnov2023-05-152-3/+3
* lavc/codec_desc: add a property for codecs that support field codingAnton Khirnov2023-05-153-5/+19
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-1519-24/+98
* lavc/decode: drop a useless warningAnton Khirnov2023-05-152-9/+0
* avcodec/cbs_av1: add valid range of values for num_units_in_decoding_tickJames Almer2023-05-141-1/+1
* libavcodec/libsvtav1: Allow -1 for preset optionChristopher Degawa2023-05-111-2/+2
* vcodec/vp8data: Move ff_vp8_dct_cat_prob to vp8data.cDai, Jianhui J2023-05-103-21/+45
* avcodec/libmp3lame: make it possible to set copyright/original flagsLukáš Lalinský2023-05-101-3/+13
* lavc/codec_par: add AVCodecParameters.framerateAnton Khirnov2023-05-073-1/+16
* avcodec/adpcm: Fix integer overflow in intermediate in ADPCM_XMDMichael Niedermayer2023-05-061-2/+2
* avcodec/dpcm: fix undefined interger overflow in wadyMichael Niedermayer2023-05-061-1/+1
* avcodec/tiff: add a zero DNG_LINEARIZATION_TABLE checkMichael Niedermayer2023-05-061-1/+1
* avcodec/tak: Check remaining bits in ff_tak_decode_frame_header()Michael Niedermayer2023-05-061-0/+3
* avcodec/sonic: Fix two undefined integer overflowsMichael Niedermayer2023-05-061-2/+2
* avcodec/utils: the IFF_ILBM implementation assumes that there are a multiple ...Michael Niedermayer2023-05-061-1/+1
* avcodec/flacdec: Fix signed integre overflowMichael Niedermayer2023-05-061-1/+1
* avcodec/exr: Cleanup befor returnMichael Niedermayer2023-05-061-6/+12
* avcodec/pngdec: Do not pass AVFrame into global header decodeMichael Niedermayer2023-05-061-1/+6
* avcodec/pngdec: remove AVFrame argument from decode_iccp_chunk()Michael Niedermayer2023-05-061-2/+2
* avcodec/pdvdec: Check previous frame before using itMichael Niedermayer2023-05-061-1/+1
* avcodec/libdav1d: support parsing multiple ITU-T T.35 entries in a pictureJames Almer2023-05-051-2/+11
* lavc/tak: do not store invalid values in stream infoAnton Khirnov2023-05-051-7/+13
* lavc/tak: make ff_tak_parse_streaminfo staticAnton Khirnov2023-05-052-5/+3
* avutil/frame: deprecate key_frameJames Almer2023-05-042-0/+8
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04160-243/+371
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-042-0/+8
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-0434-107/+130
* avcodec/options_table: reorder nokey after nointraZhao Zhili2023-05-041-1/+1
* avcodec/hevcdec: remove unused variables from hls_slice_dataZhao Zhili2023-05-041-8/+4
* avcodec/avcodec: fix UB NULL+0Zhao Zhili2023-05-041-2/+3
* lavf/dv: use a more granular timebase for audioAnton Khirnov2023-05-021-0/+3
* lavf/dv: do not set video timebase more than onceAnton Khirnov2023-05-021-0/+3
* avcodec/hevc_ps: check for out of range bitdepth in SPSJames Almer2023-04-301-2/+12
* avcodec/hevc_ps: Avoid signed overflow before check on QPMichael Niedermayer2023-05-011-3/+3
* avcodec/hevc_ps: Check depth to be within 8 to 16Michael Niedermayer2023-05-011-0/+4
* avcodec/wavarc: Check order before using it to write the listMichael Niedermayer2023-05-011-0/+2
* avcodec/bonk: decode multiple passes in intlist_read() at onceMichael Niedermayer2023-05-011-6/+11
* avcodec/cavsdec: Check bits left before picture allocationMichael Niedermayer2023-05-011-0/+3