| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg_mux: move Muxer and MuxStream to a new header | Anton Khirnov | 2022-10-18 | 1 | -35/+1 |
* | fftools/ffmpeg: move some stream initialization code to ffmpeg_mux | Anton Khirnov | 2022-10-18 | 1 | -3/+12 |
* | fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet() | Anton Khirnov | 2022-10-18 | 1 | -3/+3 |
* | fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet() | Anton Khirnov | 2022-10-18 | 1 | -3/+3 |
* | fftools/ffmpeg: move output_packet() to ffmpeg_mux | Anton Khirnov | 2022-10-18 | 1 | -1/+53 |
* | fftools/ffmpeg_mux: do not unref a NULL packet | Anton Khirnov | 2022-10-18 | 1 | -1/+2 |
* | fftools/ffmpeg: drop the -async option | Anton Khirnov | 2022-10-04 | 1 | -2/+1 |
* | fftools/ffmpeg: use a separate counter for encoded packet data size | Anton Khirnov | 2022-08-29 | 1 | -1/+1 |
* | fftools/ffmpeg_mux: avoid leaking pkt on errors | Anton Khirnov | 2022-08-13 | 1 | -5/+13 |
* | fftools/ffmpeg_mux: move some functions closer to their only callers | Anton Khirnov | 2022-07-28 | 1 | -98/+98 |
* | fftools/ffmpeg: stop accessing the encoder context unnecessarily | Anton Khirnov | 2022-07-28 | 1 | -1/+1 |
* | fftools/ffmpeg: move each muxer to a separate thread | Anton Khirnov | 2022-07-23 | 1 | -84/+215 |
* | fftools/ffmpeg_mux: do not call exit_program() in print_sdp() | Anton Khirnov | 2022-07-23 | 1 | -1/+1 |
* | fftools/ffmpeg_mux: return errors from write_packet() | Anton Khirnov | 2022-07-23 | 1 | -10/+13 |
* | fftools/ffmpeg_mux: return errors from submit_packet() | Anton Khirnov | 2022-07-23 | 1 | -7/+11 |
* | fftools/ffmpeg_mux: return errors from of_submit_packet() | Anton Khirnov | 2022-07-23 | 1 | -2/+4 |
* | fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.c | Anton Khirnov | 2022-07-23 | 1 | -31/+49 |
* | fftools/ffmpeg: only set OutputStream.frame_number for video encoding | Anton Khirnov | 2022-07-23 | 1 | -10/+0 |
* | fftools/ffmpeg: use the sync queues to handle -frames | Anton Khirnov | 2022-07-23 | 1 | -9/+1 |
* | fftools/ffmpeg_mux: reindent | Anton Khirnov | 2022-07-23 | 1 | -21/+21 |
* | fftools/ffmpeg: rework -shortest implementation | Anton Khirnov | 2022-07-23 | 1 | -6/+61 |
* | fftools/ffmpeg: use pre-BSF DTS for choosing next output | Anton Khirnov | 2022-07-23 | 1 | -7/+13 |
* | fftools/ffmpeg: move output file opts into private context | Anton Khirnov | 2022-07-23 | 1 | -3/+6 |
* | fftools/ffmpeg_mux: split of_write_packet() | Anton Khirnov | 2022-07-23 | 1 | -29/+34 |
* | fftools/ffmpeg_mux: split queuing packets into a separate function | Anton Khirnov | 2022-07-23 | 1 | -28/+44 |
* | fftools/ffmpeg: move the mux queue into muxer private data | Anton Khirnov | 2022-07-23 | 1 | -14/+73 |
* | fftools/ffmpeg: access output file chapters through a wrapper | Anton Khirnov | 2022-07-23 | 1 | -0/+7 |
* | fftools/ffmpeg: move closing the file into of_write_trailer() | Anton Khirnov | 2022-07-23 | 1 | -1/+15 |
* | fftools/ffmpeg: write the header for stream-less outputs when initializing th... | Anton Khirnov | 2022-07-23 | 1 | -0/+7 |
* | fftools/ffmpeg: set want_sdp when initializing the muxer | Anton Khirnov | 2022-07-23 | 1 | -0/+5 |
* | fftools/ffmpeg: refactor limiting output file size with -fs | Anton Khirnov | 2022-07-23 | 1 | -1/+10 |
* | fftools/ffmpeg: add a helper function to access output file size | Anton Khirnov | 2022-07-23 | 1 | -0/+14 |
* | fftools/ffmpeg_mux: add private muxer context | Anton Khirnov | 2022-07-23 | 1 | -4/+22 |
* | ffmpeg: add option fps_mode | Gyan Doshi | 2022-06-11 | 1 | -1/+1 |
* | fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats() | Anton Khirnov | 2022-05-24 | 1 | -13/+0 |
* | fftools/ffmpeg: move freeing the output file to ffmpeg_mux.c | Anton Khirnov | 2022-04-13 | 1 | -0/+17 |
* | fftools/ffmpeg: move writing the trailer to ffmpeg_mux.c | Anton Khirnov | 2022-04-13 | 1 | -0/+21 |
* | fftools/ffmpeg: move some muxing-related code into a separate file | Anton Khirnov | 2022-04-13 | 1 | -0/+292 |