2286 Commits (e1b30c8a010992bbb0dab78496c44f24022211de)

Author SHA1 Message Date
Michael Niedermayer 46070cc20a ffmpeg: set muxer packet duration based on framerate only for CFR 9 years ago
Simon Thelen 70fb5eadc5 ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format. 9 years ago
Ganesh Ajjanagadde 92e483f8ed all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 years ago
Ganesh Ajjanagadde b45daad2aa ffmpeg: use log10 instead of log()/log(10) 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Marton Balint ddc6bd8c95 ffmpeg: add abort_on option to allow aborting on empty output 9 years ago
Marton Balint b69b43e2c4 ffmpeg: exit on corrupt packets or decoded frames if exit_on_error flag is present 9 years ago
Marton Balint e2b416b68e ffmpeg: factorize checking decoder result 9 years ago
Marton Balint f4730a5845 ffmpeg: exit on av_write_trailer failure if exit_on_error is set 9 years ago
Marton Balint a1240c0522 ffmpeg: log failed av_write_trailer 9 years ago
Hendrik Leppkes a34dfc93ef ffmpeg: add deprecation guards around remaining AVFMT_RAWPICTURE usage 9 years ago
Hendrik Leppkes 435dfc15df ffmpeg: remove trailing whitespace that sneaked into the previous merge 9 years ago
Ganesh Ajjanagadde 3ae98497c2 ffmpeg: modify tty state when stderr is redirected 9 years ago
Ganesh Ajjanagadde 2f4374fae1 ffmpeg: avoid possible undefined behavior 9 years ago
Hendrik Leppkes 83a5df54ea Remove left-over FF_API_DESTRUCT_PACKET cruft 9 years ago
Hendrik Leppkes 144fb06806 Remove left-over FF_API_AVFILTERBUFFER cruft 9 years ago
Michael Niedermayer cf410f8fb9 ffmpeg: Drop redundant ist check 9 years ago
Michael Niedermayer 628a73f8f3 ffmpeg: force 128k default audio bitrate if nothing is specified and there is no specific default 9 years ago
Andreas Cadhalpun c363843a53 add missing FF_API_DESTRUCT_PACKET guards 9 years ago
Michael Niedermayer b3d2035ec3 ffmpeg: use av_err2str() 9 years ago
Michael Niedermayer 45f3d4e63e ffmpeg: Use correct codec_id for av_parser_change() check 9 years ago
Michael Niedermayer ac0ba6f233 ffmpeg: Check av_parser_change() for failure 9 years ago
Michael Niedermayer c8890941d6 ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTURE 9 years ago
Michael Niedermayer 15ff3f3fdf ffmpeg: check avpicture_fill() return value 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Andreas Cadhalpun fbc8eb6857 ffmpeg: use av_buffersrc_add_frame instead of av_buffersrc_add_ref 9 years ago
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