aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/apedec: Fix integer overflows in predictor_update_3930()Michael Niedermayer2022-01-131-8/+8
* avcodec/libdav1d: explicitly set Dav1dSettings.apply_grainJames Almer2022-01-101-2/+2
* avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE structTimo Rothenpieler2022-01-101-1/+1
* avcodec/v4l2_context: send start decode command after dynamic resolution chan...Ming Qian2022-01-091-0/+18
* avcodec/v4l2_context: don't reinit output queue on dynamic resolution change ...Ming Qian2022-01-091-25/+2
* lavc/av1dec: use frame split bsfFei Wang2022-01-081-0/+1
* aarch64: Disable ff_hevc_sao_band_filter_8x8_8_neon out of precautionMartin Storsjö2022-01-071-1/+5
* avcodec/libdav1d: honor the requested strict_std_compliance level on supporte...James Almer2022-01-061-0/+3
* avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODERAndreas Rheinhardt2022-01-061-0/+1
* avcodec/Makefile: Only compile nvenc.o if neededAndreas Rheinhardt2022-01-051-3/+2
* avcodec/Makefile: Add missing HEVC decoder->h274.o dependencyAndreas Rheinhardt2022-01-051-1/+2
* avcodec/Makefile: Add missing mpegaudiodata.o dependency to MPEGAUDIOAndreas Rheinhardt2022-01-051-1/+2
* avcodec/videotoolbox: Fix undefined symbol with minimal configurationLimin Wang2022-01-051-0/+2
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-041-1/+1
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-042-34/+27
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-047-12/+66
* avcodec/internal: Remove unused av_export_avcodecAndreas Rheinhardt2022-01-041-6/+0
* avcodec/mpegaudiodata: Unavpriv mpa_bitrate and mpa_frequency tabsAndreas Rheinhardt2022-01-048-32/+82
* avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt2022-01-048-27/+67
* configure, avcodec/Makefile: Add new mpeg4audio CONFIG_EXTRA groupAndreas Rheinhardt2022-01-041-14/+9
* avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt2022-01-0412-134/+161
* avcodec/dca: Unavpriv dca_sample_ratesAndreas Rheinhardt2022-01-047-14/+67
* avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt2022-01-049-24/+78
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-044-26/+46
* lavc/hevcdec: Parse DOVI RPU NALsNiklas Haas2022-01-042-8/+31
* lavc: Implement Dolby Vision RPU parsingNiklas Haas2022-01-043-0/+537
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-041-2/+8
* lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer2022-01-031-2/+2
* libavcodec/pthread_frame: remove duplicate pointersYu Yang2022-01-031-7/+6
* avcodec/speexdec: Consider mode in frame size checkMichael Niedermayer2022-01-011-1/+1
* lavc/{av1, h264, h265}_metadata_bsf: fix description of tick_rateZhao Zhili2022-01-013-3/+3
* avcodec/apedec: fix integer overflow in 8bit samplesMichael Niedermayer2021-12-301-1/+1
* avcodec/targa: Check input size for uncompressed TGA before allocationMichael Niedermayer2021-12-301-1/+10
* avcodec/tiff: Remove messing with jpeg contextMichael Niedermayer2021-12-301-22/+2
* lavc/mediacodecdec: set codec profile and level from extradata for H264+HEVCsfan52021-12-301-0/+6
* avcodec/v4l2_m2m_dec: dequeue frame if input isn't readyCameron Gutman2021-12-281-2/+6
* avcodec/libx26[45]: reindent after last commitLimin Wang2021-12-282-46/+46
* avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIsLimin Wang2021-12-283-2/+9
* avcodec/qsvenc_h264: use AV_OPT_TYPE_BOOL for aud, a53cc, cavlc, look_ahead, ...Limin Wang2021-12-271-6/+6
* avcodec/qsvenc_hevc: use AV_OPT_TYPE_BOOL for aud optionLimin Wang2021-12-271-1/+1
* avcodec/vaapi_encode_vp9: fix > 4k encode fail issueZhang yuankun2021-12-271-0/+8
* avcodec/nvenc: add udu_sei option to import user data unregistered SEIsLimin Wang2021-12-255-1/+9
* avcodec/cdgraphics: avoid signed overflow in alphaMichael Niedermayer2021-12-251-1/+1
* avcodec/h2645: Fix SEI->display matrix transformationAndreas Rheinhardt2021-12-233-3/+31
* avcodec/mjpegdec: Fix exif rotation->displaymatrix conversionAndreas Rheinhardt2021-12-231-2/+2
* avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensionsMichael Niedermayer2021-12-231-7/+8
* avcodec/tiff: Pass max_pixels to mjpeg contextMichael Niedermayer2021-12-231-0/+1
* avcodec/vqavideo: reset accounting on errorMichael Niedermayer2021-12-231-3/+4
* avcodec: [loongarch] Optimize vc1dsp with LASX.Hao Chen2021-12-236-0/+1156