107740 Commits (bc109a53c722f7b1ce9c3bede906717b4e271496)
 

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