1575 Commits (5c59e6ce19118a62e1b1fe183196e18e7cbe18a8)

Author SHA1 Message Date
Marton Balint 8a29b4e38d fftools/ffprobe: print lossless frame flag 1 month ago
Gyan Doshi fe04b93afa ffmpeg_sched: return better error code 2 months ago
Pradeep Kumar Goudagunta aa20294b31 fftools/ffmpeg_opt: Fix precedence issue in abs_start_seek calculation 2 months ago
Anton Khirnov 8ad34e97b6 fftools/sync_queue: switch from AVFifo+ObjPool to AVContainerFifo 2 months ago
Anton Khirnov 8e0cceffa0 fftools/thread_queue: switch from AVFifo+ObjPool to AVContainerFifo 2 months ago
Marth64 90af8e07b0 fftools/ffprobe: add analyze_frames option for CC and grain detection 2 months ago
Anton Khirnov 433cf391f5 fftools/ffmpeg_sched: signal the main thread when a task fails 3 months ago
Anton Khirnov 785ffe67c8 fftools/ffmpeg_sched: rename mux_done_{lock,cond} into finish_* 3 months ago
Zhao Zhili a8375346eb fftools/ffplay_renderer: Fix a typo 3 months ago
Leandro Santiago fd0cacc472 fftools/ffplay: fix crash when vk renderer is null 3 months ago
Zhao Zhili 0552238570 fftools/ffplay: use swapchain_colorspace_hint to get better HDR support 4 months ago
Anton Khirnov 242ee7b0a2 fftools/ffmpeg_sched: be smarter about flushing the pre-muxing queues 4 months ago
Anton Khirnov 6d6bd86f2b fftools/opt_common: stop accessing a private field 4 months ago
Anton Khirnov e79ac9312f fftools/ffmpeg_filter: use proper logging contexts 4 months ago
Anton Khirnov ad50254ee1 fftools/ffmpeg_demux: use proper logging contexts everywhere 4 months ago
Anton Khirnov 9e2a231236 fftools/ffmpeg_filter: treat apad filter as a source 4 months ago
Anton Khirnov 0f5592cfc7 fftools/ffmpeg: supply hw device context to probe-filtergraphs 4 months ago
Anton Khirnov 84c2ca6fa0 fftools/ffmpeg_filter: do not leak graph_desc on fg_create() failure 4 months ago
Anton Khirnov 181c204145 fftools/ffmpeg_opt: add a struct to be passed as opaque to global-option handlers 4 months ago
Anton Khirnov 840b95bcc2 fftools/cmdutils: do not treat single '-' as an option in locate_option() 4 months ago
Anton Khirnov e56d676050 fftools/cmdutils: group related calls together 4 months ago
Anton Khirnov 496b8d7a13 fftools/ffmpeg_filter: stop setting a no-op option 4 months ago
Marvin Scholz f25c9cc213 fftools: log unconnected filter output label 4 months ago
Marvin Scholz 5beeb3a1f9 fftools: do not access out of bounds filtergraph 4 months ago
Anton Khirnov faa366003b fftools/ffmpeg_mux_init: consolidate connecting source to mux stream 5 months ago
Anton Khirnov ba06c7b08f fftools/ffmpeg_mux_init: move the ost_get_filters() call to ost_bind_filter() 5 months ago
Anton Khirnov 71916aa107 fftools/ffmpeg_mux_init: move the check for filtering+streamcopy 5 months ago
Anton Khirnov e83b5b2cc8 fftools/ffmpeg_mux_init: do not export forced_keyframes_const_names[] 5 months ago
Anton Khirnov c27b1e6c59 fftools/ffmpeg: drop unused OSTFinished 5 months ago
Anton Khirnov 64f3feb849 fftools/ffmpeg_mux: move OutputStream.enc_ctx to Encoder 5 months ago
Anton Khirnov 434377a764 fftools/ffmpeg_enc: split Encoder into a private and public part 5 months ago
Anton Khirnov f295b4d8a0 fftools/ffmpeg_demux: drop ist_output_add() 5 months ago
Anton Khirnov 8e805b9c3c fftools/ffmpeg_demux: drop InputStream.[nb_]outputs 5 months ago
Anton Khirnov b97ccc537d fftools/ffplay: switch to new buffersink options 5 months ago
Anton Khirnov 577708a70a fftools/ffplay: stop using avfilter_graph_create_filter() incorrectly 5 months ago
Anton Khirnov 53c71777e1 fftools/ffmpeg_filter: stop using avfilter_graph_create_filter() incorrectly 5 months ago
Anton Khirnov d103b61cd8 fftools/ffmpeg_filter: remove remaining OutputStream usage in init_simple_filtergraph() 5 months ago
Anton Khirnov 72cd0c20da fftools/ffmpeg_filter: drop the OutputStream parameter to ofilter_bind_ost() 5 months ago
Anton Khirnov addc29f67a fftools/ffmpeg_filter: stop accessing OutputStream.[max_]frame_rate 5 months ago
Anton Khirnov ac578ccb8e fftools/ffmpeg_filter: drop a redundant check 5 months ago
Anton Khirnov cefc7d1ff4 fftools/ffmpeg_filter: clarify error message 5 months ago
Anton Khirnov e3e66b14af fftools/ffmpeg_enc: don't write frame rate/SAR to AVStream directly 5 months ago
Anton Khirnov 7f7fe2a10b fftools/ffmpeg_enc: move set_encoder_id() to ffmpeg_mux_init 5 months ago
Anton Khirnov 6525fe4e77 fftools/ffmpeg_enc: remove unnecessary pointer references from enc_open() 5 months ago
Anton Khirnov 78038d51c5 fftools/ffmpeg_enc: do not set output stream codec parameters directly 5 months ago
Anton Khirnov 238f439992 fftools/ffmpeg_enc: do not set AVStream timebase directly 5 months ago
Anton Khirnov 1ebd521a4e fftools/ffmpeg_enc: stop using OutputStream in hw_device_setup_for_encode() 5 months ago
Anton Khirnov 70f7bbeade fftools/ffmpeg_enc: add an AVClass to Encoder 5 months ago
Anton Khirnov da420ac6e1 fftools/ffmpeg: add support for multiview video 5 months ago
Anton Khirnov 68c198fae2 fftools/ffmpeg_sched: allow decoders to have multiple outputs 5 months ago