summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* fftools/ffmpeg: drop init_input_threads()Anton Khirnov2022-10-25
* fftools/ffmpeg_demux: add demuxer private dataAnton Khirnov2022-10-25
* fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.cAnton Khirnov2022-10-25
* fftools/ffmpeg: set thread namesAnton Khirnov2022-10-24
* fftools/ffmpeg: rename read_file() to avoid conflict with libassAnton Khirnov2022-10-21
* ffmpeg: Deprecate display rotation override with a metadata keyJan Ekström2022-10-19
* ffmpeg: Add display_{rotation, hflip, vflip} optionsJan Ekström2022-10-19
* fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to itAndreas Rheinhardt2022-10-18
* fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStreamAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStreamAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: embed OutputStream in a MuxStreamAnton Khirnov2022-10-18
* 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_mux_init: pass Muxer to new_output_stream()Anton 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_mux: move sq_mux from OutputFile to MuxerAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: inline mux_free() into of_close()Anton Khirnov2022-10-18
* fftools/ffmpeg_mux: inline of_muxer_init() into of_open()Anton Khirnov2022-10-18
* fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues()Anton Khirnov2022-10-18
* fftools/ffmpeg_mux: embed OutputFile in a MuxerAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: move Muxer and MuxStream to a new headerAnton Khirnov2022-10-18
* fftools/ffmpeg_opt: move opening output files into a new fileAnton Khirnov2022-10-18
* fftools/ffmpeg: move some stream initialization code to ffmpeg_muxAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet()Anton Khirnov2022-10-18
* fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet()Anton Khirnov2022-10-18
* fftools/ffmpeg: move output_packet() to ffmpeg_muxAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: do not unref a NULL packetAnton Khirnov2022-10-18
* fftools/ffmpeg_opt: Use av_err2strMarvin Scholz2022-10-14
* fftools/ffprobe: Use av_err2strMarvin Scholz2022-10-14
* fftools/cmdutils: Use av_err2strMarvin Scholz2022-10-14
* ffmpeg: Make find_stream_info behave like a normal per-file optionMarvin Scholz2022-10-13
* 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: Remove unused frame_bits_per_raw_sample variableMarvin Scholz2022-10-02
* fftools/ffmpeg: Remove unused do_deinterlace variableMarvin Scholz2022-10-02
* fftools: Remove unused videotoolbox_init declarationMarvin Scholz2022-10-02
* fftools: Remove unused qsv declarationsMarvin Scholz2022-10-02
* ffprobe: Check for invalid matrix error when printing rotationDerek Buitenhuis2022-09-27
* fftools/ffmpeg_filter: configure min_hard_comp unconditionallyZhao Zhili2022-09-23
* fftools/ffmpeg: fix av_display_rotation_set() type castZhao Zhili2022-09-22