summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* deinterlace: If the upstream max latency is unbound return unbound max latencySebastian Dröge2009-05-151-2/+0
* Fix compiler warningsJames Andrewartha2009-05-151-1/+1
* Moved 'deinterlace2' from -bad to -goodSebastian Dröge2009-05-1336-282/+280
* [MOVED FROM BAD 56/56] deinterlace2: Add a disabled mode for passthrough oper...Sebastian Dröge2009-05-132-12/+21
* [MOVED FROM BAD 55/56] deinterlace2: Add documentation and integrate into the...Sebastian Dröge2009-05-132-0/+110
* [MOVED FROM BAD 54/56] deinterlace2: Make it possible to select interlacing a...Sebastian Dröge2009-05-131-46/+94
* [MOVED FROM BAD 53/56] deinterlace2: Use GST_(DEBUG|WARNING|ERROR)_OBJECT ins...Sebastian Dröge2009-05-131-17/+17
* [MOVED FROM BAD 52/56] deinterlace2: Reset history if DISCONT is set on the i...Sebastian Dröge2009-05-131-0/+5
* [MOVED FROM BAD 51/56] deinterlace2: Fix timestamps for buffers with RFF flag...Sebastian Dröge2009-05-131-7/+5
* [MOVED FROM BAD 50/56] deinterlace2: Rename line_length to row_stride and rem...Sebastian Dröge2009-05-139-58/+58
* [MOVED FROM BAD 49/56] deinterlace2: Implement support for RFF and ONEFIELD b...Sebastian Dröge2009-05-131-24/+56
* [MOVED FROM BAD 48/56] deinterlace2: Move output buffer from the instance str...Sebastian Dröge2009-05-135-37/+29
* [MOVED FROM BAD 47/56] deinterlace2: Add initial support for automatic detect...Sebastian Dröge2009-05-132-5/+11
* [MOVED FROM BAD 46/56] deinterlace2: Add support for YVYU colorspaceSebastian Dröge2009-05-131-2/+4
* [MOVED FROM BAD 45/56] gst/deinterlace2/gstdeinterlace2.c: Bring properties i...Wim Taymans2009-05-131-22/+26
* [MOVED FROM BAD 44/56] Don't install static libs for plugins. Fixes #550851 f...Stefan Kost2009-05-131-0/+1
* [MOVED FROM BAD 43/56] gst/deinterlace2/tvtime/tomsmocomp.c: Fix unused varia...Sebastian Dröge2009-05-131-0/+2
* [MOVED FROM BAD 42/56] gst/dccp/: Fix compilation on Solaris by including fil...Jan Schmidt2009-05-132-14/+13
* [MOVED FROM BAD 41/56] gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop t...Sebastian Dröge2009-05-134-108/+196
* [MOVED FROM BAD 40/56] gst/deinterlace2/: First part of the C implementation ...Sebastian Dröge2009-05-1310-27/+355
* [MOVED FROM BAD 39/56] gst/deinterlace2/: Use oil_memcpy() instead of memcpy(...Sebastian Dröge2009-05-138-25/+25
* [MOVED FROM BAD 38/56] gst/deinterlace2/: Add the remaining tvtime deinterlac...Sebastian Dröge2009-05-1310-18/+836
* [MOVED FROM BAD 37/56] gst/deinterlace2/tvtime/vfir.c: Implement the VFIR dei...Sebastian Dröge2009-05-131-81/+34
* [MOVED FROM BAD 36/56] gst/deinterlace2/gstdeinterlace2.*: Add a GstDeinterla...Sebastian Dröge2009-05-132-0/+225
* [MOVED FROM BAD 35/56] gst/deinterlace2/gstdeinterlace2.c: Respect the latenc...Sebastian Dröge2009-05-131-8/+16
* [MOVED FROM BAD 34/56] gst/deinterlace2/tvtime/: Add the MMX registers to the...Sebastian Dröge2009-05-132-5/+5
* [MOVED FROM BAD 33/56] gst/deinterlace2/: Enable tomsmocomp again as the C po...Sebastian Dröge2009-05-132-10/+4
* [MOVED FROM BAD 32/56] gst/deinterlace2/gstdeinterlace2.c: Don't use proxy_ge...Sebastian Dröge2009-05-131-9/+199
* [MOVED FROM BAD 31/56] Disable the tomsmocomp algorithm for this release as i...Sebastian Dröge2009-05-136-19/+31
* [MOVED FROM BAD 30/56] gst/deinterlace2/tvtime/: Fix build on x86_64Edward Hervey2009-05-133-0/+6
* [MOVED FROM BAD 29/56] gst/deinterlace2/tvtime/greedyh.asm: Always use the C ...Sebastian Dröge2009-05-131-5/+5
* [MOVED FROM BAD 28/56] gst/deinterlace2/tvtime/: Some cleanup, use 3DNOW inst...Sebastian Dröge2009-05-136-52/+51
* [MOVED FROM BAD 27/56] Don't use declarations after statements in the remaini...Sebastian Dröge2009-05-131-2/+2
* [MOVED FROM BAD 26/56] gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:...Sebastian Dröge2009-05-131-11/+11
* [MOVED FROM BAD 25/56] gst/deinterlace2/gstdeinterlace2.*: Call the current i...Sebastian Dröge2009-05-132-210/+206
* [MOVED FROM BAD 24/56] gst/deinterlace2/gstdeinterlace2.*: Include latency of...Sebastian Dröge2009-05-132-37/+47
* [MOVED FROM BAD 23/56] gst/deinterlace2/: Use a GstObject subtype for the dei...Sebastian Dröge2009-05-1312-461/+700
* [MOVED FROM BAD 22/56] gst/deinterlace2/tvtime/greedyh.asm: Support widths th...Sebastian Dröge2009-05-131-0/+5
* [MOVED FROM BAD 21/56] gst/deinterlace2/tvtime/greedyh.c: Only build the asse...Sebastian Dröge2009-05-131-0/+8
* [MOVED FROM BAD 20/56] gst/deinterlace2/: Remove useless file and mark everyt...Sebastian Dröge2009-05-135-55/+47
* [MOVED FROM BAD 19/56] gst/deinterlace2/: Get rid of speedy.[ch] as we don't ...Sebastian Dröge2009-05-1311-3320/+21
* [MOVED FROM BAD 18/56] gst/deinterlace2/gstdeinterlace2.c: Divide latency be ...Sebastian Dröge2009-05-131-0/+1
* [MOVED FROM BAD 17/56] gst/deinterlace2/tvtime/greedy.c: Don't use scanlines ...Sebastian Dröge2009-05-134-200/+145
* [MOVED FROM BAD 16/56] gst/deinterlace2/tvtime/: Add a C implementation for t...Sebastian Dröge2009-05-133-341/+442
* [MOVED FROM BAD 15/56] gst/deinterlace2/gstdeinterlace2.c: If we're outputtin...Sebastian Dröge2009-05-131-13/+46
* [MOVED FROM BAD 14/56] gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:...Edward Hervey2009-05-131-2/+0
* [MOVED FROM BAD 13/56] gst/deinterlace2/tvtime/greedy.c: Optimize MMX/MMXEXT ...Sebastian Dröge2009-05-131-6/+22
* [MOVED FROM BAD 12/56] gst/deinterlace2/tvtime/greedy.c: Remove sfence instru...Sebastian Dröge2009-05-131-1/+0
* [MOVED FROM BAD 11/56] gst/deinterlace2/tvtime/greedy.c: Add plain MMX implem...Sebastian Dröge2009-05-131-0/+104
* [MOVED FROM BAD 10/56] gst/deinterlace2/Makefile.am: Move the assembly includ...Sebastian Dröge2009-05-132-22/+21