2315 Commits (1467143a6ebf08a16ec0b833ae462f88345828bd)

Author SHA1 Message Date
Michael Niedermayer 4ada49f9db ffmpeg: Use the decoders dimensions in sub2video_get_blank_frame() 9 years ago
Michael Niedermayer bd5d11d9f5 ffmpeg: Use actual frame dimensions in checks in sub2video_update() 9 years ago
Michael Niedermayer 0ac83047f6 ffmpeg: Print sub2video: rectangle coordinates in case of overflows 9 years ago
Andreas Cadhalpun 9c29aa7143 ffmpeg: replace deprecated av_log_ask_for_sample with av_log 9 years ago
Michael Niedermayer 6dbaeed6b7 ffmpeg: switch swscale option handling to AVDictionary similar to what the other subsystems use 9 years ago
Hendrik Leppkes 99f8fc725d ffmpeg: remove access to private FILE struct members on Windows 9 years ago
Hendrik Leppkes 2ab5002e3c ffmpeg: avoid scanf in keyboard command parsing 9 years ago
Michael Niedermayer d2077c860e Revert "ffmpeg: modify tty state when stderr is redirected" 9 years ago
Ganesh Ajjanagadde 92e62f49cf ffmpeg: modify tty state when stderr is redirected 9 years ago
Michael Niedermayer 8c2f00d590 ffmpeg.c: remove all remaining coded_frame uses 9 years ago
Michael Niedermayer cdb0225fa9 ffmpeg: Use side data instead of coded_frame for error[] values 9 years ago
Michael Niedermayer c40ecffd31 Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS 9 years ago
Michael Niedermayer 6e80fe1ecd ffmpeg: Fix cleanup after failed allocation of output_files 9 years ago
Michael Niedermayer fd4c87fa3b ffmpeg: Fix crash with ost->last_frame allocation failure 9 years ago
Michael Niedermayer bd27dc9102 ffmpeg: Fix deallocating input threads with partly failed file allocation 9 years ago
Michael Niedermayer 503ec7139f ffmpeg: Fix cleanup with ost = NULL 9 years ago
Carl Eugen Hoyos 2c7f7a690f ffmpeg: Use av_log to print benchmark output. 9 years ago
rogerdpack 4ebb43f19c ffmpeg: windows: respond to logoff and ctrl+break messages as well 10 years ago
Andreas Cadhalpun bd0f14123f ffmpeg: only count got_output/errors in decode_error_stat 10 years ago
Andreas Cadhalpun cd64ead8d9 ffmpeg: exit_on_error if decoding a packet failed 10 years ago
Michael Niedermayer 8c22143e7e ffmpeg: Use 2 instead of STDERR_FILENO 10 years ago
rogerdpack 87961eff23 modify exit message when signaled 10 years ago
rogerdpack 1bcdac2da3 ffmpeg: log error message when shutting down from too many signals 10 years ago
Michael Niedermayer 8f0f678f09 ffmpeg: Do not use the data/size of a bitstream filter after failure 10 years ago
Michael Niedermayer d1050d9950 ffmpeg: Free last_frame instead of just unref 10 years ago
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