summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_mux.c
Commit message (Expand)AuthorAgeFilesLines
...
* fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet()Anton Khirnov2022-10-181-3/+3
* fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet()Anton Khirnov2022-10-181-3/+3
* fftools/ffmpeg: move output_packet() to ffmpeg_muxAnton Khirnov2022-10-181-1/+53
* fftools/ffmpeg_mux: do not unref a NULL packetAnton Khirnov2022-10-181-1/+2
* fftools/ffmpeg: drop the -async optionAnton Khirnov2022-10-041-2/+1
* fftools/ffmpeg: use a separate counter for encoded packet data sizeAnton Khirnov2022-08-291-1/+1
* fftools/ffmpeg_mux: avoid leaking pkt on errorsAnton Khirnov2022-08-131-5/+13
* fftools/ffmpeg_mux: move some functions closer to their only callersAnton Khirnov2022-07-281-98/+98
* fftools/ffmpeg: stop accessing the encoder context unnecessarilyAnton Khirnov2022-07-281-1/+1
* fftools/ffmpeg: move each muxer to a separate threadAnton Khirnov2022-07-231-84/+215
* fftools/ffmpeg_mux: do not call exit_program() in print_sdp()Anton Khirnov2022-07-231-1/+1
* fftools/ffmpeg_mux: return errors from write_packet()Anton Khirnov2022-07-231-10/+13
* fftools/ffmpeg_mux: return errors from submit_packet()Anton Khirnov2022-07-231-7/+11
* fftools/ffmpeg_mux: return errors from of_submit_packet()Anton Khirnov2022-07-231-2/+4
* fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.cAnton Khirnov2022-07-231-31/+49
* fftools/ffmpeg: only set OutputStream.frame_number for video encodingAnton Khirnov2022-07-231-10/+0
* fftools/ffmpeg: use the sync queues to handle -framesAnton Khirnov2022-07-231-9/+1
* fftools/ffmpeg_mux: reindentAnton Khirnov2022-07-231-21/+21
* fftools/ffmpeg: rework -shortest implementationAnton Khirnov2022-07-231-6/+61
* fftools/ffmpeg: use pre-BSF DTS for choosing next outputAnton Khirnov2022-07-231-7/+13
* fftools/ffmpeg: move output file opts into private contextAnton Khirnov2022-07-231-3/+6
* fftools/ffmpeg_mux: split of_write_packet()Anton Khirnov2022-07-231-29/+34
* fftools/ffmpeg_mux: split queuing packets into a separate functionAnton Khirnov2022-07-231-28/+44
* fftools/ffmpeg: move the mux queue into muxer private dataAnton Khirnov2022-07-231-14/+73
* fftools/ffmpeg: access output file chapters through a wrapperAnton Khirnov2022-07-231-0/+7
* fftools/ffmpeg: move closing the file into of_write_trailer()Anton Khirnov2022-07-231-1/+15
* fftools/ffmpeg: write the header for stream-less outputs when initializing th...Anton Khirnov2022-07-231-0/+7
* fftools/ffmpeg: set want_sdp when initializing the muxerAnton Khirnov2022-07-231-0/+5
* fftools/ffmpeg: refactor limiting output file size with -fsAnton Khirnov2022-07-231-1/+10
* fftools/ffmpeg: add a helper function to access output file sizeAnton Khirnov2022-07-231-0/+14
* fftools/ffmpeg_mux: add private muxer contextAnton Khirnov2022-07-231-4/+22
* ffmpeg: add option fps_modeGyan Doshi2022-06-111-1/+1
* fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()Anton Khirnov2022-05-241-13/+0
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-131-0/+17
* fftools/ffmpeg: move writing the trailer to ffmpeg_mux.cAnton Khirnov2022-04-131-0/+21
* fftools/ffmpeg: move some muxing-related code into a separate fileAnton Khirnov2022-04-131-0/+292