2152 Commits (9f815bc2c294a2582cd4c2bba71803104c3d0bc5)

Author SHA1 Message Date
Michael Niedermayer 4fe38441b0 ffmpeg: do not print misleading recommanditions on 1pass vpx encoding 10 years ago
Michael Niedermayer 18833daf9d ffmpeg: Support copying unknown streams 10 years ago
Michael Niedermayer 57e38043de ffmpeg: Do not copy the display matrix if rotation meta-data is manually added 10 years ago
Michael Niedermayer b87dd7f82d ffmpeg: only apply last picture flush code at EOF 10 years ago
anatolschwarz 77cc0d5b59 ffmpeg: Support preserving the source key frame timings 10 years ago
Michael Niedermayer 3a91a07f15 ffmpeg: Remove another unneeded ost->filter_graph check 10 years ago
Michael Niedermayer 670702f91d ffmpeg: Print an error if avfilter_graph_queue_command() failed 10 years ago
Michael Niedermayer da2f156843 ffmpeg: remove unneeded ost->filter check 10 years ago
Michael Niedermayer e2877bdf38 ffmpeg: remove incorrect network deinit 10 years ago
Michael Niedermayer 93db2708d3 ffmpeg: Fix null pointer dereference in do_video_out() 10 years ago
Michael Niedermayer 4d02dfbde4 ffmpeg: Fix extradata allocation 10 years ago
Michael Niedermayer 6eb6956d06 ffmpeg: Fix indentation 10 years ago
Michael Niedermayer 98c7729c13 ffmpeg: last frame duplication heuristic 10 years ago
Himangi Saraogi d768f8f5cf ffmpeg: Avoid null pointer dereferences 10 years ago
Clément Bœsch c285937ccc ffmpeg: comment mpeg4 hack 10 years ago
Michael Niedermayer 5ee3a40f1c ffmpeg: Fix -vstats when coded_frame is not set 10 years ago
Nicolas George d92c6d82c0 ffmpeg: notify when the thread message queue blocks. 10 years ago
Nicolas George 508d6a23b4 ffmpeg: allow to set the thread message queue size. 10 years ago
Michael Niedermayer 2384933985 ffmpeg: Print negative times like "-00:05:01.22" instead of "00:-5:-1.-22" 10 years ago
Michael Niedermayer 77f326dc36 ffmpeg: Make CFR frame drop threshold user adjustable 10 years ago
Paul B Mahol 5274860fe2 ffmpeg: remove unused header 10 years ago
Christophe Gisquet 1fa637d2ef ffmpeg: free_input_threads requires HAVE_PTHREADS 10 years ago
Michael Niedermayer 85d7e02e4a ffmpeg: allow overriding and amending AVStream->disposition 10 years ago
Michael Niedermayer 90c98994f6 ffmpeg: Reduce noisiness of frame clipping in rate convertion 10 years ago
Michael Niedermayer a582705d15 ffmpeg: Favor filter graph based duration over ost->frame_rate in fps code 10 years ago
Michael Niedermayer f96148913b Fix precission typos 10 years ago
Michael Niedermayer d3d9a00bcd ffmpeg: Use filter graph output frame rate also for frame duration estimation 10 years ago
Michael Niedermayer 7b32856011 ffmpeg: Maintain higher precision pts between video filter and fps code 10 years ago
Michael Niedermayer 261e8ccbd1 ffmpeg: drop redundant frame_pts value 10 years ago
Anshul Maheshwari bb0344dc55 ffmpeg: improve data stream support 10 years ago
raxon1s 4184d344af ffmpeg: Add bitrate value under -progress action 10 years ago
Michael Niedermayer 0409155261 ffmpeg: remove unneeded NULL pointer check 10 years ago
Michael Niedermayer 6d1a2efb8a ffmpeg: Clear error message array at init. 10 years ago
Michael Niedermayer 78cb3c069d ffmpeg: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 627f5658b6 ffmpeg: Use av_freep(), avoid leaving stale pointers in memory 10 years ago
Simon Thelen cc63da1223 ffmpeg: add sdp_file option 10 years ago
Michael Niedermayer d2f9aefbde ffmpeg: Check for subtitle_out malloc failure 10 years ago
Michael Niedermayer 28a6f970f6 ffmpeg: forward r_frame_rate to the muxer in case of stream copy 10 years ago
Michael Niedermayer 242f1152bf ffmpeg: drop usage of coded_frame 10 years ago
Christophe Gisquet 4c592c3908 ffmpeg: take bsf arguments from the command line 10 years ago
Michael Niedermayer 98e8a9e2f2 ffmpeg: Print a debug message if the frame parameters mismatch the context 10 years ago
Michael Niedermayer 33bc81e437 ffmpeg: skip duration cliping for passthrough & drop modes 10 years ago
Michael Niedermayer 4e20e94921 ffmpeg: Check duration for overlap and clip in fps cfr/vfr code 10 years ago
Michael Niedermayer c509202590 ffmpeg: Use input packet duration in vfr/cfr code if available and valid 10 years ago
Michael Niedermayer 61fc1cbfbd ffmpeg: fix printed timestamp for droped frames 10 years ago
Michael Niedermayer 9f6d48d696 ffmpeg: better CFR frame duplication selection 10 years ago
Michael Niedermayer 8b43b0e8b6 ffmpeg: fix variable type for end char 10 years ago
Michael Niedermayer 9421d974bc ffmpeg: Fix last newline at log level less than "info" 10 years ago
Michael Niedermayer 9bdb7a6c1a ffmpeg: avoid endlessly reading from one input while another is unavailable 10 years ago
Michael Niedermayer 83f84e4c53 ffmpeg: Fix stream copy with initial_padding 10 years ago