summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
...
* 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
* fftools/ffmpeg: remove OutputStream.encoding_neededAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.stream_copyAnton Khirnov2022-08-08
* fftools/ffmpeg: stop accessing the decoder context unnecessarilyAnton Khirnov2022-08-08
* fftools/ffmpeg: do not log to the decoder contextAnton Khirnov2022-07-28
* fftools/ffmpeg: deprecate the -map_channel optionAnton Khirnov2022-07-28
* fftools/ffmpeg: move guess_input_channel_layout() to ffmpeg_opt.cAnton Khirnov2022-07-28
* fftools/ffmpeg: drop unused hwaccel variablesAnton Khirnov2022-07-28
* fftools/ffmpeg: stop allocating an encoder context when not encodingAnton Khirnov2022-07-28
* fftools/ffmpeg: do not use the encoder context for streamcopyAnton Khirnov2022-07-28