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
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
2008-07-09Print the program_name rather than always "FFmpeg" when showing theStefano Sabatini
2008-05-29Simplify show_banner() so that it does not require arguments, similarStefano Sabatini
2008-05-22Move show_formats() to cmdutils.c.Stefano Sabatini
2008-05-22Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer
2008-05-22OPT_EXITMichael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-08Compile network-related code conditionally.Ramiro Polla
2008-04-04Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorgLuca Barbato
2008-03-31Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-15cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun
2008-03-02Remove INFINITY as suggested by rich.Michael Niedermayer
2008-02-27Print libavfilter version if it is enabled in configureVitor Sessak
2008-02-25Make parse_options() use parse_number_or_die().Stefano Sabatini
2008-02-21parse_number_or_die()Michael Niedermayer
2008-01-30Do not print an (L)GPL license statement when nonfree parts have been compiledDiego Biurrun
2008-01-10Print libavdevice version.Michael Niedermayer
2008-01-02Update show_banner date.Benoit Fouet
2007-09-29cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly includingRonald S. Bultje
2007-09-27Implement common show version and banner.Stefano Sabatini
2007-08-20Implement the cmdutils.c show_license function.Stefano Sabatini
2007-08-14Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini
2007-07-19Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-02to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
2007-06-09Remove redundant #include, avformat.h indirectly includes common.h.Diego Biurrun
2007-05-10Use url_fopen error code when opening input fileBenoit Fouet
2007-04-13change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2Patrice Bensoussan
2007-03-30add OPT_INT64 optionBaptiste Coudurier
2007-03-28prevent exit missuseMichael Niedermayer
2006-11-2710l in r7174 caused all options to be treated as filenames.Loren Merritt
2006-11-27Add support for files that begin with a dash.Timo Lindfors
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun