summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec: [loongarch] Optimize vp9_lpf/idct with LSX.Jin Bo2021-12-235-1/+4626
* avcodec: [loongarch] Optimize vp9_mc/intra with LSX.Hao Chen2021-12-237-0/+3379
* avcodec: [loongarch] Optimize vp8_lpf/mc with LSX.yuanhecai2021-12-237-0/+1701
* lavc/qsvenc: enable lookahead for hevc encodingZhong Li2021-12-232-0/+13
* lavc/qsvenc: specify codec name when print profileZhong Li2021-12-231-19/+19
* lavc/videotoolboxenc: explicitly set realtime=falsercombs2021-12-221-3/+3
* libavcodec/videotoolboxenc: use the correct types for optionsrcombs2021-12-221-8/+8
* lavc/videotoolbox: set attachments on decoded buffersrcombs2021-12-221-0/+4
* lavc/proresdec: fix threaded hwaccel decodercombs2021-12-221-0/+14
* lavc/videotoolboxenc: add ProRes supportrcombs2021-12-224-7/+117
* lavc/Makefile: fix missing hevc_videotoolbox casercombs2021-12-221-0/+1
* lavc/videotoolboxenc: add handling for non-NAL-based codecsrcombs2021-12-221-57/+93
* lavc/videotoolboxenc: vastly simplify get_cv_pixel_inforcombs2021-12-221-56/+15
* lavc/videotoolboxenc: config-gate ATSC CC supportrcombs2021-12-221-0/+2
* lavc/videotoolboxenc: fix RGB supportrcombs2021-12-221-0/+1
* lavc/videotoolboxenc: detect alpha more genericallyrcombs2021-12-221-5/+5
* lavc/videotoolboxenc: don't access int64_t member as intrcombs2021-12-221-2/+2
* lavc/videotoolboxenc: use common routine for pixfmt conversionrcombs2021-12-221-18/+3
* avcodec/v210enc: suppport frame thread for v210Limin Wang2021-12-221-1/+1
* avcodec/rawenc: suppport frame thread for rawvideoLimin Wang2021-12-221-1/+1