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-07-02Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun
2010-07-02Grammar fixesMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-07Document cmdutils.c:print_error().Stefano Sabatini
2010-04-02Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-20Add -timelimit optionMåns Rullgård
2009-12-22Implement a -pix_fmts option for listing all the supported pixelStefano 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-19Split show_formats().Michael Niedermayer
2009-06-17Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-03-19Implement read_yesno().Stefano Sabatini
2009-03-04Rename avctx_opts to avcodec_opts.Stefano Sabatini
2009-02-19Fix typo: explixitly -> explicitly.Stefano Sabatini
2009-01-19Implement a var for containing the current year number rather thanStefano Sabatini
2008-10-04Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun
2008-09-28Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer
2008-05-29Simplify show_banner() so that it does not require arguments, similarStefano Sabatini
2008-05-27Update documentation of show_version() to account for latest changes.Stefano 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-04-17TypoStefano Sabatini
2008-03-31Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini
2008-02-25Improve wording/grammar of Doxygen comments.Diego Biurrun
2008-02-25Export and document in cmdutils.h the function parse_number_or_die().Stefano Sabatini
2007-11-24Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
2007-09-27Implement common show version and banner.Stefano Sabatini
2007-08-22Identifiers starting with underscores are reserved.Diego Biurrun
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-03-30add OPT_INT64 optionBaptiste Coudurier
2007-02-27Add missing license headers.Diego Biurrun
2005-09-11AVOption API improvmentsMichael Niedermayer
2005-06-03subtitle optionFabrice Bellard
2004-10-171000l (copy & paste)Michael Niedermayer
2004-10-17OPT_FLOATMichael Niedermayer
2004-04-30OPT_INTMichael Niedermayer
2003-08-24more sections in help - copyright fixesFabrice Bellard
2003-06-07added ffplay utilityFabrice Bellard