Sun, 20 Jan 2013 18:18:33 +0000 |
diego |
Replace PixelFormat and PIX_FMT_FOO by their AV_-prefixed counterparts.
|
Tue, 18 Dec 2012 00:30:00 +0000 |
cehoyos |
IMGFMT_RGB8 is not a palettised image format.
|
Sun, 12 Aug 2012 13:24:54 +0000 |
reimar |
Prefer converting 9/10 bit formats to 16 bit, this is a simple left-shift.
|
Sun, 15 Jul 2012 20:27:13 +0000 |
cehoyos |
Add missing aequivalents for PIX_FMT_GRAY8A and PIX_FMT_GRAY16*.
|
Thu, 12 Jul 2012 19:55:53 +0000 |
cehoyos |
Support FFmpeg pix_fmts YUV4xxP12*, YUV4xxP14*, GBR12P* and GBR14P*.
|
Tue, 08 May 2012 10:56:22 +0000 |
cehoyos |
Improve Avid Meridien (AVUI) decoding with FFmpeg.
|
Sun, 05 Feb 2012 21:20:51 +0000 |
cehoyos |
Support v408 and AYUV decoding via FFmpeg.
|
Thu, 05 Jan 2012 20:32:10 +0000 |
reimar |
Add support for 422P9.
|
Mon, 07 Nov 2011 18:49:10 +0000 |
reimar |
Prefer converting GBR24P to other 8 bit per component RGB formats.
|
Sat, 29 Oct 2011 16:51:26 +0000 |
cehoyos |
Support YUV 4:4:4 9-bit output.
|
Sun, 23 Oct 2011 20:40:31 +0000 |
cehoyos |
Support planar GBR24 decoding.
|
Wed, 21 Sep 2011 01:32:43 +0000 |
cehoyos |
Add 444P10 support.
|
Wed, 25 May 2011 13:46:32 +0000 |
iive |
Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
|
Tue, 10 May 2011 08:42:52 +0000 |
cehoyos |
Support displaying of 9- and 10-bit pixel formats,
|
Sat, 15 Jan 2011 20:40:18 +0000 |
cehoyos |
Remove tabs from two additional files that will be used in
|
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
|