summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg: add a live mux modeliveAnton Khirnov2022-08-10
* fftools/ffmpeg: move handling corrupt packets to the input threadAnton Khirnov2022-08-08
* fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov2022-08-08
* fftools/ffmpeg: move -stream_loop handling to the demuxer threadAnton Khirnov2022-08-08
* fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.cAnton Khirnov2022-08-08
* fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.cAnton Khirnov2022-08-08
* fftools/ffmpeg: report new streams from the input threadAnton Khirnov2022-08-08
* fftools/ffmpeg: handle dumping input packets in input_thread()Anton Khirnov2022-08-08
* fftools/ffmpeg: drop the 'h' key handlingAnton Khirnov2022-08-08
* fftools/ffmpeg: move the input thread into its own fileAnton Khirnov2022-08-08
* fftools/ffmpeg: drop a write-only variableAnton Khirnov2022-08-08
* fftools/ffmpeg: always read input in a threadAnton Khirnov2022-08-08
* fftools/ffmpeg: drop a superfluous stack variableAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.sync_istAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.encoding_neededAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.stream_copyAnton Khirnov2022-08-08
* fftools/ffmpeg: stop accessing the decoder context unnecessarilyAnton Khirnov2022-08-08
* fftools/ffmpeg: do not log to the decoder contextAnton Khirnov2022-07-28
* fftools/ffmpeg: deprecate the -map_channel optionAnton Khirnov2022-07-28
* fftools/ffmpeg: move guess_input_channel_layout() to ffmpeg_opt.cAnton Khirnov2022-07-28
* fftools/ffmpeg: drop unused hwaccel variablesAnton Khirnov2022-07-28
* fftools/ffmpeg: stop allocating an encoder context when not encodingAnton Khirnov2022-07-28
* fftools/ffmpeg: do not use the encoder context for streamcopyAnton Khirnov2022-07-28
* fftools/ffmpeg: drop OutputStream.ref_parAnton Khirnov2022-07-28
* fftools/ffmpeg: drop the -vol optionAnton Khirnov2022-07-28
* fftools/ffmpeg: remove an unnecessary avcodec_close() callAnton Khirnov2022-07-28
* fftools/ffmpeg: stop accessing the encoder context unnecessarilyAnton Khirnov2022-07-28
* fftools/ffmpeg: replace AVFrame.pkt_duration with durationAnton Khirnov2022-07-24
* fftools/ffmpeg: Zero subtitle packet paddingAndreas Rheinhardt2022-07-23
* fftools/ffmpeg: move each muxer to a separate threadAnton Khirnov2022-07-23
* fftools/ffmpeg: depend on threadsAnton Khirnov2022-07-23
* fftools/ffmpeg: stop using av_stream_get_end_pts()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: stop using OutputStream.frame_number in print_report()Anton Khirnov2022-07-23
* fftools/ffmpeg: use the sync queues to handle -framesAnton 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: use last filter output pts to choose next output streamAnton Khirnov2022-07-23
* fftools/ffmpeg: do not send spurious EOF for streamcopy when loopingAnton Khirnov2022-07-23
* fftools/ffmpeg: use refcounted packets for encoded subtitlesAnton Khirnov2022-07-23
* fftools/ffmpeg: move freeing 2pass input stats to a better placeAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: split of_write_packet()Anton Khirnov2022-07-23
* fftools/ffmpeg: move the mux queue into muxer private dataAnton Khirnov2022-07-23
* fftools/ffmpeg: do not log to the muxer contextAnton Khirnov2022-07-23
* fftools/ffmpeg: access output file chapters through a wrapperAnton Khirnov2022-07-23
* fftools/ffmpeg: refactor the code checking for bitexact outputAnton 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