index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmdutils.c
Age
Commit message (
Expand
)
Author
2008-05-29
Simplify show_banner() so that it does not require arguments, similar
Stefano Sabatini
2008-05-22
Move show_formats() to cmdutils.c.
Stefano Sabatini
2008-05-21
Do not pass program_name as argument to show_version(), this allows some
Michael Niedermayer
2008-05-21
OPT_EXIT
Michael Niedermayer
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-05-08
Compile network-related code conditionally.
Ramiro Polla
2008-04-03
Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorg
Luca Barbato
2008-03-31
Export parse_time_or_die from ffmpeg.c to cmdutils.c
Stefano Sabatini
2008-03-22
typo: occured --> occurred
Diego Biurrun
2008-03-15
cosmetics: #include config.h before all other FFmpeg headers.
Diego Biurrun
2008-03-01
Remove INFINITY as suggested by rich.
Michael Niedermayer
2008-02-27
Print libavfilter version if it is enabled in configure
Vitor Sessak
2008-02-25
Make parse_options() use parse_number_or_die().
Stefano Sabatini
2008-02-21
parse_number_or_die()
Michael Niedermayer
2008-01-30
Do not print an (L)GPL license statement when nonfree parts have been compiled
Diego Biurrun
2008-01-10
Print libavdevice version.
Michael Niedermayer
2008-01-02
Update show_banner date.
Benoit Fouet
2007-09-29
cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including
Ronald S. Bultje
2007-09-27
Implement common show version and banner.
Stefano Sabatini
2007-08-20
Implement the cmdutils.c show_license function.
Stefano Sabatini
2007-08-13
Make cmdutils.c:parse_options accept as argument a function to parse
Stefano Sabatini
2007-07-19
Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-02
to be able to compile without HAVE_AV_CONFIG_H
Ronald S. Bultje
2007-06-24
replace the uses of old string functions that Reimar missed
Måns Rullgård
2007-06-10
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Diego Biurrun
2007-06-09
Remove redundant #include, avformat.h indirectly includes common.h.
Diego Biurrun
2007-05-10
Use url_fopen error code when opening input file
Benoit Fouet
2007-04-13
change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2
Patrice Bensoussan
2007-03-30
add OPT_INT64 option
Baptiste Coudurier
2007-03-27
prevent exit missuse
Michael Niedermayer
2006-11-27
10l in r7174 caused all options to be treated as filenames.
Loren Merritt
2006-11-27
Add support for files that begin with a dash.
Timo Lindfors
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-12
fix const warning
Måns Rullgård
2005-09-11
AVOption API improvments
Michael Niedermayer
2005-01-20
handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>)
Kostya Shishkov
2005-01-12
various security fixes and precautionary checks
Michael Niedermayer
2004-10-16
OPT_FLOAT
Michael Niedermayer
2004-04-30
OPT_INT
Michael Niedermayer
2004-02-22
(f)printf() is disallowed in libavcodec, compilation will fail now if its use...
Michael Niedermayer
2003-08-24
more sections in help - copyright fixes
Fabrice Bellard
2003-06-07
added ffplay utility
Fabrice Bellard