summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
Commit message (Expand)AuthorAge
* fftools/ffmpeg: add a live mux modeliveAnton Khirnov2022-08-10
* 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: move the input thread into its own fileAnton Khirnov2022-08-08
* fftools/ffmpeg: drop a write-only variableAnton Khirnov2022-08-08
* fftools/ffmpeg: store the input file index in InputFileAnton Khirnov2022-08-08
* fftools/ffmpeg: deprecate specifying a sync stream with -mapAnton 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: 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: deprecate -psnrAnton Khirnov2022-07-28
* fftools/ffmpeg: drop OutputStream.ref_parAnton Khirnov2022-07-28
* fftools/ffmpeg: move each muxer to a separate threadAnton Khirnov2022-07-23
* fftools/ffmpeg: depend on threadsAnton 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: 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: move output file opts into private contextAnton 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: access output file chapters through a wrapperAnton Khirnov2022-07-23
* fftools/ffmpeg: refactor the code checking for bitexact outputAnton 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: fix the type of limit_filesizeAnton 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 -isyncGyan Doshi2022-07-14
* fftools/ffmpeg: change frame counters to 64 bitMarton Balint2022-06-27
* ffmpeg: add option fps_modeGyan Doshi2022-06-11
* fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats()Anton Khirnov2022-05-24
* fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov2022-04-13
* 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
* fftools/ffmpeg: store the output file index in OutputFileAnton Khirnov2022-04-13
* fftools/ffmpeg: stop using OutputStream.frame_number for streamcopyAnton Khirnov2022-04-13
* ffmpeg: replace custom channel_layout code with an SpecifierOpt based oneJames Almer2022-03-22
* ffmpeg: convert to new channel layout-APIJames Almer2022-03-15
* ffmpeg: ensure a keyframe was not seen before skipping packetsJames Almer2022-02-28
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-28
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-07