summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* ffmpeg handle durations WIPAnton Khirnov2022-08-23
* fftools/ffmpeg: call av_guess_frame_rate() when opening the fileAnton Khirnov2022-08-22
* ffprobe: restore reporting error code for failed inputsGyan Doshi2022-08-17
* fftools/ffmpeg: store a separate copy of input codec parametersAnton Khirnov2022-08-16
* fftools: add DPI awareness manifestTimo Rothenpieler2022-08-13
* fftools/ffmpeg: move packet timestamp processing to demuxer threadAnton Khirnov2022-08-13
* fftools/ffmpeg: use a separate variable for discontinuity offsetAnton Khirnov2022-08-13
* fftools/ffmpeg: simplify conditions in ts_discontinuity_processAnton Khirnov2022-08-13
* fftools/ffmpeg: move inter-stream ts discontinuity handling to ts_discontinui...Anton Khirnov2022-08-13
* fftools/ffmpeg: move timestamp discontinuity correction out of process_input()Anton Khirnov2022-08-13
* fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding startsAnton Khirnov2022-08-13
* fftools/ffmpeg: move stream-dependent starttime correction to transcode_init()Anton Khirnov2022-08-13
* fftools/ffmpeg_mux: avoid leaking pkt on errorsAnton Khirnov2022-08-13
* fftools/ffmpeg: mark all encode sync queues as done before flushing encodersAnton Khirnov2022-08-13
* 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_demux: factorize signalling end of demuxingAnton 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: store the input file index in InputFileAnton Khirnov2022-08-08
* fftools/ffmpeg: drop a superfluous stack variableAnton 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_opt: drop redundant decoder selectionAnton Khirnov2022-08-08
* fftools/ffmpeg: stop accessing the decoder context unnecessarilyAnton Khirnov2022-08-08
* fftools/ffmpeg_hw: stop logging to the decoder contextAnton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding metadata out of open_output_file()Anton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding programs out of open_output_file()Anton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding attachments out of open_output_file()Anton Khirnov2022-08-08
* ffmpeg_opt: consider HW acceleration method when selecting decoderHaihao Xiang2022-08-03
* ffmpeg_opt: select a decoder after getting values for per-stream hwdec optionsHaihao Xiang2022-08-03
* fftools/ffmpeg_opt: Fix copyinkfAndreas Rheinhardt2022-08-02
* fftools/ffmpeg_opt: reindentAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor manually mapping streams out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reindentAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping data streams out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_subtitle()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping subtitles out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_audio()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping audio out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_video()Anton Khirnov2022-07-28