aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* libavcodec/jpeg2000dec.c: Enable image offsetsGautam Ramakrishnan2020-07-061-4/+0
* libavcodec/jpeg2000dec: Enhance pix fmt selectionGautam Ramakrishnan2020-07-061-0/+12
* avcodec/tiff: Check frame parameters before blit for DNGMichael Niedermayer2020-07-051-2/+13
* avcodec/mjpegdec: Limit bayer to single plane outputting formatMichael Niedermayer2020-07-051-0/+5
* avcodec/pnmdec: Fix misaligned readsMichael Niedermayer2020-07-051-10/+10
* lavc/qsvenc_hevc: add qmax/qmin support for HEVC encodingLinjie Fu2020-07-052-6/+7
* avcodec/h264_metadata_bsf: Fix invalid av_freepAndreas Rheinhardt2020-07-041-1/+1
* avcodec/dvdsub_parser: Remove empty init functionAndreas Rheinhardt2020-07-041-6/+0
* avcodec/dvbsub_parser: Don't allocate buffer separatelyAndreas Rheinhardt2020-07-041-17/+1
* cfhd: Add tag namesKieran Kunhya2020-07-041-11/+21
* libavcodec/pgxdec: Add PGX decoderGautam Ramakrishnan2020-07-036-2/+180
* avcodec/amfenc_hevc: set default gops_per_idr 1Lu Jiao2020-07-031-1/+1
* avcodec/mv30: Fix integer overflows in idct2_1d()Michael Niedermayer2020-07-021-3/+3
* avcodec/hcadec: Check total_band_count against imdct_in sizeMichael Niedermayer2020-07-021-0/+4
* avcodec/scpr3: Fix out of array access with dectabMichael Niedermayer2020-07-021-3/+14
* avcodec/tiff: Do not overrun the array ends in dng_blit()Michael Niedermayer2020-07-021-1/+4
* avcodec/dstdec: Replace AC overread check by sample rate checkMichael Niedermayer2020-07-021-7/+6
* avcodec/libaomenc: Add command-line options for intra-coding toolsWang Cao2020-07-012-1/+36
* avcodec/libaomenc: Add command-line options to control the use of partition t...Wang Cao2020-07-012-1/+16
* avcodec/nvenc: add new h264 levels from Video SDK 10Timo Rothenpieler2020-07-012-1/+12
* avcodec/nvenc: add new Video SDK 10 featuresRoman Arzumanyan2020-07-015-6/+145
* avcodec/pngdec: Check for fctl after idatMichael Niedermayer2020-07-011-0/+5
* avcodec/mlpenc: free filter state buffers on allocation failureJames Almer2020-07-011-1/+2
* avcodec/mlpenc: propagate proper error valuesJames Almer2020-07-011-9/+9
* avcodec/mlpenc: remove delay codec capabilityJames Almer2020-07-011-5/+2
* avcodec/internal: remove unused out_frame field from DecodeSimpleContextJames Almer2020-07-011-1/+0
* avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer2020-06-301-2/+3
* libavcodec/jpeg2000.c: Precinct size check removedGautam Ramakrishnan2020-06-303-5/+5
* avcodec/nvenc: rename tc option to something more uniqueTimo Rothenpieler2020-06-304-4/+4
* avcodec/nvenc: add a53cc option for hevc_nvencTimo Rothenpieler2020-06-301-0/+1
* avcodec/smacker: Add FF_CODEC_CAP_INIT_CLEANUPAndreas Rheinhardt2020-06-301-2/+1
* avcodec/mpeg12dec: Fix uninitialized data in fate-sub-cc-scte20Limin Wang2020-06-301-0/+2
* avcodec/nvenc: support for HEVC timecode passthroughLimin Wang2020-06-283-0/+19
* avcodec/nvenc: add more sei data supportLimin Wang2020-06-281-14/+22
* avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode seiLimin Wang2020-06-282-0/+78
* avcodec/hevcdec: create AVFrame side data from HEVC timecodes like H.264Limin Wang2020-06-281-0/+24
* avcodec/hevc_sei: support HEVC timecode decodeLimin Wang2020-06-282-0/+70
* avcodec/h264_slice: use av_timecode_get_smpte()Limin Wang2020-06-281-27/+6
* avcodec/bitstream: Avoid allocation when creating VLC tablesAndreas Rheinhardt2020-06-271-6/+8
* avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt2020-06-271-1/+1
* libavcodec/jpeg2000dec.c Fixed WRITE_FRAME and tile co-ordinates:Gautam Ramakrishnan2020-06-271-10/+14
* libavcodec/jpeg2000dec.c: Modify image dimensionsGautam Ramakrishnan2020-06-271-5/+14
* avcodec/adpcm_ima_apm: support new extradata formatZane van Iperen2020-06-261-5/+12
* avcodec/mpeg12dec: switch to AVBufferRef buffer for a53 captionLimin Wang2020-06-261-45/+40
* avcodec: add AV1 profiles to profile.hJames Almer2020-06-252-0/+6
* avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag...James Almer2020-06-251-0/+28
* lavc/aac_ac3_parser: improve the raw AAC file bit rate calculationJun Zhao2020-06-262-2/+9
* avcodec/cbs_av1: Simplify writing uvlc elementsAndreas Rheinhardt2020-06-241-10/+5
* avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAXAndreas Rheinhardt2020-06-241-2/+3
* avcodec/hevc: export chroma sample locationHendrik Leppkes2020-06-241-0/+9