113 Commits (7f1edcb4efe6bfd599a9d8432dc693be2bec2833)

Author SHA1 Message Date
Jan Ekström 4c694093be ffmpeg: fix order between field order autodetection and override 3 years ago
Thilo Borgmann 05c9f6f4ef fftools/ffmpeg: Fix runlength for strncmp() 3 years ago
Gyan Doshi 6f20685228 ffmpeg: delay readrate enforcement for decoded streams 3 years ago
Andreas Rheinhardt 3ccfd27f1d fftools/ffmpeg: Fix declaration-after-statement warning 3 years ago
Shiwang.Xie 694545b6d5 fftools/ffmpeg: fix -t inaccurate recording time 3 years ago
Gyan Doshi c320b78e95 ffmpeg: add option readrate 3 years ago
Keyun Tong b7266302a4 fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames option 3 years ago
James Almer 94af6414ab ffmpeg: silence a thread_safe_callbacks deprecation warning 3 years ago
James Almer ab4f299e23 fftools/ffmpeg: remove usage of internal timestamp AVStream fields 3 years ago
Jan Ekström ec20b81302 ffmpeg: return no chosen output if an uninitialized stream is unavailable 4 years ago
Anton Khirnov f6ea2ee005 fftools/ffmpeg: copy average framerate for streamcopy, when known 4 years ago
Anton Khirnov 0214da22ca fftools/ffmpeg: when framerate is set, prefer its inverse as output timebase 4 years ago
James Almer 82bd02a2c7 fftools/ffmpeg: use av_packet_alloc() to allocate packets 4 years ago
Andreas Rheinhardt 988deae6da fftools: Switch to const AVCodec * where possible 4 years ago
Andreas Rheinhardt cb5a223a7e fftools/ffmpeg, ffplay: Don't set refcounted_frames 4 years ago
Gyan Doshi d99cc17825 ffmpeg: add -fpsmax to clamp output framerate 4 years ago
James Almer c3f3b562c9 avcodec: remove long dead debug_mv code 4 years ago
Andriy Gelman 35eb5eeca8 ffmpeg: use sigaction() instead of signal() on linux 4 years ago
Gyan Doshi 9a0f5e412a ffmpeg: delay first stats 4 years ago
Gyan Doshi 3e47bbad56 ffmpeg: don't delay printing initial stats 4 years ago
Gyan Doshi 842714b5cb ffmpeg: add option stats_period 4 years ago
Anton Khirnov 50b49f833a ffmpeg: stop accessing deprecated stream-embedded codec context 4 years ago
Anton Khirnov a83098ab03 avcodec: deprecate thread_safe_callbacks 4 years ago
Limin Wang 3da35b7cc7 fftools/ffmpeg: fix the wrong bitrate and speed stats 4 years ago
Jan Ekström fbb44bc51a ffmpeg: move field order decision making to encoder initialization 4 years ago
Jan Ekström 7369595c55 ffmpeg: pass decoded or filtered AVFrame to output stream initialization 4 years ago
Jan Ekström 67be1ce0c6 ffmpeg: move A/V non-streamcopy initialization to a later point 4 years ago
Jan Ekström 3360c9a567 ffmpeg: move AVFrame time base adjustment into a function 4 years ago
Jan Ekström 453b2f3c15 ffmpeg: add a data size threshold for muxing queue size 4 years ago
Jan Ekström 86228ebdb2 ffmpeg: deduplicate init_output_stream usage logic 4 years ago
Andreas Rheinhardt 426c16d61a fftools/ffmpeg: Fix leak of AVFilterInOut in case of error 4 years ago
Marton Balint 53a4620fba fftools/ffmpeg: make specifying thread_queue_size turn on threaded input 4 years ago
Andriy Gelman 6cd198860d fftools/ffmpeg: update text requesting samples 5 years ago
Marton Balint efe7a59364 fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which received no packets 5 years ago
Anton Khirnov f30a41a608 Stop hardcoding align=32 in av_frame_get_buffer() calls. 5 years ago
Limin Wang 683e421bcf fftools/ffmpeg: use local variable with same contents directly 5 years ago
Marton Balint f821ae8591 fftools/ffmpeg: use a bsf list instead of individual bsfs 5 years ago
Mark Thompson 79c173cc19 ffmpeg: Remove the hw_device_ctx global 5 years ago
Mark Thompson 8abd3b2028 ffmpeg: Use hardware config metadata with encoders 5 years ago
Carl Eugen Hoyos d5bf704f50 ffmpeg: Do not clip timestamps at LONG_MAX. 5 years ago
Marton Balint 4e0cf81b49 fftools/ffmpeg: also flush encoders which have a variable frame size 5 years ago
Michael Niedermayer 64c59b626f fftools/ffmpeg: Disable copy_ts on timestamp wraparound 5 years ago
Carl Eugen Hoyos b5a8ad5623 ffmpeg: Print an error instead of a debug message on exit. 5 years ago
Jan Ekström 7ba3ea212f ffmpeg: explicitly handle sub2video subpicture initialization 5 years ago
Michael Niedermayer 4f4ad33d96 fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start() 5 years ago
Andreas Rheinhardt 13dc90396d fftools/ffmpeg: Integrate two checks 5 years ago
Carl Eugen Hoyos 26c7f91e66 ffmpeg: Do not print "SDP:" on top of sdp files. 5 years ago
Gyan Doshi 5d82c078ea ffmpeg: don't force source-tracked keyframes for duplicates 5 years ago
Gyan Doshi fa3ad7bbc6 ffmpeg: remove premature rescaling of forced_keyframe times 5 years ago
Nicolas Gaullier 1fcbaa37e6 fftools/ffmpeg: Reindent after last commit 5 years ago