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
2010-03-08Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård
2010-03-06Make opt_default() look for options in sws_opts only if sws_opts isStefano Sabatini
2010-02-22Make opt_default() print an error message and exit if the optionStefano Sabatini
2010-02-18FFmpeg is a collective effort so allowing a single name in a banner isStefano Sabatini
2010-02-11Extend show_pix_fmts(), make it show input/output support forStefano Sabatini
2010-02-10Check for setrlimit()Måns Rullgård
2010-02-07Make parse_options() explicitely handle the case where an opt_func2Stefano Sabatini
2010-01-28Declare variable "version" in the PRINT_LIB_VERSION() macro if block,Stefano Sabatini
2010-01-27Prettify PRINT_LIB_VERSION macroMåns Rullgård
2010-01-27Get rid of ifdeffery for printing library versions and configurationsMåns Rullgård
2010-01-25Print config of each lib if different from that of ffmpeg/ffplay/ffserverMåns Rullgård
2010-01-20Add -timelimit optionMåns Rullgård
2010-01-01Update this_year value.Stefano Sabatini
2009-12-28Mark conditionally used variable as av_unused, fixes the warning:Diego Biurrun
2009-12-22Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini
2009-12-15Factorize opt+1 out in parse_options(), simplify.Stefano Sabatini
2009-12-12Only list libavfilter filters if libavfilter has been enabled duringStefano Sabatini
2009-12-12Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini
2009-12-12Implement a -filters option, listing all the available libavfilterStefano Sabatini
2009-11-21Make show_protocols() print one protocol per line.Stefano Sabatini
2009-11-19Split show_formats().Michael Niedermayer
2009-11-19Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini
2009-09-22Improve compiler information code to print to the console on program startup.Diego Biurrun
2009-09-22Print compiler version and build date before configuration in console output.Diego Biurrun
2009-08-09Document the output of ffmpeg -formats.William R. Zwicky
2009-08-03Handle noX for OPT_BOOL X.Benoit Fouet
2009-06-27Remove superfluous const.Carl Eugen Hoyos
2009-06-17Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini
2009-06-05Add configure option to upgrade (L)GPL to version 3.Diego Biurrun
2009-05-26Factorize initial "printf(" and ");" in show_license().Stefano Sabatini
2009-03-19Implement read_yesno().Stefano Sabatini
2009-03-04Rename avctx_opts to avcodec_opts.Stefano Sabatini
2009-03-04Remove old scaler.Michael Niedermayer
2009-02-05Revert part of r16593.Ramiro Polla
2009-01-19Implement a var for containing the current year number rather thanStefano Sabatini
2009-01-14Remove pointless #if around header #includes.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-02Bump year number.Stefano Sabatini
2008-12-20Remove calls to deprecated av_set_string2() with calls toStefano Sabatini
2008-12-18Fix weird indent.Stefano Sabatini
2008-12-18Fix opt_default(), making it exit immediately in case of an invalidStefano Sabatini
2008-10-22Include headers for optional libraries only when enabled.Diego Pettenò
2008-10-16Use CONFIG_* macros in cmdutils.c for consistency.Diego Pettenò
2008-10-04Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego PettenòDiego Pettenò
2008-09-28Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer
2008-09-01Make show_banner()/show_version() print the libpostproc versionStefano Sabatini
2008-08-29Cosmetics: vertical align in print_all_lib_versions().Stefano Sabatini
2008-08-29Make show_version()/show_banner() print the libswscale versions ifStefano Sabatini
2008-08-14Make show_banner() and show_version() print both the compile-time and theStefano Sabatini
2008-08-03Replace call to deprecated avcodec_build() with avcodec_version().Diego Biurrun