| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg: use a separate counter for encoded packet data size | Anton Khirnov | 2022-08-29 | 1 | -2/+4 |
* | fftools/ffmpeg: drop OutputStream.fps_mode | Anton Khirnov | 2022-08-29 | 1 | -1/+0 |
* | fftools/ffmpeg: drop OutputStream.enc | Anton Khirnov | 2022-08-29 | 1 | -1/+0 |
* | fftools/ffmpeg: remove a stale extern declaration | Anton Khirnov | 2022-08-29 | 1 | -1/+0 |
* | fftools/ffmpeg: stop accessing av_stream_get_parser() from the main thread | Anton Khirnov | 2022-08-29 | 1 | -0/+6 |
* | fftools/ffmpeg: call av_guess_frame_rate() when opening the file | Anton Khirnov | 2022-08-22 | 1 | -0/+2 |
* | fftools/ffmpeg: store a separate copy of input codec parameters | Anton Khirnov | 2022-08-16 | 1 | -0/+6 |
* | fftools/ffmpeg: use a separate variable for discontinuity offset | Anton Khirnov | 2022-08-13 | 1 | -0/+4 |
* | fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding starts | Anton Khirnov | 2022-08-13 | 1 | -0/+6 |
* | fftools/ffmpeg_demux: do not store demux packet in the context | Anton Khirnov | 2022-08-08 | 1 | -2/+0 |
* | fftools/ffmpeg: move -stream_loop handling to the demuxer thread | Anton Khirnov | 2022-08-08 | 1 | -3/+20 |
* | fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.c | Anton Khirnov | 2022-08-08 | 1 | -0/+1 |
* | fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.c | Anton Khirnov | 2022-08-08 | 1 | -0/+1 |
* | fftools/ffmpeg: move the input thread into its own file | Anton Khirnov | 2022-08-08 | 1 | -0/+5 |
* | fftools/ffmpeg: drop a write-only variable | Anton Khirnov | 2022-08-08 | 1 | -1/+0 |
* | fftools/ffmpeg: store the input file index in InputFile | Anton Khirnov | 2022-08-08 | 1 | -0/+2 |
* | fftools/ffmpeg: deprecate specifying a sync stream with -map | Anton Khirnov | 2022-08-08 | 1 | -2/+1 |
* | fftools/ffmpeg: remove OutputStream.sync_ist | Anton Khirnov | 2022-08-08 | 1 | -1/+0 |
* | fftools/ffmpeg: remove OutputStream.encoding_needed | Anton Khirnov | 2022-08-08 | 1 | -1/+0 |
* | fftools/ffmpeg: remove OutputStream.stream_copy | Anton Khirnov | 2022-08-08 | 1 | -1/+0 |
* | fftools/ffmpeg: deprecate the -map_channel option | Anton Khirnov | 2022-07-28 | 1 | -0/+7 |
* | fftools/ffmpeg: move guess_input_channel_layout() to ffmpeg_opt.c | Anton Khirnov | 2022-07-28 | 1 | -2/+0 |
* | fftools/ffmpeg: drop unused hwaccel variables | Anton Khirnov | 2022-07-28 | 1 | -6/+0 |
* | fftools/ffmpeg: deprecate -psnr | Anton Khirnov | 2022-07-28 | 1 | -0/+3 |
* | fftools/ffmpeg: drop OutputStream.ref_par | Anton Khirnov | 2022-07-28 | 1 | -1/+0 |
* | fftools/ffmpeg: move each muxer to a separate thread | Anton Khirnov | 2022-07-23 | 1 | -3/+4 |
* | fftools/ffmpeg: depend on threads | Anton Khirnov | 2022-07-23 | 1 | -2/+0 |
* | fftools/ffmpeg_mux: return errors from of_submit_packet() | Anton Khirnov | 2022-07-23 | 1 | -1/+1 |
* | fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.c | Anton Khirnov | 2022-07-23 | 1 | -2/+4 |
* | fftools/ffmpeg: only set OutputStream.frame_number for video encoding | Anton Khirnov | 2022-07-23 | 1 | -1/+2 |
* | fftools/ffmpeg: rework -shortest implementation | Anton Khirnov | 2022-07-23 | 1 | -0/+9 |
* | fftools/ffmpeg: use pre-BSF DTS for choosing next output | Anton Khirnov | 2022-07-23 | 1 | -1/+1 |
* | fftools/ffmpeg: use last filter output pts to choose next output stream | Anton Khirnov | 2022-07-23 | 1 | -0/+2 |
* | fftools/ffmpeg: move output file opts into private context | Anton Khirnov | 2022-07-23 | 1 | -2/+1 |
* | fftools/ffmpeg_mux: split of_write_packet() | Anton Khirnov | 2022-07-23 | 1 | -2/+1 |
* | fftools/ffmpeg: move the mux queue into muxer private data | Anton Khirnov | 2022-07-23 | 1 | -9/+0 |
* | fftools/ffmpeg: access output file chapters through a wrapper | Anton Khirnov | 2022-07-23 | 1 | -0/+2 |
* | fftools/ffmpeg: refactor the code checking for bitexact output | Anton Khirnov | 2022-07-23 | 1 | -0/+2 |
* | fftools/ffmpeg: set want_sdp when initializing the muxer | Anton Khirnov | 2022-07-23 | 1 | -1/+0 |
* | fftools/ffmpeg: refactor limiting output file size with -fs | Anton Khirnov | 2022-07-23 | 1 | -2/+2 |
* | fftools/ffmpeg: fix the type of limit_filesize | Anton Khirnov | 2022-07-23 | 1 | -2/+2 |
* | fftools/ffmpeg: add a helper function to access output file size | Anton Khirnov | 2022-07-23 | 1 | -0/+1 |
* | fftools/ffmpeg_mux: add private muxer context | Anton Khirnov | 2022-07-23 | 1 | -2/+4 |
* | ffmpeg: add option -isync | Gyan Doshi | 2022-07-14 | 1 | -0/+2 |
* | fftools/ffmpeg: change frame counters to 64 bit | Marton Balint | 2022-06-27 | 1 | -3/+3 |
* | ffmpeg: add option fps_mode | Gyan Doshi | 2022-06-11 | 1 | -0/+3 |
* | fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats() | Anton Khirnov | 2022-05-24 | 1 | -0/+2 |
* | fftools/ffmpeg: store output format separately from the muxer context | Anton Khirnov | 2022-04-13 | 1 | -0/+2 |
* | fftools/ffmpeg: move freeing the output file to ffmpeg_mux.c | Anton Khirnov | 2022-04-13 | 1 | -0/+1 |
* | fftools/ffmpeg: move writing the trailer to ffmpeg_mux.c | Anton Khirnov | 2022-04-13 | 1 | -0/+1 |