summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* fftools/ffmpeg_filter: configure min_hard_comp unconditionallyZhao Zhili2022-09-23
* fftools/ffmpeg: fix av_display_rotation_set() type castZhao Zhili2022-09-22
* fftools/ffplay: fix rotation incorrect when frame contains the displaymatrixWang Yaqiang2022-09-15
* fftools/opt_common: check the return value of av_hwdevice_get_type_name befor...James Almer2022-09-14
* fftools/ffprobe: Report initial and trailing paddingAndreas Rheinhardt2022-09-05
* fftools/ffmpeg_opt: Check creation of new programAndreas Rheinhardt2022-09-01
* fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt2022-09-01
* fftools/cmdutils: Add function to report error before exitAndreas Rheinhardt2022-09-01
* fftools/ffmpeg: use a separate counter for encoded packet data sizeAnton Khirnov2022-08-29
* fftools/ffmpeg: drop OutputStream.fps_modeAnton Khirnov2022-08-29
* fftools/ffmpeg: drop OutputStream.encAnton Khirnov2022-08-29
* fftools/ffmpeg_filter: remove an always-true checkAnton Khirnov2022-08-29
* fftools/ffmpeg_filter: remove an always-false checkAnton Khirnov2022-08-29
* fftools/ffmpeg: remove a stale extern declarationAnton Khirnov2022-08-29
* fftools/ffmpeg: stop accessing av_stream_get_parser() from the main threadAnton Khirnov2022-08-29
* fftools/ffmpeg_opt: try to propagate the requested output channel layoutJames Almer2022-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