summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
...
* fftools/ffmpeg_filter: do not pass the entire AVCodecContext to choose_pixel_...Anton Khirnov2022-07-28
* fftools/ffmpeg_filter: remove unused function argumentAnton 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/objpool: Don't use return with expression when returning voidAndreas Rheinhardt2022-07-23
* fftools/ffmpeg: move each muxer to a separate threadAnton Khirnov2022-07-23
* fftools: add a multistream thread-safe queueAnton 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: do not call exit_program() in print_sdp()Anton Khirnov2022-07-23
* fftools/ffmpeg_mux: return errors from write_packet()Anton Khirnov2022-07-23
* fftools/ffmpeg_mux: return errors from submit_packet()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_mux: reindentAnton Khirnov2022-07-23
* fftools/ffmpeg: rework -shortest implementationAnton Khirnov2022-07-23
* fftools: add an object poolAnton 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: move output file opts into private contextAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: split of_write_packet()Anton Khirnov2022-07-23
* fftools/ffmpeg_mux: split queuing packets into a separate functionAnton 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
* 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: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* ffprobe: print AVFrame.durationAnton Khirnov2022-07-19
* fftools/ffmpeg: make debug_ts print raw filter outputTimo Rothenpieler2022-07-18
* ffmpeg: add option -isyncGyan Doshi2022-07-14
* fftools/ffprobe: Improve description of AFD side dataAndreas Rheinhardt2022-07-09
* fftools/ffprobe: Add const to AVPacket data pointersAndreas Rheinhardt2022-07-09
* fftools: Fix preset search pathesNicolas Gaullier2022-07-08
* fftools/ffmpeg: change frame counters to 64 bitMarton Balint2022-06-27
* fftools/ffplay: fix YUV conversion modeNiklas Haas2022-06-27