index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmdutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a var for containing the current year number rather than
Stefano Sabatini
2009-01-18
1
-2
/
+4
*
Remove pointless #if around header #includes.
Diego Biurrun
2009-01-14
1
-6
/
+0
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-8
/
+8
*
Bump year number.
Stefano Sabatini
2009-01-02
1
-1
/
+1
*
Remove calls to deprecated av_set_string2() with calls to
Stefano Sabatini
2008-12-19
1
-1
/
+1
*
Fix weird indent.
Stefano Sabatini
2008-12-18
1
-4
/
+4
*
Fix opt_default(), making it exit immediately in case of an invalid
Stefano Sabatini
2008-12-17
1
-7
/
+12
*
Include headers for optional libraries only when enabled.
Diego Pettenò
2008-10-22
1
-0
/
+8
*
Use CONFIG_* macros in cmdutils.c for consistency.
Diego Pettenò
2008-10-16
1
-3
/
+3
*
Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego Pettenò
Diego Pettenò
2008-10-04
1
-1
/
+1
*
Move opt_default() and set_context_opts() to cmdutils so it can be used from
Michael Niedermayer
2008-09-28
1
-0
/
+55
*
Make show_banner()/show_version() print the libpostproc version
Stefano Sabatini
2008-09-01
1
-0
/
+4
*
Cosmetics: vertical align in print_all_lib_versions().
Stefano Sabatini
2008-08-29
1
-3
/
+3
*
Make show_version()/show_banner() print the libswscale versions if
Stefano Sabatini
2008-08-29
1
-0
/
+4
*
Make show_banner() and show_version() print both the compile-time and the
Stefano Sabatini
2008-08-13
1
-13
/
+20
*
Replace call to deprecated avcodec_build() with avcodec_version().
Diego Biurrun
2008-08-03
1
-1
/
+1
*
Print the program_name rather than always "FFmpeg" when showing the
Stefano Sabatini
2008-07-09
1
-10
/
+13
*
Simplify show_banner() so that it does not require arguments, similar
Stefano Sabatini
2008-05-29
1
-1
/
+1
*
Move show_formats() to cmdutils.c.
Stefano Sabatini
2008-05-22
1
-0
/
+123
*
Do not pass program_name as argument to show_version(), this allows some
Michael Niedermayer
2008-05-21
1
-1
/
+1
*
OPT_EXIT
Michael Niedermayer
2008-05-21
1
-0
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-5
/
+5
*
Compile network-related code conditionally.
Ramiro Polla
2008-05-08
1
-0
/
+4
*
Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorg
Luca Barbato
2008-04-03
1
-0
/
+4
*
Export parse_time_or_die from ffmpeg.c to cmdutils.c
Stefano Sabatini
2008-03-31
1
-0
/
+11
*
typo: occured --> occurred
Diego Biurrun
2008-03-22
1
-2
/
+2
*
cosmetics: #include config.h before all other FFmpeg headers.
Diego Biurrun
2008-03-15
1
-1
/
+1
*
Remove INFINITY as suggested by rich.
Michael Niedermayer
2008-03-01
1
-1
/
+1
*
Print libavfilter version if it is enabled in configure
Vitor Sessak
2008-02-27
1
-0
/
+4
*
Make parse_options() use parse_number_or_die().
Stefano Sabatini
2008-02-25
1
-3
/
+4
*
parse_number_or_die()
Michael Niedermayer
2008-02-21
1
-0
/
+18
*
Do not print an (L)GPL license statement when nonfree parts have been compiled
Diego Biurrun
2008-01-30
1
-1
/
+6
*
Print libavdevice version.
Michael Niedermayer
2008-01-10
1
-3
/
+6
*
Update show_banner date.
Benoit Fouet
2008-01-02
1
-1
/
+1
*
cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including
Ronald S. Bultje
2007-09-29
1
-0
/
+1
*
Implement common show version and banner.
Stefano Sabatini
2007-09-27
1
-0
/
+26
*
Implement the cmdutils.c show_license function.
Stefano Sabatini
2007-08-20
1
-0
/
+37
*
Make cmdutils.c:parse_options accept as argument a function to parse
Stefano Sabatini
2007-08-13
1
-2
/
+4
*
Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
to be able to compile without HAVE_AV_CONFIG_H
Ronald S. Bultje
2007-07-02
1
-0
/
+4
*
replace the uses of old string functions that Reimar missed
Måns Rullgård
2007-06-24
1
-3
/
+4
*
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Diego Biurrun
2007-06-10
1
-1
/
+1
*
Remove redundant #include, avformat.h indirectly includes common.h.
Diego Biurrun
2007-06-09
1
-2
/
+0
*
Use url_fopen error code when opening input file
Benoit Fouet
2007-05-10
1
-0
/
+3
*
change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2
Patrice Bensoussan
2007-04-13
1
-1
/
+1
*
add OPT_INT64 option
Baptiste Coudurier
2007-03-30
1
-0
/
+2
*
prevent exit missuse
Michael Niedermayer
2007-03-27
1
-0
/
+2
*
10l in r7174 caused all options to be treated as filenames.
Loren Merritt
2006-11-27
1
-1
/
+1
[next]