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
*
cmdutils: avoid setting data pointers to invalid values in alloc_buffer()
Anton Khirnov
2012-09-15
1
-1
/
+1
*
avtools: remove the distinction between func_arg and func2_arg.
Anton Khirnov
2012-08-30
1
-18
/
+17
*
cmdutils: make -codecs print lossy/lossless flags.
Anton Khirnov
2012-08-30
1
-7
/
+11
*
cmdutils: fix a memleak when specifying an option twice.
Anton Khirnov
2012-08-24
1
-0
/
+1
*
avconv: split printing "main options" into global and per-file.
Anton Khirnov
2012-08-19
1
-1
/
+2
*
avtools: add -h demuxer/muxer
Anton Khirnov
2012-08-19
1
-0
/
+55
*
cmdutils: extend -h to allow printing codec details.
Anton Khirnov
2012-08-19
1
-1
/
+119
*
cmdutils: change semantics of show_help_options() and document it.
Anton Khirnov
2012-08-19
1
-13
/
+16
*
avtools: move some newlines to show_help_options().
Anton Khirnov
2012-08-19
1
-1
/
+2
*
avtools: fix show_foo() signatures.
Anton Khirnov
2012-08-19
1
-8
/
+19
*
cmdutils: refactor -codecs option.
Anton Khirnov
2012-08-18
1
-66
/
+108
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Print full compiler identification, not only version number
Mans Rullgard
2012-07-19
1
-2
/
+2
*
cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).
Ronald S. Bultje
2012-07-07
1
-0
/
+1
*
cmdutils: Pass the actual chosen encoder to filter_codec_opts
Martin Storsjö
2012-06-30
1
-4
/
+5
*
avtools: move buffer management code from avconv to cmdutils.
Anton Khirnov
2012-06-05
1
-0
/
+130
*
cmdutils: Add fallback case to switch in check_stream_specifier().
Diego Biurrun
2012-05-10
1
-0
/
+2
*
lavfi: add video buffer sink, and use it in avtools
Anton Khirnov
2012-05-09
1
-68
/
+0
*
avconv: use libavresample
Justin Ruggles
2012-04-24
1
-1
/
+4
*
avconv: get output pixel format from lavfi.
Anton Khirnov
2012-04-15
1
-2
/
+4
*
Read preset files with suffix .avpreset
Reinhard Tartler
2012-03-18
1
-2
/
+2
*
avconv: add -cpuflags option for setting supported cpuflags.
Anton Khirnov
2012-03-06
1
-5
/
+2
*
cmdutils: use new avcodec_is_decoder/encoder() functions.
Anton Khirnov
2012-03-04
1
-2
/
+2
*
Remove libpostproc.
Diego Biurrun
2012-02-23
1
-6
/
+0
*
cmdutils: update copyright year to 2012.
Ronald S. Bultje
2012-02-08
1
-1
/
+1
*
cmdutils: fix options starting with 'no'.
Alexandra Khirnova
2012-01-27
1
-4
/
+2
*
Drop unnecessary prefix from *sink* variable and struct names.
Diego Biurrun
2012-01-25
1
-10
/
+10
*
cosmetics: Rename ffsink to avsink.
Diego Biurrun
2012-01-19
1
-10
/
+10
*
No longer build libpostproc by default
Reinhard Tartler
2012-01-11
1
-0
/
+4
*
cmdutils: K&R reformatting cosmetics
Aneesh Dogra
2012-01-03
1
-160
/
+196
*
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-30
1
-2
/
+3
*
lavc: add a sample_aspect_ratio field to AVFrame
Stefano Sabatini
2011-12-25
1
-0
/
+1
*
Add libavutil/mathematics.h #includes for INFINITY
Mans Rullgard
2011-11-22
1
-0
/
+1
*
cmdutils: Rename read_file to cmdutils_read_file
Martin Storsjö
2011-10-31
1
-1
/
+1
*
cmdutils: check fread() return value
Janne Grunau
2011-10-30
1
-3
/
+15
*
cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
Anton Khirnov
2011-10-12
1
-0
/
+10
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
*
Remove all uses of deprecated AVOptions API.
Anton Khirnov
2011-10-12
1
-1
/
+1
*
avtools: add -v as alias for -loglevel
Mans Rullgard
2011-10-09
1
-0
/
+2
*
avconv: add support for copying attachments.
Anton Khirnov
2011-09-27
1
-1
/
+2
*
cmdutils: replace fprintf() by av_log()
Anton Khirnov
2011-09-26
1
-36
/
+37
*
avtools: parse loglevel before all the other options.
Anton Khirnov
2011-09-26
1
-0
/
+35
*
cmdutils: move grow_array out of #if CONFIG_AVFILTER
Janne Grunau
2011-09-23
1
-2
/
+2
*
cmdutils: add support for programs in check_stream_specifier()
Anton Khirnov
2011-09-11
1
-0
/
+20
*
avconv: move audio_sample_fmt to options context.
Anton Khirnov
2011-09-11
1
-0
/
+9
*
avconv: move ts scale to options context.
Anton Khirnov
2011-09-05
1
-0
/
+2
*
avconv: move start_time, recording_time and input_ts_offset to options context
Anton Khirnov
2011-09-04
1
-0
/
+2
*
cmdutils: allow storing per-stream/chapter/.... options in a generic way
Anton Khirnov
2011-09-04
1
-1
/
+12
*
cmdutils: split per-option code out of parse_options().
Anton Khirnov
2011-09-04
1
-52
/
+60
*
cmdutils: add support for caller-provided option context.
Anton Khirnov
2011-09-04
1
-5
/
+9
[next]