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 (Collapse)Author
2010-01-27Prettify PRINT_LIB_VERSION macroMåns Rullgård
Originally committed as revision 21477 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-27Get rid of ifdeffery for printing library versions and configurationsMåns Rullgård
Originally committed as revision 21476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-25Print config of each lib if different from that of ffmpeg/ffplay/ffserverMåns Rullgård
Originally committed as revision 21448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-20Add -timelimit optionMåns Rullgård
This option limits the CPU time used by ffmpeg to the number of seconds specified. After this time, the OS sends a SIGXCPU signal, which we handle and attempt to exit cleanly. If the process is stuck, the OS will deliver a SIGKILL one second later, forcibly terminating the process. This functionality is useful in automated setups where a runaway ffmpeg process would otherwise go undetected. Originally committed as revision 21347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-01Update this_year value.Stefano Sabatini
Originally committed as revision 20995 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-28Mark conditionally used variable as av_unused, fixes the warning:Diego Biurrun
cmdutils.c:576: warning: unused variable ‘filter’ Originally committed as revision 20943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-22Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini
formats. Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-15Factorize opt+1 out in parse_options(), simplify.Stefano Sabatini
Originally committed as revision 20872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-12Only list libavfilter filters if libavfilter has been enabled duringStefano Sabatini
configuration. Fix compilation if FFmpeg is not configured with --enable-avfilter. Originally committed as revision 20813 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-12Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini
shared by the other ff* tools code. Originally committed as revision 20812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-12Implement a -filters option, listing all the available libavfilterStefano Sabatini
filters. Currently filters are not registered, so the option will show none. Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-21Make show_protocols() print one protocol per line.Stefano Sabatini
Originally committed as revision 20568 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19Split show_formats().Michael Niedermayer
Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-19Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini
Improve readability of the output. Originally committed as revision 20549 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-22Improve compiler information code to print to the console on program startup.Diego Biurrun
Remove gcc-specific hacks and allow filling relevant information for non-gcc compilers in configure. Originally committed as revision 19963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-22Print compiler version and build date before configuration in console output.Diego Biurrun
Originally committed as revision 19962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-09Document the output of ffmpeg -formats.William R. Zwicky
Patch by William R. Zwicky, wrzwicky pobox com Originally committed as revision 19610 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-03Handle noX for OPT_BOOL X.Benoit Fouet
Originally committed as revision 19572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-27Remove superfluous const.Carl Eugen Hoyos
Originally committed as revision 19284 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-17Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini
Originally committed as revision 19209 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-05Add configure option to upgrade (L)GPL to version 3.Diego Biurrun
Originally committed as revision 19116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-26Factorize initial "printf(" and ");" in show_license().Stefano Sabatini
Originally committed as revision 18950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-19Implement read_yesno().Stefano Sabatini
Originally committed as revision 18037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04Rename avctx_opts to avcodec_opts.Stefano Sabatini
The new name is more meaningful and consistent with avformat_opts and sws_opts. Originally committed as revision 17789 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04Remove old scaler.Michael Niedermayer
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-05Revert part of r16593.Ramiro Polla
network.h should only be included when CONFIG_NETWORK is set. Originally committed as revision 17009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19Implement a var for containing the current year number rather thanStefano Sabatini
hardcode it in the banner string. Originally committed as revision 16678 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Remove pointless #if around header #includes.Diego Biurrun
Originally committed as revision 16593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-02Bump year number.Stefano Sabatini
Originally committed as revision 16406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-20Remove calls to deprecated av_set_string2() with calls toStefano Sabatini
av_set_string3(). Originally committed as revision 16241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-18Fix weird indent.Stefano Sabatini
Originally committed as revision 16200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-18Fix opt_default(), making it exit immediately in case of an invalidStefano Sabatini
argument. See the thread: "[PATCH] Fix opt_default()". Originally committed as revision 16196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-22Include headers for optional libraries only when enabled.Diego Pettenò
Include the headers for libavfilter, libswscale and libpostproc when they are enabled (and thus linked in). Without this change, Sun Studio will fail to link FFmpeg since two inline functions defined in avfilter.h will have undefined references to non-inline libavfilter functions. Originally committed as revision 15665 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-16Use CONFIG_* macros in cmdutils.c for consistency.Diego Pettenò
Originally committed as revision 15626 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-04Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego PettenòDiego Pettenò
Originally committed as revision 15547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-28Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer
the other tools as well. Originally committed as revision 15450 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-01Make show_banner()/show_version() print the libpostproc versionStefano Sabatini
numbers if enabled. Originally committed as revision 15149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29Cosmetics: vertical align in print_all_lib_versions().Stefano Sabatini
Originally committed as revision 15032 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29Make show_version()/show_banner() print the libswscale versions ifStefano Sabatini
enabled. Originally committed as revision 15031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-14Make show_banner() and show_version() print both the compile-time and theStefano Sabatini
link-time/run-time libav* version numbers. Originally committed as revision 14737 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-03Replace call to deprecated avcodec_build() with avcodec_version().Diego Biurrun
Originally committed as revision 14521 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-09Print the program_name rather than always "FFmpeg" when showing theStefano Sabatini
commandline tools license. Originally committed as revision 14141 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-29Simplify show_banner() so that it does not require arguments, similarStefano Sabatini
to what was previously done with show_version(). patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-22Move show_formats() to cmdutils.c.Stefano Sabatini
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-22Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer
future simplifications. Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-22OPT_EXITMichael Niedermayer
Originally committed as revision 13231 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-08Compile network-related code conditionally.Ramiro Polla
Originally committed as revision 13076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-04Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorgLuca Barbato
Originally committed as revision 12679 to svn://svn.ffmpeg.org/ffmpeg/trunk