summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-08configure.ac: Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include ...Sebastian Dröge2-1/+7
2008-07-08Don't use declarations after statements in the remaining code.Sebastian Dröge3-6/+14
2008-07-08ext/: Don't use declarations after statements.Sebastian Dröge6-7/+22
2008-07-07gst/mpegtsparse/mpegtsparse.c: Fix memory leak by unreffing structures when n...Alessandro Decina2-38/+27
2008-07-07gst/sdp/gstsdpdemux.c: Use floating point math for latencies < 0 sec in log o...Stefan Kost2-1/+6
2008-07-06gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc: Mark internal processi...Sebastian Dröge2-11/+18
2008-07-05gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead ...Sebastian Dröge3-210/+221
2008-07-05gst/deinterlace2/gstdeinterlace2.*: Include latency of the method in the retu...Sebastian Dröge3-37/+59
2008-07-05gst/deinterlace2/: Use a GstObject subtype for the deinterlacing methods and ...Sebastian Dröge13-461/+754
2008-07-05gst/deinterlace2/tvtime/greedyh.asm: Support widths that are not a multiply o...Sebastian Dröge2-0/+11
2008-07-04gst/deinterlace2/tvtime/greedyh.c: Only build the assembly optimized implemen...Sebastian Dröge2-0/+14
2008-07-04configure.ac: Fix checking of headers for the OSS4 plugin to fail if a single...Damien Lespiau2-1/+11
2008-07-04Fix built of the festival plugin with mingw32 by linking to ws2_32.dll and in...Damien Lespiau4-1/+28
2008-07-03gst/rtpmanager/: Corrected a typo (interpollate -> interpolate).Peter Kjellerstedt3-5/+12
2008-07-03gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe...Peter Kjellerstedt4-19/+31
2008-07-03gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge...Peter Kjellerstedt5-91/+101
2008-07-01gst/mpegvideoparse/mpegvideoparse.*: Queue new-segment events and send them a...Jan Schmidt3-1/+55
2008-07-01sys/qtwrapper/: Make qtwrapper compile/work on win32.Michael Smith10-311/+538
2008-06-30gst/rawparse/gstvideoparse.c: Fix size calculation for RGB buffers -> bpp is ...Jan Schmidt2-2/+7
2008-06-30gst/deinterlace2/: Remove useless file and mark everything possible as static.Sebastian Dröge6-55/+60
2008-06-29gst/deinterlace2/: Get rid of speedy.[ch] as we don't use most of it's code a...Sebastian Dröge12-3320/+41
2008-06-28ext/mpeg2enc/gstmpeg2encoptions.*: Expose the additional MPEG HDTV format pro...Mark Nauwelaerts3-10/+24
2008-06-28gst/deinterlace2/gstdeinterlace2.c: Divide latency be 2 to convert from field...Sebastian Dröge2-0/+6
2008-06-28gst/deinterlace2/tvtime/greedy.c: Don't use scanlines function from gstdeinte...Sebastian Dröge5-200/+172
2008-06-28gst/deinterlace2/tvtime/: Add a C implementation for the greedyh deinterlacin...Sebastian Dröge4-341/+452
2008-06-27gst/deinterlace2/gstdeinterlace2.c: If we're outputting all fields the framer...Sebastian Dröge2-13/+55
2008-06-26Add documentation for YUV4MPEG2 encoder element.Mark Nauwelaerts5-1/+42
2008-06-25gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Remove unneeded macros...Edward Hervey2-2/+5
2008-06-24configure.ac: Depend on released versions of core and -base.Tim-Philipp Müller2-2/+7
2008-06-24gst/deinterlace2/tvtime/greedy.c: Optimize MMX/MMXEXT implementations a bit b...Sebastian Dröge2-6/+31
2008-06-24gst/deinterlace2/tvtime/greedy.c: Remove sfence instruction as it's not neede...Sebastian Dröge2-1/+7
2008-06-24gst/deinterlace2/tvtime/greedy.c: Add plain MMX implementation for the greedy...Sebastian Dröge2-0/+111
2008-06-24gst/deinterlace2/Makefile.am: Move the assembly includes to noinst_HEADERS wh...Sebastian Dröge3-22/+30
2008-06-24gst/deinterlace2/tvtime/greedy.c: Fix the C implementation to produce correct...Sebastian Dröge3-123/+132
2008-06-21ext/resindvd/rsnbasesrc.c: Use the right i18n header.Stefan Kost2-1/+8
2008-06-21gst/deinterlace2/tvtime/greedy.c: Implement a C version of the greedy low mot...Sebastian Dröge2-6/+82
2008-06-20gst/mpegtsparse/mpegtspacketizer.c: Fix problem when empty string is provided.Sebastian Pölsterl2-3/+16
2008-06-20gst/deinterlace2/tvtime/vfir.c: Make it possible to use the vfir method on X8...Sebastian Dröge2-15/+33
2008-06-20gst/deinterlace2/gstdeinterlace2.*: Reset element state on PAUSED->READY prop...Sebastian Dröge3-24/+78
2008-06-20gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Add missing header.Sebastian Dröge2-0/+175
2008-06-20Fix compilation on generic x86/amd64 and include deinterlace2 in the build sy...Sebastian Dröge5-3/+35
2008-06-20ext/resindvd/resindvdsrc.*: Schedule NAV packets and activate them with an as...Jan Schmidt5-93/+449
2008-06-19Use BOILERPLATE macro and update test to the latest api changes.Stefan Kost3-58/+48
2008-06-19examples/app/appsink-src.c: Don't use a buffer after unreffing it.Wim Taymans2-3/+10
2008-06-18ext/metadata/metadataexif.c: Add description tag mapping.Stefan Kost2-0/+8
2008-06-18Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost16-119/+131
2008-06-17ext/resindvd/resindvdbin.c: Parse the URI argument into the device name so dv...Jan Schmidt4-11/+57
2008-06-17configure.ac: Disable deinterlace2 plugin again which was accidently enabled ...Sebastian Dröge2-2/+6
2008-06-17Make resindvd work with libdvdnav >= 4.0.0.Sebastian Dröge3-1/+20
2008-06-17configure.ac: Check for libdvdnav to build resindvd.Jan Schmidt26-0/+10061