- 23 Oct, 2012 1 commit
-
-
Anton Khirnov authored
Fixes a crash when using a preset with stream copy. CC: libav-stable@libav.org
-
- 16 Oct, 2012 1 commit
-
-
Anton Khirnov authored
CC: libav-stable@libav.org
-
- 12 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 10 Oct, 2012 1 commit
-
-
Janne Grunau authored
-
- 09 Oct, 2012 2 commits
-
-
Anton Khirnov authored
It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless.
-
Janne Grunau authored
Make just a single reallocation per call instead of one reallocation per copied chapters. This fixes possible memory leaks on realloc failures. Also correct the allocation since it needs multiples of sizeof(AVChapter*) and not sizeof(AVChapter). Fixes CID700633 and CID700719.
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Oct, 2012 1 commit
-
-
Diego Elio Pettenò authored
-
- 30 Aug, 2012 3 commits
-
-
Anton Khirnov authored
func2_arg is the same as func_arg, except it has one additional parameter. Change all func_arg callbacks to take that parameter (and ignore it).
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 25 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This was replaced with a per-file value in 3c0df905. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Aug, 2012 12 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
By default don't dump every single option on the user, but print only the basic options. Add -h long/full to print more options.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Currently it takes a mask and value, such that options for which (flags & mask) == value. Change it to take required flags and forbidden flags instead. This is shorter and simpler to understand.
-
Anton Khirnov authored
Don't require every caller to supply them.
-
Anton Khirnov authored
This option does not do anything. Also remove OPT_GRAB, since -isync is the last option using it.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This allows e.g. -c:v h264 to select the libx264 encoder.
-
Anton Khirnov authored
show_foo() functions are declared as void show_foo(void), but called as int show_foo(const char*, const char*).
-
- 18 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 08 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-