74 Commits (e8a460672f7e9aec129a7cfa01345857b1565a15)

Author SHA1 Message Date
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
Michael Niedermayer 14369f59c5 ffmpeg_filter: fix leak on error 12 years ago
Nicolas George 62d888ef0e ffmpeg: use options for abuffersink. 12 years ago
Clément Bœsch eabc0c733d ffmpeg: insert format filter with the appropriate separator. 12 years ago
Clément Bœsch 937325f3db ffmpeg: insert aformat filter with the appropriate separator. 12 years ago
Michael Niedermayer ef7b6b489a ffmpeg/avformat: factor av_guess_frame_rate() out 12 years ago
Michael Niedermayer 4257b804e2 ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with yadif injection 12 years ago
Nicolas George ceac5c54dd Remove references to the "ff" variant of buffersink. 12 years ago
Nicolas George f9b34b8bf9 ffmpeg: port sub2video to AVFrame. 12 years ago
Michael Niedermayer e42028925b ffmpeg: Force a first_pts of 0 for the first configuration of -async use 12 years ago
Michael Niedermayer ad899522ff ffmpeg: use a AVDictionary instead of the context to move swr parameters around 12 years ago
Nicolas George 9fa5a47197 ffmpeg: set resample_pix_fmt for sub2video. 12 years ago
Nicolas George 41f025dff0 ffmpeg: support filtering of unknown channel layouts. 12 years ago
Nicolas George 102cf964dd ffmpeg: sub2video: set resample size. 12 years ago
Michael Niedermayer a752b9b863 ffmpeg: use the new swr -async parameter instead of a set of parameters. 12 years ago
Michael Niedermayer 7e6c68394f ffmpeg_filter: use frame instead of decoder context pixel format 12 years ago
Michael Niedermayer 04a530f7d3 ffmpeg_filter: use frame dimensions instead of decoder context dimensions. 12 years ago
Michael Niedermayer 718eab527b ffmpeg: Improve filter input fps selection heuristic. 12 years ago
Michael Niedermayer b5e0e327ce ffmpeg: fix swr filter_type for auto inserted aresample filters 12 years ago
Michael Niedermayer 4bd6d73fc8 ffmpeg: fix passing swresample options to the auto inserted swr 12 years ago
Michael Niedermayer c3778df2d4 ffmpeg: fix negative array index 12 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago
Michael Niedermayer ba31e59e83 ffmpeg: Override r_frame_rate by corrected timebase only for interlaced streams 12 years ago
Michael Niedermayer 547ec4d303 ffmpeg: check timebase validity before using it. 12 years ago
Michael Niedermayer 1b8f4d773c ffmpeg: use framerate not fieldrate as filter input. 12 years ago
Michael Niedermayer d7cb5a8daf ffmpeg_filter: fix unsafe snprintf() usage 12 years ago
Michael Niedermayer 3061664a57 avoid ambigous buffersink names 12 years ago
Michael Niedermayer 704a5a06cb ffmpeg_filter: use avcodec_find_best_pix_fmt_of_2() 12 years ago
Nicolas George 425b77114b ffmpeg: make decoding_needed a counter. 12 years ago