summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-30sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD)Andy Wingo3-2/+9
2006-01-29ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller4-508/+713
2006-01-28sys/glsink/Makefile.am: glimagesink.h is dead, long live glimagesink.hEdward Hervey2-2/+5
2006-01-28revival of glimagesink. Kind of works.David Schleef6-1502/+593
2006-01-27ext/faad/gstfaad.c: Handle 'framed' field in caps; Port syncing for raw strea...Tim-Philipp Müller2-15/+109
2006-01-27ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc...Jan Schmidt3-84/+193
2006-01-26gst/qtdemux/qtdemux.c: Fix wrong memcpy source pointer.Tim-Philipp Müller2-3/+7
2006-01-25Just chain up finalize calls (calling parent_class->finalize).Edgard Lima3-1/+13
2006-01-25Finalize method has been created and others small changes.Edgard Lima2-2/+28
2006-01-24ext/musepack/: Fix seeking in musepack files (it's still incredibly slow, but...Tim-Philipp Müller5-328/+360
2006-01-24gst/qtdemux/qtdemux.c: More coherent framerate setting on caps.Edward Hervey2-5/+19
2006-01-23gst/qtdemux/qtdemux.c: Added codec recognition for: _ VP31 : video/x-vp3 _ AV...Edward Hervey2-0/+31
2006-01-21Update from swfdec.David Schleef3-26/+27
2006-01-21gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio.Fabrizio3-21/+47
2006-01-20Fixed state transictions PLAYING->NULL->PLAYING.Edgard Lima4-8/+32
2006-01-19Some minor improvements on log messages.Edgard Lima2-40/+54
2006-01-18Ronald's patch applied. see bug #326318.Edgard Lima2-7/+25
2006-01-17gst/qtdemux/qtdemux.*: Fix seeking for quicktime files. Could still use some ...Tim-Philipp Müller3-35/+53
2006-01-17fixing versioningChristian Schaller1-3/+2
2006-01-16Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima4-4/+10
2006-01-11Now implementing navigation interface and using GST_BOILER_PLATE_FULL.Edgard Lima2-50/+133
2006-01-11remove old (broken) sunaudio plugin from bad as there is a new working one in...Christian Schaller10-1832/+14
2006-01-11Replaced wrong style code by GST_BOILERPLATE.Edgard Lima2-38/+12
2006-01-11gst/qtdemux/qtdemux.c: Add support for Indeo3 video in Quicktime files.Edward Hervey2-0/+11
2006-01-09Created new element, sdlaudiosink.Edgard Lima8-26/+624
2006-01-05added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte11-0/+2967
2006-01-05gst/games/gstpuzzle.c: call oil_init() when using liboilStefan Kost2-0/+9
2006-01-04Some improvements in cancellation and debug messages.Edgard Lima3-95/+144
2006-01-04Removed not need thread and changed to push out blocksize bytes.Edgard Lima4-136/+78
2006-01-03gst/audioresample/resample.h: As before, but for o_bufRELEASE-0_10_2Michael Smith1-1/+1
2006-01-03gst/audioresample/resample.h: Declare struct _ResampleState.buffer as unsigne...Michael Smith1-1/+1
2006-01-02add neon plugin to spec fileChristian Schaller1-101/+4
2005-12-30move smoothwave to gstThomas Vander Stichele6-601/+0
2005-12-28Created new element neonhttpsrc.Edgard Lima6-0/+842
2005-12-19ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey4-8/+38
2005-12-19just a small fix. I have to pay more attention when commiting ;-)Edgard Lima2-2/+6
2005-12-19divxdec and divxenc ported to 0.10Edgard Lima8-181/+370
2005-12-18Some more refactoring, handle exotic DirectFB row stride.Julien Moutte3-55/+130
2005-12-18docs/plugins/: Updates.Julien Moutte5-26/+186
2005-12-17docs/plugins/: Updates.Julien Moutte14-149/+592
2005-12-16don't use doc comments for non-docs change some char* into char[]Stefan Kost8-13/+24
2005-12-16ext/directfb/dfbvideosink.c: Always prefer the primary layer.Julien Moutte2-14/+30
2005-12-16ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.Tim-Philipp Müller2-1/+6
2005-12-16ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re...gcocatre@gmail.com3-8/+13
2005-12-15Fixed some mem-leaks in xvid.Edgard Lima4-37/+88
2005-12-15gst/audioresample/gstaudioresample.c: Don't leak all input buffers to audiore...Michael Smith1-2/+3
2005-12-15doesn't use liboilThomas Vander Stichele1-1/+0
2005-12-14xviddec and xvideenc ported to 0.10Edgard Lima9-176/+229
2005-12-14dtsdec ported to 0.10Edgard Lima6-152/+189
2005-12-12ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller6-16/+31