107493 Commits (4403851ca92d2eedb098a27cf91744e7e234c136)
 

Author SHA1 Message Date
Anton Khirnov 4403851ca9 fftools/ffmpeg: only set OutputStream.frame_number for video encoding 2 years ago
Anton Khirnov 4cd19eaffa fftools/ffmpeg: stop using OutputStream.frame_number in print_report() 2 years ago
Anton Khirnov 587081a179 fftools/ffmpeg: use the sync queues to handle -frames 2 years ago
Anton Khirnov 919638ff5c fftools/ffmpeg_mux: reindent 2 years ago
Anton Khirnov 4740fea7dd fftools/ffmpeg: rework -shortest implementation 2 years ago
Anton Khirnov 9ac78fb347 fftools: add an object pool 2 years ago
Anton Khirnov d02ae31fb2 fftools/ffmpeg: use pre-BSF DTS for choosing next output 2 years ago
Anton Khirnov b2b9e9ccee fftools/ffmpeg: use last filter output pts to choose next output stream 2 years ago
Anton Khirnov d55b8dbcff fate/ffmpeg: add a test for interleaving video+subs 2 years ago
Anton Khirnov f52d045e34 fftools/ffmpeg: do not send spurious EOF for streamcopy when looping 2 years ago
Anton Khirnov 481b27e850 fftools/ffmpeg: use refcounted packets for encoded subtitles 2 years ago
Anton Khirnov dceccd4aeb fftools/ffmpeg: move freeing 2pass input stats to a better place 2 years ago
Anton Khirnov 52fee96ae9 fftools/ffmpeg: move output file opts into private context 2 years ago
Anton Khirnov ec00b005f9 fftools/ffmpeg_mux: split of_write_packet() 2 years ago
Anton Khirnov 6999a3cb18 fftools/ffmpeg_mux: split queuing packets into a separate function 2 years ago
Anton Khirnov 9c2b800203 fftools/ffmpeg: move the mux queue into muxer private data 2 years ago
Anton Khirnov 35bfcff07f fftools/ffmpeg: do not log to the muxer context 2 years ago
Anton Khirnov 48989efb76 fftools/ffmpeg: access output file chapters through a wrapper 2 years ago
Anton Khirnov 4877842bb5 fftools/ffmpeg: refactor the code checking for bitexact output 2 years ago
Anton Khirnov cc1cc2c65e fftools/ffmpeg: move closing the file into of_write_trailer() 2 years ago
Anton Khirnov cc49646077 fftools/ffmpeg: write the header for stream-less outputs when initializing the muxer 2 years ago
Anton Khirnov 12e9e50219 fftools/ffmpeg: set want_sdp when initializing the muxer 2 years ago
Anton Khirnov d8e944c238 fftools/ffmpeg: refactor limiting output file size with -fs 2 years ago
Anton Khirnov 81af4dec27 fftools/ffmpeg: fix the type of limit_filesize 2 years ago
Anton Khirnov 9fe62a545f fftools/ffmpeg: add a helper function to access output file size 2 years ago
Anton Khirnov 6a23be92d2 fftools/ffmpeg_mux: add private muxer context 2 years ago
Michael Niedermayer 009ef35d38 avcodec/hevc_filter: copy_CTB() only within width&height 2 years ago
Michael Niedermayer 76112c2b41 avcodec/tiff: Check tile_length and tile_width 2 years ago
James Almer 5114ce1e2a avcodec/aacdec: remove skip samples multiplier 2 years ago
Ting Fu 130d19bf20 lavf/sr: fix the segmentation fault caused by incorrect input frame free. 2 years ago
Michael Niedermayer 4e145f1dcd avcodec/mss4: Check image size with av_image_check_size2() 2 years ago
Michael Niedermayer 8af798171b avformat/mpc8: Check and propagate more errors 2 years ago
Michael Niedermayer ceff5d7b74 avformat/flvdec: Check for EOF in index reading 2 years ago
Michael Niedermayer b5de084aa6 avformat/nutdec: Check get_packetheader() in mainheader 2 years ago
Michael Niedermayer 744ad45c44 avformat/mov: Check for EOF in mov_read_iloc() 2 years ago
Michael Niedermayer 9b23eb8a10 tools/target_dec_fuzzer: Adjust threshold for MWSC 2 years ago
Michael Niedermayer 8ed78486fc avformat/asfdec_f: Use 64bit for packet start time 2 years ago
Michael Niedermayer 614a4d1476 avcodec/exr: Check x/ysize 2 years ago
Michael Niedermayer f7d510b33f avcodec/ffv1dec: Fix AC_GOLOMB_RICE min size check 2 years ago
Michael Niedermayer 15785e044e avcodec/ffv1dec: consider run increase in minimal golomb frame size 2 years ago
Michael Niedermayer 3592b05c84 tools/target_dec_fuzzer: Adjust threshold for MMVIDEO 2 years ago
Michael Niedermayer 282589771a avcodec/mpeg4videoenc: fix encoding long frames 2 years ago
Michael Niedermayer 3c43a7a354 avcodec/hdrdec: lines can be empty 2 years ago
Wenbin Chen 636a629ff6 libavfilter/vf_overlay_qsv: Use format of first input to set output format for overlay_qsv 2 years ago
Wenbin Chen 52ad617af5 libavcodec/qsvenc: Use parameter from AVCodecContext to reset qsv codec 2 years ago
Wenbin Chen 8b82c9cdc7 libavcodec/qsvenc: Change the parameter log to be thread safe 2 years ago
Timo Rothenpieler 926f355aff avfilter/vsrc_ddagrab: check for existence of DPI_AWARENESS_CONTEXT 2 years ago
Anton Khirnov ecd0a7c5bd lavfi/vf_showinfo: print frame durations 2 years ago
Anton Khirnov 9c0401bd59 tests/api: use AVFrame.duration instead of AVFrame.pkt_duration 2 years ago
Anton Khirnov de3a135e0f ffmpeg: use AVFrame.duration instead of AVFrame.pkt_duration 2 years ago