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
*
avplay: Accept cpuflags option
Luca Barbato
2013-10-22
1
-0
/
+12
*
cmdutils: Only do the windows-specific commandline parsing on _WIN32
Diogo Franco
2013-08-08
1
-1
/
+4
*
cmdutils: wrap exit explicitly
Luca Barbato
2013-07-07
1
-8
/
+23
*
lavfi: add a slice threading infrastructure
Anton Khirnov
2013-05-24
1
-0
/
+3
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
1
-5
/
+5
*
cmdutils: Fix build with lavfi disabled
Anton Khirnov
2013-04-16
1
-0
/
+4
*
cmdutils: allow -h filter=<name> to print information about a filter.
Anton Khirnov
2013-04-11
1
-0
/
+40
*
avtools: move media_type_string() from avprobe to cmdutils.
Anton Khirnov
2013-04-11
1
-0
/
+12
*
lavfi: change the filter registering system to match the other libraries
Anton Khirnov
2013-04-11
1
-3
/
+3
*
avconv: print an error on applying options of the wrong type.
Anton Khirnov
2013-03-08
1
-0
/
+10
*
avplay: switch to new refcounted frames API
Anton Khirnov
2013-03-08
1
-126
/
+0
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
1
-1
/
+1
*
cmdutils: Allow calling filter_codec_opts without a set encoder
Martin Storsjö
2013-02-28
1
-3
/
+1
*
cmdutils: only use libavresample when it is enabled
Justin Ruggles
2013-02-25
1
-0
/
+4
*
avconv: pass libavresample options to AVFilterGraph
Justin Ruggles
2013-02-23
1
-2
/
+10
*
get_buffer(): do not initialize the data.
Anton Khirnov
2013-02-15
1
-5
/
+0
*
qtrle: fix the topmost line for 1bit
Kostya Shishkov
2013-02-06
1
-1
/
+0
*
fraps: fix off-by one bug for version 1.
Anton Khirnov
2013-02-06
1
-1
/
+1
*
aasc: fix output for msrle compression.
Anton Khirnov
2013-02-06
1
-1
/
+1
*
cmdutils: remove ansi from the list of broken codecs.
Anton Khirnov
2013-02-06
1
-1
/
+1
*
cdgraphics: do not rely on get_buffer() initializing the frame.
Anton Khirnov
2013-02-06
1
-1
/
+1
*
cmdutils: update copyright year to 2013
Johan Andersson
2013-01-03
1
-1
/
+1
*
cmdutils: pass number of groups to split_commandline().
Anton Khirnov
2012-12-19
1
-13
/
+11
*
cmdutils: don't log an error in opt_default().
Anton Khirnov
2012-12-18
1
-1
/
+0
*
cmdutils: add a commandline pre-parser.
Anton Khirnov
2012-12-18
1
-0
/
+241
*
cmdutils: split parse_option().
Anton Khirnov
2012-12-18
1
-30
/
+40
*
lavc: set frame properties in ff_get_buffer().
Anton Khirnov
2012-12-04
1
-5
/
+0
*
cmdutils: Use a configure check for enabling CommandLineToArgvW
Martin Storsjö
2012-11-29
1
-2
/
+2
*
pixdesc: add av_pix_fmt_get_chroma_sub_sample
Luca Barbato
2012-11-13
1
-1
/
+3
*
cmdutils: Conditionally compile libswscale-related bits
Diego Biurrun
2012-10-29
1
-1
/
+6
*
Include sys/time.h before sys/resource.h
Mans Rullgard
2012-10-23
1
-0
/
+1
*
tools: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-5
/
+11
*
cmdutils_read_file: increment *size after writing the trailing \0
Janne Grunau
2012-10-09
1
-1
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-4
/
+4
*
Use atexit() instead of defining a custom exit_program() interface.
Diego Elio Pettenò
2012-10-01
1
-7
/
+7
*
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
[next]