summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-30/+33
|\
| * avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-301-18/+17
| * cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov2012-08-301-7/+11
* | cmdutils: add -layouts option.Nicolas George2012-08-281-0/+29
* | Fix one of the problems with -codecs, -encoders and -decoders.Carl Eugen Hoyos2012-08-251-1/+2
* | Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer2012-08-241-0/+1
|\ \ | |/
| * cmdutils: fix a memleak when specifying an option twice.Anton Khirnov2012-08-241-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-201-1/+2
|\ \ | |/
| * avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-191-1/+2
* | Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'Michael Niedermayer2012-08-201-1/+174
|\ \ | |/
| * avtools: add -h demuxer/muxerAnton Khirnov2012-08-191-0/+55
| * cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-191-1/+119
* | Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'Michael Niedermayer2012-08-201-13/+17
|\ \ | |/
| * cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-191-13/+16
| * avtools: move some newlines to show_help_options().Anton Khirnov2012-08-191-1/+2
* | Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'Michael Niedermayer2012-08-201-7/+10
|\ \ | |/
| * avtools: fix show_foo() signatures.Anton Khirnov2012-08-191-8/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-74/+111
|\ \ | |/
| * cmdutils: refactor -codecs option.Anton Khirnov2012-08-181-66/+108
* | cmdutils: show options in show_help_children only if the context has optionsStefano Sabatini2012-08-101-2/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | cmdutils/alloc_buffer: fix typochinshou2012-07-201-1/+1
* | lavf: make cmdutils's check_stream_specifier public.Nicolas George2012-07-201-56/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-191-2/+3
|\ \ | |/
| * Print full compiler identification, not only version numberMans Rullgard2012-07-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-081-0/+1
|\ \ | |/
| * cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).Ronald S. Bultje2012-07-071-0/+1
* | Extend -codecs output.Carl Eugen Hoyos2012-07-051-13/+22
* | mdutils: print error message on error get_buffer related errorsMichael Niedermayer2012-07-041-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-301-4/+7
|\ \ | |/
| * cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö2012-06-301-4/+5
* | codec_release_buffer: fix handling of non user buffersMichael Niedermayer2012-06-221-1/+3
* | cmdutils: dont return void from a void functionMichael Niedermayer2012-06-101-1/+1
* | cmdutils: include threading caps in codecs listing.Nicolas George2012-06-071-10/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-0/+142
|\ \ | |/
| * avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-051-0/+130
* | options: stop after option is found.Clément Bœsch2012-06-041-13/+13
* | cmdutils: replace 1 line #ifs by if()Michael Niedermayer2012-05-301-9/+10
* | Allow building of command line utils without swresample libGavin Kinsey2012-05-301-0/+6
* | cmdutils: allow to specify a stream by its ID.Nicolas George2012-05-201-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-1/+2
|\ \ | |/
| * cmdutils: Add fallback case to switch in check_stream_specifier().Diego Biurrun2012-05-101-0/+2
| * lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-091-68/+0
* | cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()Michael Niedermayer2012-04-301-38/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-251-1/+4
|\ \ | |/
| * avconv: use libavresampleJustin Ruggles2012-04-241-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-221-0/+8
|\ \ | |/
| * avconv: get output pixel format from lavfi.Anton Khirnov2012-04-151-2/+4
* | cmdutils: fix "oswr may be used uninitialized" warningMichael Niedermayer2012-04-131-1/+1
OpenPOWER on IntegriCloud