Fri, 26 Feb 2010 15:01:37 +0000 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
Sun, 21 Feb 2010 13:40:49 +0000 |
diego |
Rename open() vf initialization function to vf_open().
|
Sat, 13 Feb 2010 21:32:19 +0000 |
diego |
Remove stray '/' from comment block, fixes the warning:
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Fri, 16 Jan 2009 09:21:21 +0000 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Sun, 02 Dec 2007 14:57:15 +0000 |
reimar |
Make all vf_info_t structs const
|
Sun, 13 Aug 2006 00:21:14 +0000 |
diego |
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
|
Sat, 15 Apr 2006 20:46:54 +0000 |
nplourde |
add support for intel mac. mp3lib is not fixed yet.
|
Tue, 21 Mar 2006 21:26:42 +0000 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
Thu, 20 Jan 2005 13:22:53 +0000 |
reimar |
remove all setlocale calls, they break the behaviour of sscanf and
|
Thu, 21 Oct 2004 11:55:20 +0000 |
aurel |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
|
Sat, 18 Oct 2003 23:02:30 +0000 |
michael |
gamma weight patch by (Alexander Stege <mplayer at legale-software dot com>)
|
Fri, 17 Oct 2003 17:15:38 +0000 |
michael |
optimization
|
Sat, 15 Mar 2003 18:01:02 +0000 |
albeu |
Add the new -vf option wich is the same as vop in reverse order.
|
Sun, 02 Feb 2003 02:09:23 +0000 |
arpi |
Based on the discussion in the other thread I made a new
|
Wed, 04 Dec 2002 22:00:03 +0000 |
arpi |
- It fixes a small bug where a byte value is divided by 255.0 to convert
|
Sun, 03 Nov 2002 17:20:58 +0000 |
nexus |
locale fix
|
Fri, 04 Oct 2002 19:58:48 +0000 |
alex |
renamed to LUT-based sw. eq.
|
Fri, 27 Sep 2002 21:08:36 +0000 |
arpi |
-vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)
|