2290 Commits (484151df7c8f4fb45229b9b3a585efd3faa62501)

Author SHA1 Message Date
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
Michael Niedermayer 6085d6b2ae ffmpeg: Check that r_frame_rate is set before attempting to use it 9 years ago
Ronald S. Bultje 9c4943e671 ffmpeg: copy color properties in case of -c:v copy. 9 years ago
Ronald S. Bultje 2e6636aa87 vp9: add superframe merging bitstream filter. 9 years ago
Ronald S. Bultje 6d8ab358a3 lavf: allow BSFs to drop packets. 9 years ago
Clément Bœsch 6433618dc0 ffmpeg: set sub_text_format to ass (without timing) by default 9 years ago
Marton Balint 308ac2f7e2 ffmpeg: init input streams before opening encoders 9 years ago
Michael Niedermayer 5590ab45e0 ffmpeg: Check best_effort_timestamp after rescale 9 years ago
Stefano Sabatini b91093a411 ffmpeg: replace "flush Media" with "flush_media" in benchmark_all output 9 years ago
Michael Niedermayer 7a0361b06f ffmpeg: fix sws_dict leak on error exit 9 years ago
Ganesh Ajjanagadde 7ab37cae34 ffmpeg: check fclose return values 9 years ago
Ganesh Ajjanagadde 369b161d8e ffmpeg: replace log2 by av_log2 9 years ago
Ganesh Ajjanagadde a956840cbc ffmpeg: check return value of avio_closep for progress report 9 years ago
Rodger Combs a5fd3a1a2b ffmpeg: use lavf API for applying bitstream filters 9 years ago
Moritz Barsnick 9d1fb9ef31 ffmpeg: add progress speed to status line and report 9 years ago
Tom Marecek 46cbb4c231 ffmpeg: change command line option -dump to work without -loglevel debug 9 years ago
Simon Thelen 5b6c0fdb43 ffmpeg: When streamcopying, only add the input seek position when copying timestamps. 9 years ago
Clément Bœsch 7234e04e35 ffmpeg: enable echoing with command and debug modes 9 years ago
Michael Niedermayer 9d44e23618 ffmpeg: Check pkt_dts for AV_NOPTS_VALUE 9 years ago
Rodger Combs bf2590aed3 ffmpeg: fix -copy_prior_start 0 with -copyts and input -ss 9 years ago
Maksym Veremeyenko d21b690e55 ffmpeg: preserve profile for audio stream copy 9 years ago
Bryan Huh 1fe82abac7 ffmpeg: Simplify fps code related to delta0 9 years ago