315 Commits (074abeb57e210d7a13ac89026af2a3f0636c2907)

Author SHA1 Message Date
James Almer ed670b9b98 ffmpeg: add support for muxing AVStreamGroups 11 months ago
Anton Khirnov 2ad0b8e0ea fftools/ffmpeg: use a mutex for enc_stats_write() 11 months ago
Anton Khirnov 02a4393647 fftools/ffmpeg: print keyframe information with -stats_* 11 months ago
Anton Khirnov 3dc319587f fftools/ffmpeg: deprecate -fps_mode/vsync drop 11 months ago
Anton Khirnov 4549f20222 fftools/ffmpeg: drop OutputFile.sq_encode 11 months ago
Anton Khirnov 0d01e61807 fftools/ffmpeg_mux: move OutputStream.sq_idx_mux to private data 11 months ago
Anton Khirnov 2c54097614 fftools/ffmpeg_demux: move InputFile.readrate to private data 11 months ago
Anton Khirnov 116bc5a9f3 fftools/ffmpeg: drop unused InputFile.eof_reached 11 months ago
Anton Khirnov 882bc8049d fftools/ffmpeg: move InputStream.codec_desc to private data 11 months ago
Anton Khirnov 9afe3f5274 fftools/ffmpeg: move InputStream.discard to private data 11 months ago
Anton Khirnov 4224895a87 fftools/ffmpeg: replace OutputStream.file_index by a pointer 11 months ago
Anton Khirnov 0fcea80b2a fftools/ffmpeg: replace InputStream.file_index by a pointer 11 months ago
Anton Khirnov 84201d8af6 fftools/ffmpeg_filter: move FilterGraph.graph to FilterGraphThread 11 months ago
Anton Khirnov 9d7000b1be fftools/ffmpeg: attach wallclock timing information to packets and frames 11 months ago
Anton Khirnov c9f38210fc fftools/ffmpeg: merge DemuxPktData into FrameData 11 months ago
Anton Khirnov d119ae2fd8 fftools/ffmpeg: convert to a threaded architecture 11 months ago
Anton Khirnov 9b8cc36ce0 fftools/ffmpeg: add thread-aware transcode scheduling infrastructure 11 months ago
Anton Khirnov 66e78e9680 fftools/ffmpeg_demux: switch from AVThreadMessageQueue to ThreadQueue 11 months ago
Anton Khirnov d35c05cb9e fftools/ffmpeg_filter: move filtering to a separate thread 11 months ago
Anton Khirnov 99d2fa38ad fftools/ffmpeg: make sure FrameData is writable when we modify it 12 months ago
Anton Khirnov 889a022cce fftools/ffmpeg: rework keeping track of file duration for -stream_loop 1 year ago
Anton Khirnov 7c97a0c63f fftools/ffmpeg: move a few inline function into a new header 1 year ago
Anton Khirnov 33f058f2ec fftools/ffmpeg_enc: constify the frame passed to enc_open() 1 year ago
Anton Khirnov 9196be2fb1 fftools/ffmpeg_enc: move fps conversion code to ffmpeg_filter 1 year ago
Anton Khirnov d2c416fdf1 fftools/ffmpeg_enc: merge -force_key_frames source/source_no_drop 1 year ago
Anton Khirnov e35d36eb72 ffools/ffmpeg_filter: stop trying to handle an unreachable state 1 year ago
Anton Khirnov 5d58a35f98 fftools/ffmpeg: deprecate the -top option 1 year ago
Anton Khirnov 3c397a1d46 fftools/ffmpeg: move sending filtergraph commands to a separate function 1 year ago
Anton Khirnov bff48e8d69 fftools/ffmpeg_mux: rename of_close() to of_free() 1 year ago
Anton Khirnov 8ecbb1f9af fftools/ffmpeg_mux: stop rescaling timestamps in of_streamcopy() 1 year ago
Anton Khirnov 83ace80bfd fftools/ffmpeg: return an error from MATCH_PER_STREAM_OPT() instead of aborting 1 year ago
Anton Khirnov 2f155b18a1 fftools/ffmpeg: return an error from assert_avoptions() instead of aborting 1 year ago
Anton Khirnov 6c6f13baf3 fftools/ffmpeg: return errors from find_codec_or_die() instead of aborting 1 year ago
Anton Khirnov 26e1e80152 fftools/ffmpeg_opt: reimplement -streamid using a dictionary 1 year ago
Anton Khirnov 5ba7aa2ce8 fftools/ffmpeg_filter: return error codes from fg_create() instead of aborting 1 year ago
Anton Khirnov 8815adfe75 fftools/ffmpeg_filter: replace remaining exit_program() with error codes 1 year ago
Anton Khirnov ab16e324ea fftools/ffmpeg_filter: return error codes from ofilter_bind_ost() instead of aborting 1 year ago
Anton Khirnov e0f4259689 fftools/ffmpeg_mux: return errors from of_output_packet() instead of aborting 1 year ago
Anton Khirnov 43bcf631d0 fftools/ffmpeg_enc: return errors from enc_flush() instead of aborting 1 year ago
Anton Khirnov 80a64800ea fftools/ffmpeg_enc: return errors from enc_frame() instead of aborting 1 year ago
Anton Khirnov 3a89e6d352 fftools/ffmpeg_filter: restrict reap_filters() to a single filtergraph 1 year ago
Anton Khirnov dff3a283cd fftools/ffmpeg: rework -enc_time_base handling 1 year ago
Anton Khirnov 4d06742b93 fftools/ffmpeg: add more structure to FrameData 1 year ago
Anton Khirnov 75d0af388f fftools/ffmpeg_filter: make OutputFilter.filter private 1 year ago
Anton Khirnov c328bff4da fftools/ffmpeg_enc: return errors from enc_subtitle() instead of aborting 1 year ago
Anton Khirnov 2e742a2c3c fftools/ffmpeg_mux: return errors from of_streamcopy() instead of aborting 1 year ago
Anton Khirnov cce294638b fftools/ffmpeg: return errors from assert_file_overwrite() instead of aborting 1 year ago
Anton Khirnov 432399780a fftools/ffmpeg_filter: make OutputFile.{formats,ch_layouts,sample_rates} private 1 year ago
Anton Khirnov a3ab5bf80d fftools/ffmpeg_filter: make OutputFile.width,height private 1 year ago
Anton Khirnov c19aa9c28f fftools/ffmpeg_filter: make OutputFile.ch_layout private 1 year ago