Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Wed, 03 Nov 2010 16:42:24 +0000 |
reimar |
Make scale filter accept all non-hardware-acceleration input formats we know a
|
Thu, 06 May 2010 10:18:25 +0000 |
cehoyos |
Add support for 12-bit color mode on framebuffer devices.
|
Sun, 04 Apr 2010 16:15:08 +0000 |
diego |
Mark vf_size_preset_fields m_option_t array as const.
|
Mon, 22 Feb 2010 14:03:46 +0000 |
diego |
Mark a bunch of video filter structures as const.
|
Mon, 22 Feb 2010 09:51:44 +0000 |
diego |
Declare externally used variables from vd.c as extern in vd.h.
|
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().
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Sat, 23 Jan 2010 19:00:09 +0000 |
reimar |
Make the scale filter prefer yuv conversions that do not need chroma scaling.
|
Sat, 23 Jan 2010 18:37:47 +0000 |
reimar |
Remove the query_format_cache, it is extra complexity that makes improvements
|
Sat, 23 Jan 2010 18:28:47 +0000 |
reimar |
Simplify loop condition
|
Sun, 03 Jan 2010 17:12:12 +0000 |
reimar |
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
|
Fri, 01 Jan 2010 01:25:35 +0000 |
reimar |
One more fix for -vf scale with alpha.
|
Fri, 01 Jan 2010 01:06:34 +0000 |
reimar |
Also pass alpha plane to swscale, avoids crashes when converting between
|
Thu, 31 Dec 2009 23:45:07 +0000 |
reimar |
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
|
Thu, 31 Dec 2009 23:25:21 +0000 |
reimar |
Try to put the list of output formats for vf_scale in a more sensible
|
Thu, 31 Dec 2009 22:53:25 +0000 |
reimar |
Add support for 16-bit per component YUV formats.
|
Wed, 30 Dec 2009 12:06:09 +0000 |
reimar |
Support 440P in scale filter.
|
Sat, 21 Nov 2009 19:50:33 +0000 |
reimar |
Remove unreachable parsing code: for filters that use the option parser,
|
Sat, 21 Nov 2009 18:58:03 +0000 |
reimar |
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.
|
Tue, 11 Aug 2009 17:51:11 +0000 |
cehoyos |
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
|
Sun, 26 Jul 2009 19:53:00 +0000 |
diego |
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 29 Mar 2009 14:46:59 +0000 |
reimar |
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
|
Fri, 16 Jan 2009 13:19:29 +0000 |
gpoirier |
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
|
Fri, 16 Jan 2009 10:07:14 +0000 |
gpoirier |
fix compilation on non x86 machines (PPC here)
|
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, 11 May 2008 12:37:04 +0000 |
michael |
Factorize "int i".
|