2339 Commits (3c70251780647d49e09522bbe22758c841e37a9a)

Author SHA1 Message Date
Mark Thompson bc4e33ce0f ffmpeg: Flush output BSFs when encode reaches EOF 8 years ago
wm4 f1df7cc10c ffmpeg: remove misleading and incorrect warning messages 8 years ago
Mark Thompson 06043cc0bc ffmpeg: Generic device setup 8 years ago
James Almer f1cdc01e72 ffmpeg: remove bsf extradata propagation hack 8 years ago
erankor 2b06f2d2e2 ffmpeg: add enc_time_base option 8 years ago
Muhammad Faiz c4be288fdb ffmpeg: count packets when queued 8 years ago
Nicolas George 0dfb4d4b43 ffmpeg: do not report EOF on filters as an error. 8 years ago
Muhammad Faiz 8893c943a9 ff*: do not use AVFrame accessor 8 years ago
Marton Balint c037f2f1ba ffmpeg; check return code of avcodec_send_frame when flushing encoders 8 years ago
Michael Niedermayer d0b3922d24 ffmpeg: Clear fifo pointer on deallocation 8 years ago
James Almer b438a7868c ffmpeg: use av_stream_new_side_data() in init_output_stream 8 years ago
James Almer 9f102653fd ffmpeg: use av_stream_new_side_data() 8 years ago
Michael Niedermayer 0e2f0fedcd ffmpeg: Change duration to int64_t 8 years ago
Ronald S. Bultje 76d8c77430 ffmpeg: make transcode_init_done atomic. 8 years ago
Michael Niedermayer 004f27f0fb ffmpeg: Fix avframe memleak 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
wm4 ddef3d902f avformat, ffmpeg: deprecate old rotation API 8 years ago
James Almer 2f05d18ee2 ffmpeg: stop using deprecated codec flags 8 years ago
Carl Eugen Hoyos 4b192ffdbe ffmpeg: Initialize two stack variables. 8 years ago
wm4 87c082c426 ffmpeg: don't unnecessarily use a deprecated API function 8 years ago
Anton Khirnov 8db301dead ffmpeg: set the encoding framerate when the output is CFR 8 years ago
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