- Apr 05, 2012
-
-
Anton Khirnov authored
-
- Apr 04, 2012
-
-
multiple authors authored
Ported by: Baptiste Coudurier cleanup+fate by ubitux For detailed authorship of the original code please see avisynth
-
Nicolas George authored
-
- Mar 29, 2012
-
-
Brian Olson authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
This one is available both in SDL 1.2 and in 1.3 (which is the current version available e.g. in macports), while 1.3 doesn't contain SDL_Linked_Version(). The current check for SDL_Linked_Version() (available since SDL 1.2.13) was added in 8f1b06c8, because including the headers for SDL_Init() redirects the main() function, requiring the main function signature to match the one of SDL_main (including argc/argv). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Mar 27, 2012
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Mar 26, 2012
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Mar 25, 2012
-
-
Diego Biurrun authored
-
- Mar 23, 2012
-
-
Josh Allmann authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Mar 21, 2012
-
-
Diego Biurrun authored
Break some of the longer sections into smaller sensible pieces; make some option descriptions and option ordering more consistent.
-
Diego Biurrun authored
-
- Mar 19, 2012
-
-
Derek Buitenhuis authored
An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- Mar 18, 2012
-
-
Derek Buitenhuis authored
An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Should fix mp=pp test failure by not running it without --enable-gpl Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 12, 2012
-
-
Janne Grunau authored
The were broken since August of 2010 without anyone noticing until three weeks ago. Nobody cares about it anymore and hopefully Marvell will support NEON like in the PXA978 from now on.
-
- Mar 10, 2012
-
-
Carl Eugen Hoyos authored
Fixes ticket #1050.
-
- Mar 09, 2012
-
-
Gil Pedersen authored
This will cause linkers to link against the major lib names, instead of the base names, allowing multiple major versions of the libraries to co-exist. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Mar 08, 2012
-
-
Lou Logan authored
This will warn the user when --enable-gpl is missing. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 05, 2012
-
-
Derek Buitenhuis authored
All colorspaces are supported. Renamed libutvideo.cpp to libutvideodec.cpp. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 03, 2012
-
-
Petri Hintukainen authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 26, 2012
-
-
Michael Niedermayer authored
This will allow us to do regression tests on libpostproc. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 23, 2012
-
-
Anton Khirnov authored
Libschroedinger is the preferred way to encode dirac video now, it produces better output and has a nicer API.
-
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
-
Nicolas George authored
lavfi have optional filters that depends on some components: it is necessary to test which one is enabled to set the correct dependencies. Signed-off-by:
Nicolas George <nicolas.george@normalesup.org>
-
- Feb 22, 2012
-
-
Rafaël Carré authored
This structure is well defined by Microsoft at: http://msdn.microsoft.com/en-us/library/windows/hardware/ff564012(v=vs.85).aspx Thus, the wDecodedPictureIndex member is guaranteed to exist. Also, both the MPEG-2 and VC-1 hwaccel decoders depend on this struct member, but only the VC-1 decoder was disabled if the check failed. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Feb 18, 2012
-
-
Reimar Döffinger authored
This should test muxing Theora into Ogg. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Feb 17, 2012
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Feb 14, 2012
-
-
Diego Biurrun authored
This allows easily differentiating between both implementations within the build system and combining the native implementation for plain RTMP with librtmp for the RTMPE, RTMPS, RTMPT, RTMPTE protocol variants.
-
- Feb 13, 2012
-
-
Diego Biurrun authored
-
- Feb 10, 2012
-
-
Carl Eugen Hoyos authored
Reported-by: Hanspeter Niederstrasser Fixes ticket #989.
-
Hanspeter Niederstrasser authored
Fixes part of ticket #989.
-
- Feb 09, 2012
-
-
Laurent authored
Thanks to stackoverflow Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 08, 2012
-
-
Diego Biurrun authored
It is obscure, most likely unused and not bit-exact compared to libavcodec due to a different IDCT transform algorithm.
-
- Feb 02, 2012
-
-
Ronald S. Bultje authored
This will be useful to test more aggressively for failures to mark XMM registers as clobbered in Win64 builds, and prevent regressions thereof. Based on a patch by Ramiro Polla <ramiro.polla@gmail.com>
-