summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_mux.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg: add a live mux modeliveAnton Khirnov2022-08-10
* fftools/ffmpeg_mux: move some functions closer to their only callersAnton Khirnov2022-07-28
* fftools/ffmpeg: stop accessing the encoder context unnecessarilyAnton Khirnov2022-07-28
* fftools/ffmpeg: move each muxer to a separate threadAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: do not call exit_program() in print_sdp()Anton Khirnov2022-07-23
* fftools/ffmpeg_mux: return errors from write_packet()Anton Khirnov2022-07-23
* fftools/ffmpeg_mux: return errors from submit_packet()Anton Khirnov2022-07-23
* fftools/ffmpeg_mux: return errors from of_submit_packet()Anton Khirnov2022-07-23
* fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.cAnton Khirnov2022-07-23
* fftools/ffmpeg: only set OutputStream.frame_number for video encodingAnton Khirnov2022-07-23
* fftools/ffmpeg: use the sync queues to handle -framesAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: reindentAnton Khirnov2022-07-23
* fftools/ffmpeg: rework -shortest implementationAnton Khirnov2022-07-23
* fftools/ffmpeg: use pre-BSF DTS for choosing next outputAnton Khirnov2022-07-23
* fftools/ffmpeg: move output file opts into private contextAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: split of_write_packet()Anton Khirnov2022-07-23
* fftools/ffmpeg_mux: split queuing packets into a separate functionAnton Khirnov2022-07-23
* fftools/ffmpeg: move the mux queue into muxer private dataAnton Khirnov2022-07-23
* fftools/ffmpeg: access output file chapters through a wrapperAnton Khirnov2022-07-23
* fftools/ffmpeg: move closing the file into of_write_trailer()Anton Khirnov2022-07-23
* fftools/ffmpeg: write the header for stream-less outputs when initializing th...Anton Khirnov2022-07-23
* fftools/ffmpeg: set want_sdp when initializing the muxerAnton Khirnov2022-07-23
* fftools/ffmpeg: refactor limiting output file size with -fsAnton Khirnov2022-07-23
* fftools/ffmpeg: add a helper function to access output file sizeAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: add private muxer contextAnton Khirnov2022-07-23
* ffmpeg: add option fps_modeGyan Doshi2022-06-11
* fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()Anton Khirnov2022-05-24
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move writing the trailer to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move some muxing-related code into a separate fileAnton Khirnov2022-04-13