aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/videotoolbox: Fix undefined symbol with minimal configurationLimin Wang2022-01-051-0/+2
* avcodec/mpeg12enc: Inline constantsAndreas Rheinhardt2022-01-041-8/+8
* avcodec/mpeg12enc: Partially inline whether codec is MPEG-1Andreas Rheinhardt2022-01-041-1/+3
* avcodec/mpeg12enc: Also inline chroma subsamplingAndreas Rheinhardt2022-01-041-5/+6
* avcodec/mpegvideo_enc: Remove dead code at compile timeAndreas Rheinhardt2022-01-041-2/+6
* avcodec/mpegvideo_enc: Improve inlining of chroma_formatAndreas Rheinhardt2022-01-041-15/+21
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-043-4/+5
* avcodec/mpegvideo: Move decoding-only code into a new fileAndreas Rheinhardt2022-01-044-577/+612
* avcodec/mpegvideo: Remove always-false checkAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Don't initialize error resilience context for encoderAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Check for no_rounding at compile-time if possibleAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Remove always-true branchAndreas Rheinhardt2022-01-041-1/+2
* avcodec/mpegvideo: Try to perform check for MPEG-1/2 at compile-timeAndreas Rheinhardt2022-01-041-2/+3
* avcodec/mpegvideo: Partially check for being encoder at compile-timeAndreas Rheinhardt2022-01-041-7/+8
* avcodec/mpegvideo: Don't check for > 8 bit MPEG-1/2Andreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo_motion: Don't duplicate identical codeAndreas Rheinhardt2022-01-041-2/+2
* avcodec/wmv2: Move ff_wmv2_add_mb() to the wmv2decAndreas Rheinhardt2022-01-042-44/+44
* avcodec/mpegvideo: Avoid needlessly calling functionAndreas Rheinhardt2022-01-041-2/+1
* avcodec/mpegvideo: Don't duplicate identical codeAndreas Rheinhardt2022-01-041-19/+18
* avcodec/mpeg12dec: Use %c to write single charAndreas Rheinhardt2022-01-041-4/+4
* avcodec/mpegvideo_enc: Don't merge decoder-only fieldsAndreas Rheinhardt2022-01-041-2/+0
* avcodec/mpeg12enc: Move options-related fields to MPEG12EncContextAndreas Rheinhardt2022-01-043-32/+36
* avcodec/mpeg12enc: Add custom context, move mpeg2_frame_rate_ext to itAndreas Rheinhardt2022-01-042-10/+17
* avcodec/mpeg12enc: Simplify check for A53 closed captionsAndreas Rheinhardt2022-01-042-2/+2
* avcodec/mpegvideo_enc: Move updating mb_info to its only userAndreas Rheinhardt2022-01-041-3/+3
* avcodec/speedhqenc: Inline constantsAndreas Rheinhardt2022-01-041-4/+5
* avcodec/mpegvideo_enc: Remove impossible branchAndreas Rheinhardt2022-01-041-3/+1
* avcodec/mpegvideo: Remove unnecessary headersAndreas Rheinhardt2022-01-047-5/+6
* avcodec/mjpegenc_common: Use AVCodecContext.codec_id directlyAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mjpegenc_common: Don't call function unnecessarilyAndreas Rheinhardt2022-01-041-4/+3
* avcodec/mjpegenc_common: Pass MJpegContext for writing picture headerAndreas Rheinhardt2022-01-044-22/+24
* avcodec/mjpegenc: Deprecate unused prediction typeAndreas Rheinhardt2022-01-044-6/+8
* avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContextAndreas Rheinhardt2022-01-044-13/+20
* avcodec/mjpegenc_common: Fix intendationAndreas Rheinhardt2022-01-041-11/+11
* avcodec/mjpegenc_common: Move code for MJPEG/AMV to mjpegencAndreas Rheinhardt2022-01-042-12/+6
* avcodec/mjpegenc: Add wrapper for ff_mjpeg_encode_picture_header()Andreas Rheinhardt2022-01-043-6/+16
* avcodec/mpegvideo_enc: Remove redundant checks for multithreadingAndreas Rheinhardt2022-01-041-18/+0
* avcodec/mpegvideo_enc: Move MJPEG init checks to mjpegenc.cAndreas Rheinhardt2022-01-042-12/+10
* avcodec/mjpegenc: Avoid allocation of MJpegContextAndreas Rheinhardt2022-01-042-15/+18
* avcodec/mjpegenc: Use custom close function directlyAndreas Rheinhardt2022-01-043-7/+6
* avcodec: [loongarch] Optimize prefetch with loongarch.gxw2022-01-044-0/+49
* avcodec: [loongarch] Optimize idctdstp with LASX.Hao Chen2022-01-047-0/+514
* avcodec: [loongarch] Optimize hpeldsp with LASX.Shiyou Yin2022-01-046-0/+1400
* lavc/aarch64: add hevc sao band 8x8 tilingJ. Dekker2022-01-042-5/+12
* lavc/aarch64: clean-up sao band 8x8 function formattingJ. Dekker2022-01-041-40/+25
* lavc/aarch64: add hevc sao edge 8x8J. Dekker2022-01-042-0/+54
* lavc/aarch64: add hevc sao edge 16x16J. Dekker2022-01-042-2/+71
* Revert "arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widths"J. Dekker2022-01-041-9/+9
* lavc/arm: dont assign hevc_qpel functions for non-multiple of 8 widthsJ. Dekker2022-01-041-1/+2
* lib*/version.h: Bump Versions after release/5.0 branchn5.1-devAndreas Rheinhardt2022-01-041-1/+1