2250 Commits (fd4a52e4da645fa50c0de5f9fa7421cc1029a1fa)

Author SHA1 Message Date
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
Bryan Huh dfa98c4f83 ffmpeg: Fixing typos and adding comments to fps code 9 years ago
Michael Niedermayer 6770a9d689 ffmpeg: Fix integer overflow with cur_dts being AV_NOPTS_VALUE 9 years ago
Michael Niedermayer 363673fbe0 ffmpeg: Print a warning if a pkt duration is already set before using the frame rate 9 years ago
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