- 09 Oct, 2012 1 commit
-
-
Janne Grunau authored
Fixes CID732166.
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Oct, 2012 1 commit
-
-
Diego Elio Pettenò authored
-
- 15 Sep, 2012 1 commit
-
-
Anton Khirnov authored
Fixes bug 352.
-
- 30 Aug, 2012 2 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
-
- 24 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 19 Aug, 2012 6 commits
-
-
Anton Khirnov authored
-
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
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
Make it print a list of AVCodecDescriptors. Add new -decoders and -encoders options that print lists of decoders and encoders respectively.
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 19 Jul, 2012 1 commit
-
-
Mans Rullgard authored
This provides a more precise identification of the compiler used. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
This is required for CommandLineToArgvW. Normally, shellapi.h is included implicitly by windows.h, but if we define WIN32_LEAN_AND_MEAN (or some of the other earlier headers have included windows.h with that option), windows.h doesn't include this one. Thus explicitly include the headers we really need, for clarity and compatibility.
-
- 30 Jun, 2012 1 commit
-
-
Martin Storsjö authored
This allows passing the right options to encoders when there's more than one encoder for a certain codec id. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Jun, 2012 1 commit
-
-
Anton Khirnov authored
It will be used by avplay.
-
- 09 May, 2012 2 commits
-
-
Diego Biurrun authored
This fixes the warning: cmdutils.c:897: warning: ‘type’ may be used uninitialized in this function
-
Anton Khirnov authored
Also add the public interface libavfilter/buffersink.h. Based on a commit by Stefano Sabatini.
-
- 25 Apr, 2012 1 commit
-
-
Justin Ruggles authored
-
- 15 Apr, 2012 1 commit
-
-
Anton Khirnov authored
This way we don't require a clearly defined corresponding input stream. The result for the xwd test changes because rgb24 is now chosen instead of bgra.
-
- 18 Mar, 2012 1 commit
-
-
Reinhard Tartler authored
The preset files have been renamed some time ago. CC: libav-stable@libav.org
-
- 06 Mar, 2012 1 commit
-
-
Anton Khirnov authored
Useful for testing.
-
- 04 Mar, 2012 1 commit
-
-
Anton Khirnov authored
Fixes listing encoders.
-
- 23 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-
- 08 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 27 Jan, 2012 1 commit
-
-
Alexandra Khirnova authored
E.g. non_linear_quant mpeg2video private option. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 18 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 11 Jan, 2012 1 commit
-
-
Reinhard Tartler authored
update documentation to inform developers that it may be removed in a later release. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 03 Jan, 2012 1 commit
-
-
Aneesh Dogra authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 30 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 25 Dec, 2011 1 commit
-
-
Stefano Sabatini authored
The sample aspect ratio is a per-frame property, so it makes sense to define it in AVFrame rather than in the codec/stream context. Simplify application-level sample aspect ratio information extraction, and allow further simplifications.
-
- 22 Nov, 2011 1 commit
-
-
Mans Rullgard authored
This fixes build errors in some environments. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 31 Oct, 2011 1 commit
-
-
Martin Storsjö authored
This symbol name clashes with a symbol in gnutls, if linking statically to that library. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Oct, 2011 1 commit
-
-
Janne Grunau authored
-
- 12 Oct, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-