summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
* ffmpeg: fix implementation of updated input start timeGyan Doshi2022-11-03
* ffmpeg: shift start time correction to ffmpeg_optGyan Doshi2022-11-03
* fftools/ffmpeg: drop free_input_threads()Anton Khirnov2022-10-25
* fftools/ffmpeg: move closing the input file into a separate functionAnton Khirnov2022-10-25
* fftools/ffmpeg: drop init_input_threads()Anton Khirnov2022-10-25
* ffmpeg: Deprecate display rotation override with a metadata keyJan Ekström2022-10-19
* fftools/ffmpeg: free output streams in of_close()Anton Khirnov2022-10-18
* fftools/ffmpeg: remove a cleanup block at the end of transcode()Anton Khirnov2022-10-18
* fftools/ffmpeg: remove the output_streams globalAnton Khirnov2022-10-18
* fftools/ffmpeg: reindent after previous commitAnton Khirnov2022-10-18
* fftools/ffmpeg: move freeing an output stream into a separate functionAnton Khirnov2022-10-18
* fftools/ffmpeg: move init_output_bsfs() to ffmpeg_muxAnton Khirnov2022-10-18
* fftools/ffmpeg: move some stream initialization code to ffmpeg_muxAnton Khirnov2022-10-18
* fftools/ffmpeg: move output_packet() to ffmpeg_muxAnton Khirnov2022-10-18
* fftools/ffmpeg: move some code from init_output_stream() to init_output_strea...Anton Khirnov2022-10-04
* fftools/ffmpeg: rename OutputStream.sync_opts to next_ptsAnton Khirnov2022-10-04
* fftools/ffmpeg: pass the timestamp to check_recording_time()Anton Khirnov2022-10-04
* fftools/ffmpeg: stop setting OutputStream.sync_opts for streamcopyAnton Khirnov2022-10-04
* fftools/ffmpeg: drop never-set OutputStream.first_ptsAnton Khirnov2022-10-04
* fftools/ffmpeg: cosmeticsAnton Khirnov2022-10-04
* fftools/ffmpeg: move forced keyframe processing into its own functionAnton Khirnov2022-10-04
* fftools/ffmpeg: drop always-true conditionsAnton Khirnov2022-10-04
* fftools/ffmpeg: drop the -async optionAnton Khirnov2022-10-04
* fftools/ffmpeg: fix av_display_rotation_set() type castZhao Zhili2022-09-22
* fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt2022-09-01
* fftools/ffmpeg: use a separate counter for encoded packet data sizeAnton Khirnov2022-08-29
* fftools/ffmpeg: drop OutputStream.encAnton Khirnov2022-08-29
* fftools/ffmpeg: stop accessing av_stream_get_parser() from the main threadAnton Khirnov2022-08-29
* fftools/ffmpeg: store a separate copy of input codec parametersAnton Khirnov2022-08-16
* 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: 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: 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: drop a superfluous stack variableAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.sync_istAnton Khirnov2022-08-08