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
/
avconv_opt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avconv: make -aspect work with streamcopy
Anton Khirnov
2013-05-27
1
-5
/
+6
*
avconv: remove -deinterlace
Anton Khirnov
2013-05-07
1
-14
/
+0
*
avconv: do not send non-monotonous DTS to the muxers.
Anton Khirnov
2013-05-03
1
-0
/
+1
*
avconv_opt: allocate an OutputFile before the streams.
Anton Khirnov
2013-04-30
1
-18
/
+17
*
avconv: print filter options in -h full output.
Anton Khirnov
2013-04-11
1
-0
/
+1
*
lavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov
2013-04-11
1
-1
/
+0
*
avconv: add options for reading filtergraphs from a file.
Anton Khirnov
2013-03-28
1
-8
/
+82
*
avconv: mark attachment streams as immediately finished
Anton Khirnov
2013-03-15
1
-0
/
+1
*
avconv: do not silently ignore unused codec AVOptions.
Anton Khirnov
2013-03-08
1
-0
/
+89
*
avconv: fix a typo
Anton Khirnov
2013-03-08
1
-1
/
+1
*
avconv: use a local variable for InputFile in open_input_file().
Anton Khirnov
2013-03-08
1
-6
/
+9
*
avconv: use a local variable for OutputFile in open_output_file().
Anton Khirnov
2013-03-08
1
-12
/
+15
*
avconv: print an error on applying options of the wrong type.
Anton Khirnov
2013-03-08
1
-63
/
+102
*
lavc: Deprecate the deinterlace functions in libavcodec
Ronald S. Bultje
2013-03-07
1
-0
/
+4
*
avconv: Apply codec options to streams that are copied as well
Martin Storsjö
2013-02-28
1
-0
/
+2
*
avconv: pass libavresample options to AVFilterGraph
Justin Ruggles
2013-02-23
1
-0
/
+2
*
lavc: set the default rc_initial_buffer_occupancy
Luca Barbato
2013-01-15
1
-2
/
+0
*
cmdutils: pass number of groups to split_commandline().
Anton Khirnov
2012-12-19
1
-2
/
+2
*
avconv: pass the actually selected decoder to filter_codec_opts().
Anton Khirnov
2012-12-18
1
-1
/
+1
*
avconv: use new options parser.
Anton Khirnov
2012-12-18
1
-27
/
+107
*
cmdutils: add a macro to simplify grow_array() calls.
Anton Khirnov
2012-12-18
1
-13
/
+8
*
avconv: fix copying per-stream metadata.
Anton Khirnov
2012-11-25
1
-0
/
+2
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
avconv_opt, cmdutils: Add missing function parameter Doxygen
Diego Biurrun
2012-10-31
1
-0
/
+1
*
avconv: only apply presets when we have an encoder.
Anton Khirnov
2012-10-23
1
-27
/
+28
*
avconv: fix disabling auto mappings with -map_metadata
Anton Khirnov
2012-10-16
1
-3
/
+7
*
De-doxygenize some top-level files
Diego Biurrun
2012-10-12
1
-5
/
+3
*
avconv: remove bogus warning when using avconv -h without parameter
Janne Grunau
2012-10-10
1
-1
/
+1
*
avconv: remove -same_quant
Anton Khirnov
2012-10-09
1
-4
/
+1
*
avconv: simplify memory allocation in copy_chapters
Janne Grunau
2012-10-09
1
-5
/
+7
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
Use atexit() instead of defining a custom exit_program() interface.
Diego Elio Pettenò
2012-10-01
1
-65
/
+65
*
avtools: remove the distinction between func_arg and func2_arg.
Anton Khirnov
2012-08-30
1
-52
/
+52
*
avconv: make the -passlogfile option per-stream.
Anton Khirnov
2012-08-30
1
-2
/
+6
*
avconv: make the -pass option per-stream.
Anton Khirnov
2012-08-30
1
-10
/
+3
*
avconv: remove unused variable opt_shortest
Mans Rullgard
2012-08-25
1
-1
/
+0
*
avconv: mark more options as expert.
Anton Khirnov
2012-08-19
1
-12
/
+12
*
avconv: split printing "main options" into global and per-file.
Anton Khirnov
2012-08-19
1
-11
/
+21
*
avconv: refactor help printing.
Anton Khirnov
2012-08-19
1
-10
/
+36
*
avconv: print info/capabilities options in a separate help group.
Anton Khirnov
2012-08-19
1
-1
/
+4
*
cmdutils: extend -h to allow printing codec details.
Anton Khirnov
2012-08-19
1
-3
/
+2
*
cmdutils: change semantics of show_help_options() and document it.
Anton Khirnov
2012-08-19
1
-12
/
+7
*
avtools: move some newlines to show_help_options().
Anton Khirnov
2012-08-19
1
-7
/
+7
*
avconv: deprecate -isync.
Anton Khirnov
2012-08-19
1
-12
/
+8
*
avconv: reformat the options table.
Anton Khirnov
2012-08-19
1
-92
/
+175
*
avconv: get rid of ugly casts in the options table.
Anton Khirnov
2012-08-19
1
-64
/
+83
*
avconv: try to match codecs by codec descriptor name as a last resort.
Anton Khirnov
2012-08-19
1
-0
/
+10
*
avtools: fix show_foo() signatures.
Anton Khirnov
2012-08-19
1
-1
/
+2
*
avconv: make -shortest a per-output file option.
Anton Khirnov
2012-08-18
1
-1
/
+2
*
avconv: split option parsing into a separate file.
Anton Khirnov
2012-08-08
1
-0
/
+1915