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
2012-03-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-18Read preset files with suffix .avpresetReinhard Tartler
2012-03-15cmdutils: Fix cpuflags so the flags dont pull in and out other flags.Michael Niedermayer
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-06avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05cmdutils: use new avcodec_is_decoder/encoder() functions.Anton Khirnov
2012-02-23Remove libpostproc.Diego Biurrun
2012-02-20cmdutils: add -cpuflags.Michael Niedermayer
2012-02-18Fix ffmpeg -codecs output.Carl Eugen Hoyos
2012-02-08cmdutils: update copyright year to 2012.Ronald S. Bultje
2012-01-28cmdutils: re-add return 0 accidentally remove from opt_protocols().Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27cmdutils: fix options starting with 'no'.Alexandra Khirnova
2012-01-25Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun
2012-01-20cmdutils: include type in filter list.Nicolas George
2012-01-20cmdutils: media type to letter conversion in a separate function.Nicolas George
2012-01-19cosmetics: Rename ffsink to avsink.Diego Biurrun
2012-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-11No longer build libpostproc by defaultReinhard Tartler
2012-01-07cmdutils: make this_year extern, so it can be referenced from other .o filesStefano Sabatini
2012-01-06cmdutils: add print_program_info() used in both show_banner() and show_version()Stefano Sabatini
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04cmdutils: K&R reformatting cosmeticsAneesh Dogra
2012-01-01Update copyright year.Carl Eugen Hoyos
2011-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-25ff*: add -max_alloc command line optionMichael Niedermayer
2011-12-25lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-12-22cmdutils: restore vertical alignment of versionsMichael Niedermayer
2011-12-22cmdutils: print swr versions tooMichael Niedermayer
2011-12-21ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer
2011-12-10fftools: add -report option.Nicolas George
2011-11-28cmdutils: pass AVCodec to filter_codec_opts()Michael Niedermayer
2011-11-26opt_pix_fmts: try to fix segfault on open solarisMichael Niedermayer
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22Add libavutil/mathematics.h #includes for INFINITYMans Rullgard
2011-11-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-31cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö
2011-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-30cmdutils: check fread() return valueJanne Grunau
2011-10-14cmdutils: Fix loglevel for -debugMichael Niedermayer
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-09avtools: add -v as alias for -loglevelMans Rullgard
2011-09-29Show configuration and library version with AV_LOG_INFO.Carl Eugen Hoyos
2011-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer