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
2010-03-06
Make opt_default() look for options in sws_opts only if sws_opts is
Stefano Sabatini
2010-02-22
Make opt_default() print an error message and exit if the option
Stefano Sabatini
2010-02-18
FFmpeg is a collective effort so allowing a single name in a banner is
Stefano Sabatini
2010-02-10
Extend show_pix_fmts(), make it show input/output support for
Stefano Sabatini
2010-02-09
Check for setrlimit()
Måns Rullgård
2010-02-07
Make parse_options() explicitely handle the case where an opt_func2
Stefano Sabatini
2010-01-27
Declare variable "version" in the PRINT_LIB_VERSION() macro if block,
Stefano Sabatini
2010-01-27
Prettify PRINT_LIB_VERSION macro
Måns Rullgård
2010-01-27
Get rid of ifdeffery for printing library versions and configurations
Måns Rullgård
2010-01-25
Print config of each lib if different from that of ffmpeg/ffplay/ffserver
Måns Rullgård
2010-01-20
Add -timelimit option
Måns Rullgård
2010-01-01
Update this_year value.
Stefano Sabatini
2009-12-28
Mark conditionally used variable as av_unused, fixes the warning:
Diego Biurrun
2009-12-21
Implement a -pix_fmts option for listing all the supported pixel
Stefano Sabatini
2009-12-14
Factorize opt+1 out in parse_options(), simplify.
Stefano Sabatini
2009-12-12
Only list libavfilter filters if libavfilter has been enabled during
Stefano Sabatini
2009-12-12
Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be
Stefano Sabatini
2009-12-12
Implement a -filters option, listing all the available libavfilter
Stefano Sabatini
2009-11-21
Make show_protocols() print one protocol per line.
Stefano Sabatini
2009-11-19
Split show_formats().
Michael Niedermayer
2009-11-18
Make show_formats() print each bitstream filter on a separate line.
Stefano Sabatini
2009-09-22
Improve compiler information code to print to the console on program startup.
Diego Biurrun
2009-09-22
Print compiler version and build date before configuration in console output.
Diego Biurrun
2009-08-09
Document the output of ffmpeg -formats.
William R. Zwicky
2009-08-03
Handle noX for OPT_BOOL X.
Benoit Fouet
2009-06-27
Remove superfluous const.
Carl Eugen Hoyos
2009-06-16
Move opt_loglevel() from ffmpeg.c to cmdutils.c.
Stefano Sabatini
2009-06-05
Add configure option to upgrade (L)GPL to version 3.
Diego Biurrun
2009-05-25
Factorize initial "printf(" and ");" in show_license().
Stefano Sabatini
2009-03-18
Implement read_yesno().
Stefano Sabatini
2009-03-03
Rename avctx_opts to avcodec_opts.
Stefano Sabatini
2009-03-03
Remove old scaler.
Michael Niedermayer
2009-02-05
Revert part of r16593.
Ramiro Polla
2009-01-18
Implement a var for containing the current year number rather than
Stefano Sabatini
2009-01-14
Remove pointless #if around header #includes.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-02
Bump year number.
Stefano Sabatini
2008-12-19
Remove calls to deprecated av_set_string2() with calls to
Stefano Sabatini
2008-12-18
Fix weird indent.
Stefano Sabatini
2008-12-17
Fix opt_default(), making it exit immediately in case of an invalid
Stefano Sabatini
2008-10-22
Include headers for optional libraries only when enabled.
Diego Pettenò
2008-10-16
Use CONFIG_* macros in cmdutils.c for consistency.
Diego Pettenò
2008-10-04
Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego Pettenò
Diego Pettenò
2008-09-28
Move opt_default() and set_context_opts() to cmdutils so it can be used from
Michael Niedermayer
2008-09-01
Make show_banner()/show_version() print the libpostproc version
Stefano Sabatini
2008-08-29
Cosmetics: vertical align in print_all_lib_versions().
Stefano Sabatini
2008-08-29
Make show_version()/show_banner() print the libswscale versions if
Stefano Sabatini
2008-08-13
Make show_banner() and show_version() print both the compile-time and the
Stefano Sabatini
2008-08-03
Replace call to deprecated avcodec_build() with avcodec_version().
Diego Biurrun
2008-07-09
Print the program_name rather than always "FFmpeg" when showing the
Stefano Sabatini
[next]