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-05-30cmdutils: replace 1 line #ifs by if()Michael Niedermayer
2012-05-30Allow building of command line utils without swresample libGavin Kinsey
2012-05-20cmdutils: allow to specify a stream by its ID.Nicolas George
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10cmdutils: Add fallback case to switch in check_stream_specifier().Diego Biurrun
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-04-30cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()Michael Niedermayer
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25avconv: use libavresampleJustin Ruggles
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-15avconv: get output pixel format from lavfi.Anton Khirnov
2012-04-13cmdutils: fix "oswr may be used uninitialized" warningMichael Niedermayer
2012-04-11cmdutils: parse options for swrMichael Niedermayer
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