summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpegaudiodec_common: fix values for 24k sample ratePaul B Mahol2022-10-20
* avcodec/mpeg4videodec: Reindent after the previous commitAndreas Rheinhardt2022-10-20
* avcodec/mpeg4videodec: Remove always-true checksAndreas Rheinhardt2022-10-20
* avcodec/mpeg4videodec: Sync sprite_warping_accuracy between threadsAndreas Rheinhardt2022-10-20
* avcodec/mpegvideo: Move sprite-related fields to Mpeg4DecContextAndreas Rheinhardt2022-10-20
* avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 onlyAndreas Rheinhardt2022-10-20
* avcodec/mpegvideo_motion: Move mspel/gmc motion to mpeg4videodec.cAndreas Rheinhardt2022-10-20
* avcodec/mpv_reconstruct_mb_template: Optimize dead code awayAndreas Rheinhardt2022-10-20
* avcodec/mpeg12dec: Remove always-true checkAndreas Rheinhardt2022-10-20
* avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder partAndreas Rheinhardt2022-10-20
* avcodec/mpegvideo: Inline is_encoder in mpv_reconstruct_mb_internal()Andreas Rheinhardt2022-10-20
* avcodec/mpegvideo: Make inlining is_mpeg12 more flexibleAndreas Rheinhardt2022-10-20
* avcodec/mpegvideo: Ignore skip_idct for encodersAndreas Rheinhardt2022-10-20
* avcodec/ffv1: Move ffv1_template.c inclusion to dec/enc templatesAndreas Rheinhardt2022-10-20
* avcodec/mpegutils: Reindent after the previous commitAndreas Rheinhardt2022-10-20
* avcodec/mpegutils: Return early in ff_draw_horiz_band()Andreas Rheinhardt2022-10-20
* avcodec/mpegvideo: Move VIDEO_FORMAT_* defines to mpeg12enc.cAndreas Rheinhardt2022-10-20
* avcodec/h261: Use ptrdiff_t for strideAndreas Rheinhardt2022-10-20
* avcodec/mpegvideo: Reindent after the last commitAndreas Rheinhardt2022-10-20
* avcodec/mpegvideo: Don't check for draw_horiz_bandAndreas Rheinhardt2022-10-20
* avcodec/vc1_block: Remove dead calls to ff_mpeg_draw_horiz_band()Andreas Rheinhardt2022-10-20
* avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND capAndreas Rheinhardt2022-10-20
* avcodec/librav1e: support AV_CODEC_CAP_ENCODER_RECON_FRAMEJames Almer2022-10-19
* avcodec/librav1e: export extradata on init()James Almer2022-10-19
* avcodec/librav1e: support setting sample aspect ratioJames Almer2022-10-19
* avcodec/startcode: Avoid unaligned accessesAndreas Rheinhardt2022-10-19
* avcodec/msmpeg4data: Mark tables as hiddenAndreas Rheinhardt2022-10-18
* avcodec/jpegtables: Mark jpegtables as hiddenAndreas Rheinhardt2022-10-18
* avcodec: ViewQuest VQC decoderPeter Ross2022-10-18
* lavc/qsvenc: fill the padding areaHaihao Xiang2022-10-18
* avcodec/bsf: document missing argumentsMarvin Scholz2022-10-17
* avcodec/mediacodec: link to related documentationMarvin Scholz2022-10-17
* avcodec/mediacodec: use inline code for coderefsMarvin Scholz2022-10-17
* avcodec/videotoolbox: Add proper doxy groupMarvin Scholz2022-10-17
* avcodec/codec_par: Add missing doxy group openingMarvin Scholz2022-10-17
* avcodec/vdpau: Fix doxy comment typoMarvin Scholz2022-10-17
* avcodec/avcodec: Escape Doxygen referenceMarvin Scholz2022-10-17
* avcodec: Fix Doxygen trailing brief commentsMarvin Scholz2022-10-17
* lavc/audiodsp: fix RISC-V V scalar product (again)Rémi Denis-Courmont2022-10-17
* avcodec/libdav1d: add an option to set max frame delayJames Almer2022-10-15
* avcodec/motion_est: Remove unused elementsAndreas Rheinhardt2022-10-15
* avcodec/svq1enc: Move PutBitContext from context to stackAndreas Rheinhardt2022-10-14
* avcodec/svq1: Set hidden visibilityAndreas Rheinhardt2022-10-14
* avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context privateAndreas Rheinhardt2022-10-14
* avcodec/svq1enc: Inline constantsAndreas Rheinhardt2022-10-14
* avcodec/vp8: Add const where appropriateAndreas Rheinhardt2022-10-13
* riscv: fix scalar product initialisationRémi Denis-Courmont2022-10-13
* avcodec/snow: Move initializing MotionEstContext to snowenc.cAndreas Rheinhardt2022-10-12
* lavc/encode: combine setting no-delay pts for video/audioAnton Khirnov2022-10-11
* lavc/encode: generalize a check for setting dts=ptsAnton Khirnov2022-10-11