Age | Commit message (Expand) | Author | Files | Lines |
2008-07-19 | Remove interleave and replaygain plugins that have moved to -good | Jan Schmidt | 18 | -5261/+0 |
2008-07-18 | Disable the tomsmocomp algorithm for this release as it's buggy and has no C ... | Sebastian Dröge | 6 | -19/+31 |
2008-07-16 | gst/real/gstrealvideodec.c: Add some casts to fix the build on Forte | Jan Schmidt | 1 | -4/+5 |
2008-07-14 | gst/deinterlace2/tvtime/: Fix build on x86_64 | Edward Hervey | 3 | -0/+6 |
2008-07-14 | ext/resindvd/gstmpegdemux.c: Remove whitespace line. | Jan Schmidt | 1 | -1/+1 |
2008-07-13 | gst/deinterlace2/tvtime/greedyh.asm: Always use the C implementation if width... | Sebastian Dröge | 1 | -5/+5 |
2008-07-13 | gst/deinterlace2/tvtime/: Some cleanup, use 3DNOW instead of TDNOW in macros. | Sebastian Dröge | 6 | -52/+51 |
2008-07-10 | Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ... | Stefan Kost | 1 | -6/+4 |
2008-07-10 | gst/mpegtsparse/mpegtspacketizer.c: Convert extended event text to UTF-8. | Zaheer Abbas Merali | 1 | -6/+12 |
2008-07-10 | Document one more. | Stefan Kost | 1 | -0/+12 |
2008-07-10 | gst/mpegtsparse/gstmpegdesc.h: Fix extended event descriptor parsing, out by ... | Zaheer Abbas Merali | 1 | -2/+2 |
2008-07-09 | gst/festival/gstfestival.c: Add a note to the docs, that festival need to be ... | Stefan Kost | 1 | -4/+8 |
2008-07-08 | gst/librfb/gstrfbsrc.*: Add view-only property to ignore the navigation events | Ilja Pavkovic | 2 | -1/+19 |
2008-07-08 | gst/librfb/rfbdecoder.c: Implement ServerCutText message | Ilja Pavkovic | 1 | -2/+13 |
2008-07-08 | gst/librfb/: Add property for shared desktop | Ilja Pavkovic | 2 | -1/+12 |
2008-07-08 | Don't use declarations after statements in the remaining code. | Sebastian Dröge | 1 | -2/+2 |
2008-07-07 | gst/mpegtsparse/mpegtsparse.c: Fix memory leak by unreffing structures when n... | Alessandro Decina | 1 | -38/+19 |
2008-07-07 | gst/sdp/gstsdpdemux.c: Use floating point math for latencies < 0 sec in log o... | Stefan Kost | 1 | -1/+1 |
2008-07-06 | gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc: Mark internal processi... | Sebastian Dröge | 1 | -11/+11 |
2008-07-05 | gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead ... | Sebastian Dröge | 2 | -210/+206 |
2008-07-05 | gst/deinterlace2/gstdeinterlace2.*: Include latency of the method in the retu... | Sebastian Dröge | 2 | -37/+47 |
2008-07-05 | gst/deinterlace2/: Use a GstObject subtype for the deinterlacing methods and ... | Sebastian Dröge | 12 | -461/+700 |
2008-07-05 | gst/deinterlace2/tvtime/greedyh.asm: Support widths that are not a multiply o... | Sebastian Dröge | 1 | -0/+5 |
2008-07-04 | gst/deinterlace2/tvtime/greedyh.c: Only build the assembly optimized implemen... | Sebastian Dröge | 1 | -0/+8 |
2008-07-04 | Fix built of the festival plugin with mingw32 by linking to ws2_32.dll and in... | Damien Lespiau | 2 | -1/+15 |
2008-07-03 | gst/rtpmanager/: Corrected a typo (interpollate -> interpolate). | Peter Kjellerstedt | 2 | -3/+3 |
2008-07-03 | gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe... | Peter Kjellerstedt | 3 | -19/+18 |
2008-07-03 | gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge... | Peter Kjellerstedt | 3 | -91/+85 |
2008-07-01 | gst/mpegvideoparse/mpegvideoparse.*: Queue new-segment events and send them a... | Jan Schmidt | 2 | -1/+48 |
2008-06-30 | gst/rawparse/gstvideoparse.c: Fix size calculation for RGB buffers -> bpp is ... | Jan Schmidt | 1 | -2/+2 |
2008-06-30 | gst/deinterlace2/: Remove useless file and mark everything possible as static. | Sebastian Dröge | 5 | -55/+47 |
2008-06-29 | gst/deinterlace2/: Get rid of speedy.[ch] as we don't use most of it's code a... | Sebastian Dröge | 11 | -3320/+21 |
2008-06-28 | gst/deinterlace2/gstdeinterlace2.c: Divide latency be 2 to convert from field... | Sebastian Dröge | 1 | -0/+1 |
2008-06-28 | gst/deinterlace2/tvtime/greedy.c: Don't use scanlines function from gstdeinte... | Sebastian Dröge | 4 | -200/+145 |
2008-06-28 | gst/deinterlace2/tvtime/: Add a C implementation for the greedyh deinterlacin... | Sebastian Dröge | 3 | -341/+442 |
2008-06-27 | gst/deinterlace2/gstdeinterlace2.c: If we're outputting all fields the framer... | Sebastian Dröge | 1 | -13/+46 |
2008-06-26 | Add documentation for YUV4MPEG2 encoder element. | Mark Nauwelaerts | 1 | -1/+20 |
2008-06-25 | gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Remove unneeded macros... | Edward Hervey | 1 | -2/+0 |
2008-06-24 | gst/deinterlace2/tvtime/greedy.c: Optimize MMX/MMXEXT implementations a bit b... | Sebastian Dröge | 1 | -6/+22 |
2008-06-24 | gst/deinterlace2/tvtime/greedy.c: Remove sfence instruction as it's not neede... | Sebastian Dröge | 1 | -1/+0 |
2008-06-24 | gst/deinterlace2/tvtime/greedy.c: Add plain MMX implementation for the greedy... | Sebastian Dröge | 1 | -0/+104 |
2008-06-24 | gst/deinterlace2/Makefile.am: Move the assembly includes to noinst_HEADERS wh... | Sebastian Dröge | 2 | -22/+21 |
2008-06-24 | gst/deinterlace2/tvtime/greedy.c: Fix the C implementation to produce correct... | Sebastian Dröge | 2 | -123/+112 |
2008-06-21 | gst/deinterlace2/tvtime/greedy.c: Implement a C version of the greedy low mot... | Sebastian Dröge | 1 | -6/+72 |
2008-06-20 | gst/mpegtsparse/mpegtspacketizer.c: Fix problem when empty string is provided. | Sebastian Pölsterl | 1 | -3/+9 |
2008-06-20 | gst/deinterlace2/tvtime/vfir.c: Make it possible to use the vfir method on X8... | Sebastian Dröge | 1 | -15/+26 |
2008-06-20 | gst/deinterlace2/gstdeinterlace2.*: Reset element state on PAUSED->READY prop... | Sebastian Dröge | 2 | -24/+65 |
2008-06-20 | gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Add missing header. | Sebastian Dröge | 1 | -0/+170 |
2008-06-20 | Fix compilation on generic x86/amd64 and include deinterlace2 in the build sy... | Sebastian Dröge | 3 | -3/+5 |
2008-06-19 | Use BOILERPLATE macro and update test to the latest api changes. | Stefan Kost | 1 | -45/+23 |