2315 Commits (1467143a6ebf08a16ec0b833ae462f88345828bd)

Author SHA1 Message Date
wm4 808ab2fd0b ffmpeg: remove unnecessary hack for decoders which refuse to drain 8 years ago
wm4 7dd44cde2a ffmpeg: delay processing of subtitles before filters are initialized 8 years ago
Timo Rothenpieler 736f4af4fe ffmpeg_cuvid: adapt for recent filter graph initialization changes 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
Anton Khirnov af1761f7b5 ffmpeg: init filtergraphs only after we have a frame on each input 8 years ago
Anton Khirnov 4ee5aed122 ffmpeg: do packet ts rescaling in write_packet() 8 years ago
wm4 33580a8625 ffmpeg: make sure packets put into the muxing FIFO are refcounted 8 years ago
Carl Eugen Hoyos f8d2079a67 ffmpeg: Add a linebreak to an error message. 8 years ago
Michael Niedermayer dfc6e30cd4 ffmpeg: Remove redundant null check 8 years ago
Carl Eugen Hoyos ac0863146b ffmpeg: Add a missing line break when requesting a sample. 8 years ago
Sasi Inguva 03e42a4fec ffmpeg.c: Add output file index and stream index to vstats file. 8 years ago
Tobias Rapp c324e2c5db ffmpeg: pass output stream duration as a hint to the muxer 8 years ago
Michael Bradshaw 3ac46a0a62 ffmpeg: Add -time_base option to hint the time base 8 years ago
Nicolas George d9b311d44c ffmpeg: use buffersink accessors. 8 years ago
Michael Niedermayer a830ab3f3b ffmpeg: remove stop_encoding variable and related code, it is dead / unused code 8 years ago
Michael Niedermayer 11103a493d ffmpeg: Check avcodec_parameters_to_context() for failure 8 years ago
Tobias Rapp 4d57ca51d7 ffmpeg: assert return value is initialized 8 years ago
Clément Bœsch 825f6fbfac ffmpeg: factor out sending frame to filters 8 years ago
Clément Bœsch b9c26aed4e ffmpeg: remove dead code out of the video filter loop 8 years ago
Marton Balint d318e06024 ffmpeg: add newline to avformat_write_header error message 8 years ago
James Almer 55061bbc55 ffmpeg: don't overwrite av_bsf_receive_packet return value before checking it 8 years ago
Carl Eugen Hoyos 5a4935c012 ffmpeg: Warn if thousands of frames are duplicated. 8 years ago
Michael Niedermayer 11f24e71ff ffmpeg: Fix bsf corrupting merged side data 8 years ago
Andreas Cadhalpun c8a6eb58d7 doc: fix spelling errors 8 years ago
Clément Bœsch ad2d2ebd4e ffmpeg: remove unused ist parameter in do_subtitle_out() 8 years ago
Michael Niedermayer 44453c09e4 ffmpeg: Use av_fifo_freep() to avoid stale pointers 8 years ago
James Zern 7f7c494a33 ffmpeg_cleanup: fix crash with unrecognized codec 8 years ago
Hendrik Leppkes ab7e83efed ffmpeg: explicitly write headers for files with no streams 8 years ago
Hendrik Leppkes 04a3577263 ffmpeg: remove unused and errorneous AVFrame timestamp check 8 years ago
Rodger Combs 1f7d586052
ffmpeg: don't reconfigure terminal if we're not taking input from stdin 8 years ago
wm4 4f8262e373 ffmpeg: use new encode API 8 years ago
wm4 8f6f232228 ffmpeg: use new decode API 8 years ago
wm4 b2fea2fdee ffmpeg: move subframe warning to libavcodec 8 years ago
Anton Khirnov bfbf86ef18 ffmpeg: pass the hwaccel frames context to the decoder 8 years ago
James Almer 4a05d2eda7 ffmpeg: stop using AVStream.codec on stream copy 8 years ago
James Almer 3ac76d7618 ffmpeg: fix memleak of encoder options AVDictionary on failure 8 years ago
Michael Niedermayer 9083e044f1 ffmpeg: Fix bistream typos 8 years ago
Clément Bœsch 5ef1959080 ffmpeg: switch to the new BSF API 8 years ago
Clément Bœsch 955b818cf9 ffmpeg: switch to codecpar 8 years ago
Clément Bœsch ae1dd0c9a6 lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpeg 8 years ago
Jon Toohill 7f386bbe2a ffmpeg: copy trailing_padding when using -acodec copy 8 years ago
Clément Bœsch 1895e3a24f ffmpeg: fix broken indent/style in write_frame 8 years ago
Marton Balint 2ee8a4f887 ffmpeg: fix -stream_loop with -re 8 years ago
Carl Eugen Hoyos ec9d7047c4 ffmpeg: Do not set too large bits_per_raw_sample. 8 years ago
Hendrik Leppkes 3bf142c773 cmdutils: remove the current working directory from the DLL search path on win32 8 years ago
Mark Reid 0a088dea3d ffmpeg.c: copy video profile when using stream_copy 8 years ago
James Almer d688f39dc4 cosmetics: fix some misspelled words 8 years ago
Clément Bœsch 11ee8a4504 ffmpeg: do not use deprecated AVSubtitleRect.pict 9 years ago
Timo Rothenpieler d865e74e6d ffmpeg: Add cuvid hwaccel support 9 years ago