summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* fftools/opt_common: check the return value of av_hwdevice_get_type_name befor...James Almer2022-09-141-1/+4
* fftools/ffprobe: Report initial and trailing paddingAndreas Rheinhardt2022-09-051-0/+2
* fftools/ffmpeg_opt: Check creation of new programAndreas Rheinhardt2022-09-011-0/+2
* fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt2022-09-016-86/+52
* fftools/cmdutils: Add function to report error before exitAndreas Rheinhardt2022-09-012-0/+17
* fftools/ffmpeg: use a separate counter for encoded packet data sizeAnton Khirnov2022-08-293-12/+18
* fftools/ffmpeg: drop OutputStream.fps_modeAnton Khirnov2022-08-292-5/+4
* fftools/ffmpeg: drop OutputStream.encAnton Khirnov2022-08-295-46/+55
* fftools/ffmpeg_filter: remove an always-true checkAnton Khirnov2022-08-291-1/+1
* fftools/ffmpeg_filter: remove an always-false checkAnton Khirnov2022-08-291-8/+0
* fftools/ffmpeg: remove a stale extern declarationAnton Khirnov2022-08-291-1/+0
* fftools/ffmpeg: stop accessing av_stream_get_parser() from the main threadAnton Khirnov2022-08-293-4/+26
* fftools/ffmpeg_opt: try to propagate the requested output channel layoutJames Almer2022-08-231-1/+37
* fftools/ffmpeg: call av_guess_frame_rate() when opening the fileAnton Khirnov2022-08-223-1/+5
* ffprobe: restore reporting error code for failed inputsGyan Doshi2022-08-171-1/+5
* fftools/ffmpeg: store a separate copy of input codec parametersAnton Khirnov2022-08-163-20/+31
* fftools: add DPI awareness manifestTimo Rothenpieler2022-08-133-0/+14
* fftools/ffmpeg: move packet timestamp processing to demuxer threadAnton Khirnov2022-08-132-52/+57
* fftools/ffmpeg: use a separate variable for discontinuity offsetAnton Khirnov2022-08-132-11/+32
* fftools/ffmpeg: simplify conditions in ts_discontinuity_processAnton Khirnov2022-08-131-8/+4
* fftools/ffmpeg: move inter-stream ts discontinuity handling to ts_discontinui...Anton Khirnov2022-08-131-22/+15
* fftools/ffmpeg: move timestamp discontinuity correction out of process_input()Anton Khirnov2022-08-131-47/+56
* fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding startsAnton Khirnov2022-08-132-5/+18
* fftools/ffmpeg: move stream-dependent starttime correction to transcode_init()Anton Khirnov2022-08-131-18/+22
* fftools/ffmpeg_mux: avoid leaking pkt on errorsAnton Khirnov2022-08-131-5/+13
* fftools/ffmpeg: mark all encode sync queues as done before flushing encodersAnton Khirnov2022-08-131-0/+7
* fftools/ffmpeg: move handling corrupt packets to the input threadAnton Khirnov2022-08-082-7/+11
* fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov2022-08-084-7/+10
* fftools/ffmpeg_demux: factorize signalling end of demuxingAnton Khirnov2022-08-081-3/+5
* fftools/ffmpeg: move -stream_loop handling to the demuxer threadAnton Khirnov2022-08-083-92/+158
* fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.cAnton Khirnov2022-08-083-79/+80
* fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.cAnton Khirnov2022-08-083-28/+29
* fftools/ffmpeg: report new streams from the input threadAnton Khirnov2022-08-082-22/+23
* fftools/ffmpeg: handle dumping input packets in input_thread()Anton Khirnov2022-08-082-4/+6
* fftools/ffmpeg: drop the 'h' key handlingAnton Khirnov2022-08-081-9/+0
* fftools/ffmpeg: move the input thread into its own fileAnton Khirnov2022-08-084-110/+142
* fftools/ffmpeg: drop a write-only variableAnton Khirnov2022-08-082-2/+0
* fftools/ffmpeg: always read input in a threadAnton Khirnov2022-08-081-19/+6
* fftools/ffmpeg: store the input file index in InputFileAnton Khirnov2022-08-082-4/+7
* fftools/ffmpeg: drop a superfluous stack variableAnton Khirnov2022-08-081-3/+1
* fftools/ffmpeg: deprecate specifying a sync stream with -mapAnton Khirnov2022-08-082-36/+8
* fftools/ffmpeg: remove OutputStream.sync_istAnton Khirnov2022-08-083-17/+6
* fftools/ffmpeg: remove OutputStream.encoding_neededAnton Khirnov2022-08-083-12/+7
* fftools/ffmpeg: remove OutputStream.stream_copyAnton Khirnov2022-08-083-36/+21
* fftools/ffmpeg_opt: drop redundant decoder selectionAnton Khirnov2022-08-081-5/+0
* fftools/ffmpeg: stop accessing the decoder context unnecessarilyAnton Khirnov2022-08-081-17/+20
* fftools/ffmpeg_hw: stop logging to the decoder contextAnton Khirnov2022-08-081-6/+6
* fftools/ffmpeg_opt: move adding metadata out of open_output_file()Anton Khirnov2022-08-081-62/+63
* fftools/ffmpeg_opt: move adding programs out of open_output_file()Anton Khirnov2022-08-081-65/+70
* fftools/ffmpeg_opt: move adding attachments out of open_output_file()Anton Khirnov2022-08-081-36/+43