Fri, 14 Jan 2011 22:10:21 +0000 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Sat, 04 Sep 2010 08:11:31 +0000 |
diego |
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
|
Sun, 21 Feb 2010 15:48:03 +0000 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
Sun, 21 Feb 2010 13:40:49 +0000 |
diego |
Rename open() vf initialization function to vf_open().
|
Fri, 29 Jan 2010 19:13:07 +0000 |
reimar |
Support more qscale types in most post-processing filters.
|
Sat, 23 Jan 2010 14:57:43 +0000 |
reimar |
Make sure that a qstride of 0 (intentional or not) does not completely break
|
Sun, 07 Jun 2009 14:42:43 +0000 |
gpoirier |
replace "g" asm constraint by "erm" since "g" allows 64bit immediates while
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Thu, 02 Apr 2009 09:20:48 +0000 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Tue, 17 Feb 2009 03:20:40 +0000 |
diego |
Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this
|
Tue, 17 Feb 2009 03:15:10 +0000 |
diego |
Move FFmpeg #includes below all others so that they do not override
|
Sun, 25 Jan 2009 21:59:08 +0000 |
diego |
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
|
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.
|
Tue, 13 May 2008 10:16:20 +0000 |
diego |
Use standard license headers.
|
Sun, 24 Feb 2008 11:39:35 +0000 |
reimar |
Do not use a global temps variable, this is ugly and does not compile with ICC.
|
Sun, 24 Feb 2008 11:19:55 +0000 |
reimar |
Get rid of pointless and confusing comments
|
Wed, 30 Jan 2008 18:33:51 +0000 |
reimar |
mark constants as such
|
Wed, 30 Jan 2008 18:31:45 +0000 |
reimar |
Simplify: use DECLARE_ASM_CONST
|
Sat, 05 Jan 2008 10:42:39 +0000 |
lorenm |
fix artifacts in -vf fspp. regression in r23476.
|
Sun, 02 Dec 2007 14:57:15 +0000 |
reimar |
Make all vf_info_t structs const
|
Fri, 09 Nov 2007 17:17:48 +0000 |
diego |
Add missing header file, fixes the warnings:
|
Tue, 30 Oct 2007 15:27:13 +0000 |
diego |
Remove commented-out and unused fmt_list array.
|
Tue, 05 Jun 2007 15:09:49 +0000 |
reimar |
Do not use fast_memcpy for small size copy, esp. when the size is constant
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Mon, 11 Dec 2006 18:50:52 +0000 |
henry |
count needs to be even
|
Wed, 01 Nov 2006 19:52:42 +0000 |
henry |
qp height should be in macroblocks, not pixels
|
Sun, 13 Aug 2006 00:21:14 +0000 |
diego |
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
|