108881 Commits (cdd50223a67c14fce4e5e26724d409356667edd2)
 

Author SHA1 Message Date
Andreas Rheinhardt 7894d4c9fa avcodec/metasound: Remove unnecessary headers 2 years ago
Andreas Rheinhardt 0d1028f63f avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq out 2 years ago
Andreas Rheinhardt 1490ba6f41 avcodec/metasound: Remove always-false checks 2 years ago
Andreas Rheinhardt d94a445e3d avcodec/cyuv: Remove useless private context 2 years ago
Andreas Rheinhardt 20a1296bb4 avcodec/nvdec_mjpeg: Remove always-true #if CONFIG_MJPEG_NVDEC_HWACCEL 2 years ago
Andreas Rheinhardt f18f8a561c avcodec/speedhqenc: Remove always-true #if CONFIG_SPEEDHQ_ENCODER 2 years ago
Andreas Rheinhardt 1132007d3c avformat/mj2kdec: Remove always-true #if CONFIG_MJPEG_2000_DEMUXER 2 years ago
Paul B Mahol da4ff1d536 avfilter/vf_maskedthreshold: implement diff mode 2 years ago
Chema Gonzalez a1a87b7a24 avformat/yuv4mpegdec: increase header limit 2 years ago
Anton Khirnov 4cfffdd551 fftools/ffmpeg: rename read_file() to avoid conflict with libass 2 years ago
Michael Niedermayer 9184d3d7b6
avcodec/speedhq: Check buf_size to be big enough for DC 2 years ago
Michael Niedermayer 148b98a429
tools/target_dec_fuzzer: Adjust threshold for FFV1 2 years ago
Michael Niedermayer 4df91e2215
avcodec/ffv1dec: Fail earlier if prior context is corrupted 2 years ago
Michael Niedermayer 557aa7772e
avformat/asfdec_o: Check offset before adding index entry 2 years ago
Tristan Matthews eb9153b4a7 avformat/hls: fix spelling and grammar on wrap warning 2 years ago
Paul B Mahol 754d52cf42 avfilter/window_func: add kaiser window 2 years ago
Paul B Mahol 37efcb473f avcodec/mpegaudiodec_common: fix values for 24k sample rate 2 years ago
Andreas Rheinhardt db42f70b3f avcodec/mpeg4videodec: Reindent after the previous commit 2 years ago
Andreas Rheinhardt 77f8d2da9d avcodec/mpeg4videodec: Remove always-true checks 2 years ago
Andreas Rheinhardt e19d10645c avcodec/mpeg4videodec: Sync sprite_warping_accuracy between threads 2 years ago
Andreas Rheinhardt 5d93c330f7 avcodec/mpegvideo: Move sprite-related fields to Mpeg4DecContext 2 years ago
Andreas Rheinhardt 4209216ee8 avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only 2 years ago
Andreas Rheinhardt ac8afdb9b5 avcodec/mpegvideo_motion: Move mspel/gmc motion to mpeg4videodec.c 2 years ago
Andreas Rheinhardt eb1ce6e3c7 avcodec/mpv_reconstruct_mb_template: Optimize dead code away 2 years ago
Andreas Rheinhardt 7d23b350c2 avcodec/mpeg12dec: Remove always-true check 2 years ago
Andreas Rheinhardt 6fe4e8fab4 avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder part 2 years ago
Andreas Rheinhardt 9ca312d8ab avcodec/mpegvideo: Inline is_encoder in mpv_reconstruct_mb_internal() 2 years ago
Andreas Rheinhardt 409c4723ec avcodec/mpegvideo: Make inlining is_mpeg12 more flexible 2 years ago
Andreas Rheinhardt cab876f5f4 avcodec/mpegvideo: Ignore skip_idct for encoders 2 years ago
Andreas Rheinhardt a5e59fec07 avcodec/ffv1: Move ffv1_template.c inclusion to dec/enc templates 2 years ago
Andreas Rheinhardt f63c6c81d4 avcodec/mpegutils: Reindent after the previous commit 2 years ago
Andreas Rheinhardt 678f1b1cf4 avcodec/mpegutils: Return early in ff_draw_horiz_band() 2 years ago
Andreas Rheinhardt 85f02c300f avcodec/mpegvideo: Move VIDEO_FORMAT_* defines to mpeg12enc.c 2 years ago
Andreas Rheinhardt 9e32f2ebfd avcodec/h261: Use ptrdiff_t for stride 2 years ago
Andreas Rheinhardt 10dfbb0502 avcodec/mpegvideo: Reindent after the last commit 2 years ago
Andreas Rheinhardt 5ecf5b93dd avcodec/mpegvideo: Don't check for draw_horiz_band 2 years ago
Andreas Rheinhardt 5bcae5251f avcodec/vc1_block: Remove dead calls to ff_mpeg_draw_horiz_band() 2 years ago
Andreas Rheinhardt e0c01a62ad avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND cap 2 years ago
James Almer 1f63225f2b avcodec/librav1e: support AV_CODEC_CAP_ENCODER_RECON_FRAME 2 years ago
James Almer f58f238936 avcodec/librav1e: export extradata on init() 2 years ago
James Almer d569958d29 avcodec/librav1e: support setting sample aspect ratio 2 years ago
Andreas Rheinhardt 30e1f5ec77 avcodec/startcode: Avoid unaligned accesses 2 years ago
Jan Ekström b9058765d7 ffmpeg: Deprecate display rotation override with a metadata key 2 years ago
Jan Ekström c889248647 ffmpeg: Add display_{rotation, hflip, vflip} options 2 years ago
Andreas Rheinhardt 81bc4ef142 avcodec/msmpeg4data: Mark tables as hidden 2 years ago
Andreas Rheinhardt c9d0ba9a60 avcodec/jpegtables: Mark jpegtables as hidden 2 years ago
Andreas Rheinhardt ff2c37d449 fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to it 2 years ago
Anton Khirnov c5d7b6f49b fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStream 2 years ago
Anton Khirnov f0cd68eea0 fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStream 2 years ago
Anton Khirnov 2266e04834 fftools/ffmpeg_mux: embed OutputStream in a MuxStream 2 years ago