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