1773 Commits (6d74e3c6f21fac0d17d0a65d36c83161747885e5)

Author SHA1 Message Date
Nicolas George 2fc354f90d ffmpeg: rework checks for the -t option. 13 years ago
Michael Niedermayer df3a96c497 ffmpeg: Add sanity check on frame duplication 13 years ago
Nicolas George be24f85176 ffmpeg: re-set frame_size after filter graph reset. 13 years ago
Nicolas George 6f5e7e8690 ffmpeg: use the more powerful version of abuffersink. 13 years ago
Nicolas George 20a8dca57f ffmpeg: fix parsing of -force_key_frames option. 13 years ago
Clément Bœsch f926d91611 ffmpeg: fix a memleak in subtitles decoding. 13 years ago
Nicolas George 8069db8633 ffmpeg: warn that -t does not work with -filter_complex. 13 years ago
Nicolas George 2c793b8501 ffmpeg: warn when -t is used for inputs. 13 years ago
Michael Niedermayer e377208d43 ffmpeg: dont copy creation_time as the destination file is not created at that time 13 years ago
Stefano Sabatini 43583fb85c lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API 13 years ago
Michael Niedermayer fbf03ee391 ffmpeg: fix indent of 1 line 13 years ago
Michael Niedermayer da728d5d2e ffmpeg: fix FF_API_OLD_VSINK_API=0 case 13 years ago
Michael Niedermayer caf7381d50 ffmpeg: fix mixup of old and new sinks 13 years ago
Clément Bœsch 492cc9bcc4 ffmpeg: remove unused buffer_size in InputFile. 13 years ago
Michael Niedermayer 2fa5d8f234 ffmpeg: print swr options in --help too 13 years ago
Nicolas George 8c3514647e ffmpeg.c: count subtitles in total size. 13 years ago
Michael Niedermayer 9ec5e956a2 ffmpeg: disable threading on mingw, it doesnt work due to dependance on internal code. 13 years ago
Michael Niedermayer 0478d5f9fe ffmpeg: allow overriding framerate for stream copy 13 years ago
Michael Niedermayer eae983f4ff ffmpeg: fix fate breakage introduced by key=value buffersrc args. 13 years ago
Nicolas George 6fef82f22d ffmpeg: with filter_complex, avoid random in<->out mapping. 13 years ago
Nicolas George fbaa8fe6c6 ffmpeg: init icodec. 13 years ago
Nicolas George 8362d734a3 ffmpeg: use the frame rate computed by lavfi. 13 years ago
Nicolas George 5f281e94ba ffmpeg: add frame rate to the buffersrc arguments. 13 years ago
Mike Scheutzow 1be7bfdd2b ffmpeg.c: fix erroneous "Output file is empty" message. 13 years ago
Nicolas George 25e87fc5f6 ffmpeg: move keyboard interaction in a function. 13 years ago
Philip Langdale 92c065f93f ffmpeg: Set duration on encoded subtitle packets. 13 years ago
Reimar Döffinger 93147daf59 ffmpeg: avoid a confusing and easy to break if(). 13 years ago
Michael Niedermayer c8a11014b6 ffmpeg: use isatty() before messing with the terminal state 13 years ago
Clément Bœsch df03ae8dd8 ffmpeg: remove two unused variables. 13 years ago
Michael Niedermayer 02ff89a1cd ffmpeg: disable audio volume insertion on the output side. 13 years ago
Clément Bœsch c790ae0265 ffmpeg: add missing return carriage in error message. 13 years ago
Clément Bœsch 6b35f1a2a6 timecode: move timecode muxer options to metadata. 13 years ago
Stefano Sabatini f1add01d98 ffmpeg: be more verbose when printing an error in transcode() 13 years ago
Stefano Sabatini 6a9854e8f4 ffmpeg: specify more meaningful names for the lavfi buffer sources 13 years ago
Nicolas George 8b0e173529 ffmpeg: use filter time base as codec time base. 13 years ago
Nicolas George 48b5bcb3dd ffmpeg: avoid NULL dereference with filters. 13 years ago
Michael Niedermayer d43812e235 ffmpeg: move pan filter insertion up. 13 years ago
Michael Niedermayer 23b365f1c4 ffmpeg: fix memleak 13 years ago
Michael Niedermayer 60de761657 ffmpeg: allow overriding input top field first 13 years ago
Michael Niedermayer 96fe99cb11 ffmpeg: disable autoinsertion for -async on the output side of the filtergraph. 13 years ago
Clément Bœsch d187e7616e ffmpeg: use %f instead of %lf in volume args format printf. 13 years ago
Clément Bœsch d8e075b1a0 ffmpeg: use AUTO_INSERT_FILTER() for -async option. 13 years ago
Matthieu Bouron 432fe9a38a ffmpeg: fix a crash with complex filters when pix_fmt is not specified 13 years ago
Michael Niedermayer 318e395764 ffmpeg: drop get_sync_ipts() and drop related special case for video 13 years ago
Michael Niedermayer cf9812d22b ffmpeg: move setting big_picture.pts up 13 years ago
Michael Niedermayer bf3dce6b59 ffmpeg: change AVFMT_RAWPICTURE pts to reduce diff to qatar 13 years ago
Michael Niedermayer 13c254a216 ffmpeg: random cosmectics to reduce diff to qatar 13 years ago
Michael Niedermayer 9ce3d03fc2 ffmpeg: cosmetics to reduce difference to qatar by 101 lines 13 years ago
Michael Niedermayer 3ba90d9e97 ffmpeg: cosmetics to reduce difference to qatar by about 90 lines 13 years ago
Michael Niedermayer c53326afad ffmpeg: move ost->frame_rate setting code before the filtergraph stuff 13 years ago