| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/videotoolbox: Fix undefined symbol with minimal configuration | Limin Wang | 2022-01-05 | 1 | -0/+2 |
* | avcodec/mpeg12enc: Inline constants | Andreas Rheinhardt | 2022-01-04 | 1 | -8/+8 |
* | avcodec/mpeg12enc: Partially inline whether codec is MPEG-1 | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+3 |
* | avcodec/mpeg12enc: Also inline chroma subsampling | Andreas Rheinhardt | 2022-01-04 | 1 | -5/+6 |
* | avcodec/mpegvideo_enc: Remove dead code at compile time | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+6 |
* | avcodec/mpegvideo_enc: Improve inlining of chroma_format | Andreas Rheinhardt | 2022-01-04 | 1 | -15/+21 |
* | configure: Add new mpegvideodec CONFIG_EXTRA | Andreas Rheinhardt | 2022-01-04 | 3 | -4/+5 |
* | avcodec/mpegvideo: Move decoding-only code into a new file | Andreas Rheinhardt | 2022-01-04 | 4 | -577/+612 |
* | avcodec/mpegvideo: Remove always-false check | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Don't initialize error resilience context for encoder | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Check for no_rounding at compile-time if possible | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Remove always-true branch | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+2 |
* | avcodec/mpegvideo: Try to perform check for MPEG-1/2 at compile-time | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+3 |
* | avcodec/mpegvideo: Partially check for being encoder at compile-time | Andreas Rheinhardt | 2022-01-04 | 1 | -7/+8 |
* | avcodec/mpegvideo: Don't check for > 8 bit MPEG-1/2 | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo_motion: Don't duplicate identical code | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+2 |
* | avcodec/wmv2: Move ff_wmv2_add_mb() to the wmv2dec | Andreas Rheinhardt | 2022-01-04 | 2 | -44/+44 |
* | avcodec/mpegvideo: Avoid needlessly calling function | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+1 |
* | avcodec/mpegvideo: Don't duplicate identical code | Andreas Rheinhardt | 2022-01-04 | 1 | -19/+18 |
* | avcodec/mpeg12dec: Use %c to write single char | Andreas Rheinhardt | 2022-01-04 | 1 | -4/+4 |
* | avcodec/mpegvideo_enc: Don't merge decoder-only fields | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+0 |
* | avcodec/mpeg12enc: Move options-related fields to MPEG12EncContext | Andreas Rheinhardt | 2022-01-04 | 3 | -32/+36 |
* | avcodec/mpeg12enc: Add custom context, move mpeg2_frame_rate_ext to it | Andreas Rheinhardt | 2022-01-04 | 2 | -10/+17 |
* | avcodec/mpeg12enc: Simplify check for A53 closed captions | Andreas Rheinhardt | 2022-01-04 | 2 | -2/+2 |
* | avcodec/mpegvideo_enc: Move updating mb_info to its only user | Andreas Rheinhardt | 2022-01-04 | 1 | -3/+3 |
* | avcodec/speedhqenc: Inline constants | Andreas Rheinhardt | 2022-01-04 | 1 | -4/+5 |
* | avcodec/mpegvideo_enc: Remove impossible branch | Andreas Rheinhardt | 2022-01-04 | 1 | -3/+1 |
* | avcodec/mpegvideo: Remove unnecessary headers | Andreas Rheinhardt | 2022-01-04 | 7 | -5/+6 |
* | avcodec/mjpegenc_common: Use AVCodecContext.codec_id directly | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mjpegenc_common: Don't call function unnecessarily | Andreas Rheinhardt | 2022-01-04 | 1 | -4/+3 |
* | avcodec/mjpegenc_common: Pass MJpegContext for writing picture header | Andreas Rheinhardt | 2022-01-04 | 4 | -22/+24 |
* | avcodec/mjpegenc: Deprecate unused prediction type | Andreas Rheinhardt | 2022-01-04 | 4 | -6/+8 |
* | avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContext | Andreas Rheinhardt | 2022-01-04 | 4 | -13/+20 |
* | avcodec/mjpegenc_common: Fix intendation | Andreas Rheinhardt | 2022-01-04 | 1 | -11/+11 |
* | avcodec/mjpegenc_common: Move code for MJPEG/AMV to mjpegenc | Andreas Rheinhardt | 2022-01-04 | 2 | -12/+6 |
* | avcodec/mjpegenc: Add wrapper for ff_mjpeg_encode_picture_header() | Andreas Rheinhardt | 2022-01-04 | 3 | -6/+16 |
* | avcodec/mpegvideo_enc: Remove redundant checks for multithreading | Andreas Rheinhardt | 2022-01-04 | 1 | -18/+0 |
* | avcodec/mpegvideo_enc: Move MJPEG init checks to mjpegenc.c | Andreas Rheinhardt | 2022-01-04 | 2 | -12/+10 |
* | avcodec/mjpegenc: Avoid allocation of MJpegContext | Andreas Rheinhardt | 2022-01-04 | 2 | -15/+18 |
* | avcodec/mjpegenc: Use custom close function directly | Andreas Rheinhardt | 2022-01-04 | 3 | -7/+6 |
* | avcodec: [loongarch] Optimize prefetch with loongarch. | gxw | 2022-01-04 | 4 | -0/+49 |
* | avcodec: [loongarch] Optimize idctdstp with LASX. | Hao Chen | 2022-01-04 | 7 | -0/+514 |
* | avcodec: [loongarch] Optimize hpeldsp with LASX. | Shiyou Yin | 2022-01-04 | 6 | -0/+1400 |
* | lavc/aarch64: add hevc sao band 8x8 tiling | J. Dekker | 2022-01-04 | 2 | -5/+12 |
* | lavc/aarch64: clean-up sao band 8x8 function formatting | J. Dekker | 2022-01-04 | 1 | -40/+25 |
* | lavc/aarch64: add hevc sao edge 8x8 | J. Dekker | 2022-01-04 | 2 | -0/+54 |
* | lavc/aarch64: add hevc sao edge 16x16 | J. Dekker | 2022-01-04 | 2 | -2/+71 |
* | Revert "arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widths" | J. Dekker | 2022-01-04 | 1 | -9/+9 |
* | lavc/arm: dont assign hevc_qpel functions for non-multiple of 8 widths | J. Dekker | 2022-01-04 | 1 | -1/+2 |
* | lib*/version.h: Bump Versions after release/5.0 branchn5.1-dev | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |