2010-03-07 |
Måns Rullgård | Remove hacks not required since HAVE_AV_CONFIG_H was... |
blob | commitdiff | raw |
2010-03-06 |
Stefano Sabatini | Make opt_default() look for options in sws_opts only... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Stefano Sabatini | Make opt_default() print an error message and exit... |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Stefano Sabatini | FFmpeg is a collective effort so allowing a single... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Stefano Sabatini | Extend show_pix_fmts(), make it show input/output suppo... |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Måns Rullgård | Check for setrlimit() |
blob | commitdiff | raw | diff to current |
2010-02-07 |
Stefano Sabatini | Make parse_options() explicitely handle the case where... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Stefano Sabatini | Declare variable "version" in the PRINT_LIB_VERSION... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Måns Rullgård | Prettify PRINT_LIB_VERSION macro |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Måns Rullgård | Get rid of ifdeffery for printing library versions... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Måns Rullgård | Print config of each lib if different from that of... |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Måns Rullgård | Add -timelimit option |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Stefano Sabatini | Update this_year value. |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Diego Biurrun | Mark conditionally used variable as av_unused, fixes... |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Stefano Sabatini | Implement a -pix_fmts option for listing all the suppor... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Stefano Sabatini | Factorize opt+1 out in parse_options(), simplify. |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Stefano Sabatini | Only list libavfilter filters if libavfilter has been... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Stefano Sabatini | Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Stefano Sabatini | Implement a -filters option, listing all the available... |
blob | commitdiff | raw | diff to current |
2009-11-21 |
Stefano Sabatini | Make show_protocols() print one protocol per line. |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Michael Niedermayer | Split show_formats(). |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Stefano Sabatini | Make show_formats() print each bitstream filter on... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Diego Biurrun | Improve compiler information code to print to the conso... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Diego Biurrun | Print compiler version and build date before configurat... |
blob | commitdiff | raw | diff to current |
2009-08-09 |
William R. Zwicky | Document the output of ffmpeg -formats. |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Benoit Fouet | Handle noX for OPT_BOOL X. |
blob | commitdiff | raw | diff to current |
2009-06-27 |
Carl Eugen Hoyos | Remove superfluous const. |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Stefano Sabatini | Move opt_loglevel() from ffmpeg.c to cmdutils.c. |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Diego Biurrun | Add configure option to upgrade (L)GPL to version 3. |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Stefano Sabatini | Factorize initial "printf(" and ");" in show_license(). |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Stefano Sabatini | Implement read_yesno(). |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Stefano Sabatini | Rename avctx_opts to avcodec_opts. |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Michael Niedermayer | Remove old scaler. |
blob | commitdiff | raw | diff to current |
2009-02-05 |
Ramiro Polla | Revert part of r16593. |
blob | commitdiff | raw | diff to current |
2009-01-18 |
Stefano Sabatini | Implement a var for containing the current year number... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Diego Biurrun | Remove pointless #if around header #includes. |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Stefano Sabatini | Bump year number. |
blob | commitdiff | raw | diff to current |
2008-12-19 |
Stefano Sabatini | Remove calls to deprecated av_set_string2() with calls to |
blob | commitdiff | raw | diff to current |
2008-12-18 |
Stefano Sabatini | Fix weird indent. |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Stefano Sabatini | Fix opt_default(), making it exit immediately in case... |
blob | commitdiff | raw | diff to current |
2008-10-22 |
Diego Pettenò | Include headers for optional libraries only when enabled. |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Diego Pettenò | Use CONFIG_* macros in cmdutils.c for consistency. |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Diego Pettenò | Mark print_all_lib_versions() static in cmdutils.c... |
blob | commitdiff | raw | diff to current |
2008-09-28 |
Michael Niedermayer | Move opt_default() and set_context_opts() to cmdutils... |
blob | commitdiff | raw | diff to current |
2008-09-01 |
Stefano Sabatini | Make show_banner()/show_version() print the libpostproc... |
blob | commitdiff | raw | diff to current |
2008-08-29 |
Stefano Sabatini | Cosmetics: vertical align in print_all_lib_versions(). |
blob | commitdiff | raw | diff to current |
2008-08-29 |
Stefano Sabatini | Make show_version()/show_banner() print the libswscale... |
blob | commitdiff | raw | diff to current |
2008-08-13 |
Stefano Sabatini | Make show_banner() and show_version() print both the... |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Diego Biurrun | Replace call to deprecated avcodec_build() with avcodec... |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Stefano Sabatini | Print the program_name rather than always "FFmpeg"... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Stefano Sabatini | Simplify show_banner() so that it does not require... |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Stefano Sabatini | Move show_formats() to cmdutils.c. |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Michael Niedermayer | Do not pass program_name as argument to show_version... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Michael Niedermayer | OPT_EXIT |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Diego Biurrun | Use full path for #includes from another directory. |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Ramiro Polla | Compile network-related code conditionally. |
blob | commitdiff | raw | diff to current |
2008-04-03 |
Luca Barbato | Error message for EPROTONOSUPPORT, patch from prossATxv... |
blob | commitdiff | raw | diff to current |
2008-03-31 |
Stefano Sabatini | Export parse_time_or_die from ffmpeg.c to cmdutils.c |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Diego Biurrun | typo: occured --> occurred |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Diego Biurrun | cosmetics: #include config.h before all other FFmpeg... |
blob | commitdiff | raw | diff to current |
2008-03-01 |
Michael Niedermayer | Remove INFINITY as suggested by rich. |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Vitor Sessak | Print libavfilter version if it is enabled in configure |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Stefano Sabatini | Make parse_options() use parse_number_or_die(). |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Michael Niedermayer | parse_number_or_die() |
blob | commitdiff | raw | diff to current |
2008-01-30 |
Diego Biurrun | Do not print an (L)GPL license statement when nonfree... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Michael Niedermayer | Print libavdevice version. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Benoit Fouet | Update show_banner date. |
blob | commitdiff | raw | diff to current |
2007-09-29 |
Ronald S. Bultje | cmdutils.c uses FFMPEG_CONFIGURATION from config.h... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Stefano Sabatini | Implement common show version and banner. |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Stefano Sabatini | Implement the cmdutils.c show_license function. |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Stefano Sabatini | Make cmdutils.c:parse_options accept as argument a... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace the only occurrence of AVERROR_NOENT with AVERR... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace all occurrences of AVERROR_IO with AVERROR... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace all occurrences of AVERROR_NOMEM with AVERROR... |
blob | commitdiff | raw | diff to current |
2007-07-02 |
Ronald S. Bultje | to be able to compile without HAVE_AV_CONFIG_H |
blob | commitdiff | raw | diff to current |
2007-06-24 |
Måns Rullgård | replace the uses of old string functions that Reimar... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Diego Biurrun | Move HAVE_AV_CONFIG_H definition to the Makefile like... |
blob | commitdiff | raw | diff to current |
2007-06-09 |
Diego Biurrun | Remove redundant #include, avformat.h indirectly includ... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Benoit Fouet | Use url_fopen error code when opening input file |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Patrice Bensoussan | change atoll call to equivalent strtoll to fix compilat... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Baptiste Coudurier | add OPT_INT64 option |
blob | commitdiff | raw | diff to current |
2007-03-27 |
Michael Niedermayer | prevent exit missuse |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Loren Merritt | 10l in r7174 caused all options to be treated as filenames. |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Timo Lindfors | Add support for files that begin with a dash. |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Måns Rullgård | fix const warning |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Michael Niedermayer | AVOption API improvments |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Kostya Shishkov | handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya... |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Michael Niedermayer | various security fixes and precautionary checks |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Michael Niedermayer | OPT_FLOAT |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Michael Niedermayer | OPT_INT |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Michael Niedermayer | (f)printf() is disallowed in libavcodec, compilation... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Fabrice Bellard | more sections in help - copyright fixes |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Fabrice Bellard | added ffplay utility |
blob | commitdiff | raw | diff to current |
|