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-06-10Make all the numeric options accept in input an expression which isStefano Sabatini
2010-05-23Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla
2010-05-09Fix build with swscale disabledMåns Rullgård
2010-05-06Reindent after the last commit.Stefano Sabatini
2010-05-06Simplify print_error(), directly use av_strerror()/strerror() forStefano Sabatini
2010-05-06Make print_error() use strerror() in case av_strerror() fails.Stefano Sabatini
2010-04-16AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla
2010-04-02Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini
2010-03-31Issue a more general message when the function which sets an optionStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-27Use av_strerror() in print_error().Stefano Sabatini
2010-03-18Remove printing of frame sizes and frame rate abbreviations fromStefano Sabatini
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