Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-04ffmpeg: use opt_acodec when setting audio codec in opt_target.Baptiste Coudurier
2011-06-04ffmpeg: fix segfault with too many output filesMichael Niedermayer
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03In print_report, print progression time in hours:mins:secs:usBaptiste Coudurier
2011-06-03ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid inf val...Baptiste Coudurier
2011-06-02Remove unused variablesMans Rullgard
2011-06-01ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formatsStefano Sabatini
2011-05-30ffmpeg: simplify opt_*_codec() optionsStefano Sabatini
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-29Remove now unused nb_istreams variable.Reimar Döffinger
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25ffmpeg: get rid of useless AVInputStream.nb_streams.Anton Khirnov
2011-05-25ffmpeg: simplify managing input files and streamsAnton Khirnov
2011-05-25ffmpeg: purge redundant AVInputStream.index.Anton Khirnov
2011-05-25ffmpeg: handle the case when get_filtered_frame() failsStefano Sabatini
2011-05-22ffmpeg: Don't trigger url_interrupt_cb on the first signalMartin Storsjö
2011-05-22lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_ou...Stefano Sabatini
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21ffmpeg: get rid of the -vglobal option.Anton Khirnov
2011-05-21ffserver: dont just crashMike William
2011-05-21fix ffserver's SIGSEGVMaksym Veremeyenko
2011-05-20ffmpeg: remove useless NULL-check on avfilter_unref_bufferStefano Sabatini
2011-05-20vsrc_buffer: add av_vsrc_buffer_add_frame()Stefano Sabatini
2011-05-20vsrc_buffer: make the source accept sws_param in initStefano Sabatini
2011-05-20lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.hStefano Sabatini
2011-05-20vsrc_buffer: remove dependency on AVFrameStefano Sabatini
2011-05-19Add support for request_sample_format in ffmpeg and ffplay.Justin Ruggles
2011-05-18ffmpeg: dont show_banner() on verbose<0Michael Niedermayer
2011-05-17ffmpeg: reset top_field_first in opt_input_file().Michael Niedermayer
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-17ffmpeg: fix -aspect cli optionBaptiste Coudurier
2011-05-17Restructure video filter implementation in ffmpeg.c.Michael Niedermayer
2011-05-16rawdec: Allow overriding top field first.Michael Niedermayer
2011-05-16ffmpeg: initialize input_codec array earlier.Michael Niedermayer
2011-05-15ffmpeg: Allow seting and cycling through debug modes.Michael Niedermayer
2011-05-14ffmpeg: Help for interactive keys.Michael Niedermayer
2011-05-14ffmpeg: Interactivity support. Try pressing +-hs.Michael Niedermayer
2011-05-13ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini
2011-05-13ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12ffmpeg: factorize quality calculationMichael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer