- 26 Apr, 2012 1 commit
-
-
Sean McGovern authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Apr, 2012 2 commits
-
-
Mans Rullgard authored
This disables the warning "external declaration in primary source file" which is issued when a prototype for an extern function is found in a .c file rather than a header file. We have such prototypes for asm functions where a separate header file would be pointless. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
This is a new library for audio sample format, channel layout, and sample rate conversion.
-
- 23 Apr, 2012 1 commit
-
-
Diego Biurrun authored
libschroedinger is the preferred way to decode Dirac video.
-
- 19 Apr, 2012 2 commits
-
-
Michael Niedermayer authored
Generating warnings when casting const away leads to tight constraints on the code if one wants to avoid warnings. This is especially true for generic code that is supposed to work with both const and non const. These tight constrains cause people to waste time trying to find a way to write code so it doesnt generate any warning, while people should rather spend their time thinking on how to write fast, clean, maintainable and bug free code. Removing this class of warnings fixes this issue. Approved-by:
Nicolas George <nicolas.george@normalesup.org> Approved-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Apr, 2012 1 commit
-
-
Mohamed Naufal authored
-
- 15 Apr, 2012 1 commit
-
-
Nicolas George authored
-
- 13 Apr, 2012 1 commit
-
-
Mans Rullgard authored
The fields in config.fate are colon-separated so any colons within the fields should be escaped to prevent confusion. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Apr, 2012 1 commit
-
-
Stefano Sabatini authored
Partially based on the port by Niel van der Westhuizen <nielkie@gmail.com>, done for GCI 2010. Same output as the original filter and as fast. See thread: Subject: [FFmpeg-devel] [PATCH] Port MPlayer 2xSaI filter to libavfilter Date: Thu, 25 Nov 2010 01:31:24 +1000
-
- 10 Apr, 2012 1 commit
-
-
Nicolas George authored
-
- 08 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Apr, 2012 2 commits
-
-
Stefano Sabatini authored
The code is based on the remove-logo filter in MPlayer/libmpcodecs, by Robert Edele, relicensed to LGPL with consent of the author. Address trac issue #249.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Apr, 2012 1 commit
-
-
Anton Khirnov authored
Since the mandatory memcpy in vsrc_buffer has been eliminated, there shouldn't be any significant reason to build without lavfi anymore. This will make upcoming support for complex filtergraphs easier to do.
-
- 05 Apr, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Apr, 2012 2 commits
-
-
multiple authors authored
Ported by: Baptiste Coudurier cleanup+fate by ubitux For detailed authorship of the original code please see avisynth
-
Nicolas George authored
-
- 29 Mar, 2012 2 commits
-
-
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>
-
- 27 Mar, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 Mar, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 25 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 23 Mar, 2012 1 commit
-
-
Josh Allmann authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 21 Mar, 2012 2 commits
-
-
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
-
- 19 Mar, 2012 1 commit
-
-
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>
-
- 18 Mar, 2012 6 commits
-
-
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>
-
- 12 Mar, 2012 1 commit
-
-
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.
-
- 10 Mar, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #1050.
-
- 09 Mar, 2012 1 commit
-
-
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>
-
- 08 Mar, 2012 1 commit
-
-
Lou Logan authored
This will warn the user when --enable-gpl is missing. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Mar, 2012 1 commit
-
-
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>
-