117 Commits (c8dea81921504c5e25a705dec4438dc95463f49b)

Author SHA1 Message Date
Mark Thompson 7ce47090ce ffmpeg: Support setting the hardware device to use when filtering 8 years ago
wm4 974ee16d6a ffmpeg: check for unconnected outputs 8 years ago
Muhammad Faiz 8893c943a9 ff*: do not use AVFrame accessor 8 years ago
Mark Thompson a94972b2b2 ffmpeg: Remove hw_device_ctx output filter reinit hack 8 years ago
Rostislav Pehlivanov 911417f0b3 ffmpeg: don't use resample_lavr_opts 8 years ago
wm4 16abc10b09 ffmpeg: properly cleanup filter graph on init failure 8 years ago
wm4 7dd44cde2a ffmpeg: delay processing of subtitles before filters are initialized 8 years ago
Anton Khirnov 76e13bdeaa ffmpeg: restructure sending EOF to filters 8 years ago
Anton Khirnov cb884f8d7e ffmpeg: move flushing the queued frames to configure_filtergraph() 8 years ago
wm4 97614a68e4 ffmpeg: fix printing of filter input/output names 8 years ago
Anton Khirnov af1761f7b5 ffmpeg: init filtergraphs only after we have a frame on each input 8 years ago
Nicolas George d9b311d44c ffmpeg: use buffersink accessors. 8 years ago
Nicolas George 0b66c456f9 lavfi, ffmpeg: simplify filter names. 8 years ago
Paul B Mahol 8f5a2bed5e ffmpeg_filter: fix several logic failures 8 years ago
Hendrik Leppkes ca7cdffb70 ffmpeg_filter: fix hwaccel transcoding 8 years ago
DeHackEd 6d50dff816 ffmpeg: parameters for filter thread counts 8 years ago
Hendrik Leppkes 31d657130b ffmpeg: fix width/height overrides for sub2video processing 8 years ago
Clément Bœsch 955b818cf9 ffmpeg: switch to codecpar 8 years ago
Michael Niedermayer 4a81bddb4d ffmpeg_filter: Fix AVBufferSrcParameters leak 9 years ago
Lou Logan 06eef96b69 fix some a/an typos 9 years ago
Michael Niedermayer d94b11a721 ffmpeg_filter: Factor get_compliance_unofficial_pix_fmts() out 9 years ago
Michael Niedermayer 82d2aa2b32 ffmpeg_filter: Add missing pixel formats to strict_std_compliance case for ljpeg 9 years ago
Michael Niedermayer a82ff49bb8 ffmpeg_filter: Add YUV 444 to strict_std_compliance case for mjpeg 9 years ago
Michael Niedermayer 8f3a960353 ffmpeg_filter: remove redundant null ptr check 9 years ago
Nicolas George e8e7eb150f ffmpeg_filter: check encoder before using it to set frame size. 9 years ago
Michael Niedermayer 14573b9b7c Revert "Merge commit '8b830ee9a26d47b138f12a82085cdb372f407f1e'" (avconv: Do not try to configure filter outputs without streams) 9 years ago
Ronald S. Bultje 6495c4c687 lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0. 9 years ago
Michael Niedermayer 72237ef6e9 ffmpeg_filter: Do not override the dimensions in sub2video_prepare() 9 years ago
Michael Niedermayer 6dbaeed6b7 ffmpeg: switch swscale option handling to AVDictionary similar to what the other subsystems use 9 years ago
Michael Niedermayer 2dbaec690d ffmpeg_filter: Check that filters have connected outputs before accessing the output stream 9 years ago
rogerdpack a1c03b9d58 ffmpeg_filter: log more information on failure to init simple filter graph 10 years ago
Michael Niedermayer 800df6a849 ffmpeg_filter: use get_rotation() 10 years ago
Rodger Combs 39f247121e ffmpeg: fix accurate seeking with -copyts 10 years ago
Nicolas George 90cdec5e26 ffmpeg: init sub2video.last_pts. 10 years ago
Michael Niedermayer 16de4d927e ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph not just when changing audio resample parameters 10 years ago
Michael Niedermayer b01d2a5533 ffmpeg: Enable compute_edt only when the subtitles are used for a output stream instead of a filter 10 years ago
Carl Eugen Hoyos 494cbc4238 ffmpeg: Clean up if filter initialisation failed to avoid a memleak. 10 years ago
Nicolas George 91244073fd ffmpeg_filter: refuse to configure input without a decoder. 10 years ago
Michael Niedermayer 758f929d21 ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding context 11 years ago
Michael Niedermayer 0949ff93c0 ffmpeg_filter: fix choose_pix_fmts() so it uses the correct encoding context 11 years ago
Michael Niedermayer 921d5ae3bc ffmpeg: replace remaining, ffmpeg specific ist->st->codec by ist->dec_ctx 11 years ago
Michael Niedermayer d80e7ba9b7 ffmpeg_filter: make *jpeg_formats static const 11 years ago
Michael Niedermayer 09b16619d3 ffmpeg_filter: fix pointer to local outside scope 11 years ago
Michael Niedermayer d9bc251d39 ffmpeg_filter: Fix non jpeg yuv in jpeg support 11 years ago
Michael Niedermayer da54ad9a72 ffmpeg_filter: Pass command line -threads X to filtergraph 11 years ago
Michael Niedermayer 640a36a05c ffmpeg_filter: check that the input media type match the filter 11 years ago
Paul B Mahol d4ab1292e9 ffmpeg_filter: do not pick evil path for trim filters 11 years ago
Nicolas George dd9555e94b ffmpeg: remove obsolete workaround in trim insertion. 11 years ago
Michael Niedermayer efce76a80d ffmpeg_filter: replace exit() by exit_program() 12 years ago
Michael Niedermayer 33ff943f70 ffmpeg: add -apad option which injects a apad filter only in the presence of video streams 12 years ago