summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-09po/: Updated translations.Thomas Vander Stichele3-397/+32
2007-08-08gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...Sebastian Dröge6-76/+102
2007-08-08Add connection speed property to libmms. Fixes #464678.Josep Torre Valles4-5/+53
2007-08-07gst/real/gstrealvideodec.*: Remove some old unused vars.Wim Taymans3-22/+8
2007-08-07gst/real/gstrealaudiodec.c: Small cleanups.Wim Taymans3-374/+116
2007-07-30po/POTFILES.skip: Add POTFILES.skip with list of source files that aren't dis...Tim-Philipp Müller2-0/+13
2007-07-30gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (...Ian Munro4-3/+19
2007-07-26gst/real/gstrealaudiodec.c: Use the proper context variable when setting the ...Edward Hervey2-10/+20
2007-07-25gst/real/Makefile.am: And dist the new header file too.Tim-Philipp Müller2-0/+6
2007-07-25gst/real/gstreal.h: Add missing header file.Tim-Philipp Müller2-0/+40
2007-07-25gst/flv/: Handle not linked pads, try to make it reusable, more safety checks.Julien Moutte5-42/+164
2007-07-25ext/timidity/gsttimidity.*: Don't initialize timidity in plugin_init for simi...Stefan Kost3-14/+25
2007-07-24ext/timidity/gstwildmidi.*: Don't initialize wildmidi in plugin_init as it al...Stefan Kost3-56/+73
2007-07-24gst/real/: Improved search algorithm for location of real .so files.Edward Hervey5-202/+248
2007-07-24Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge3-53/+11
2007-07-23configure.ac: Sync liboil check with plugins-base.Stefan Kost2-2/+7
2007-07-20gst/equalizer/: Better algorith for the center frequencies. Subtract band fil...Stefan Kost5-78/+83
2007-07-20ext/dirac/Makefile.am: Also include stdlib here.Stefan Kost2-1/+6
2007-07-19tests/check/elements/.cvsignore: Fix the buildbot with the cvsignore it wants.Jan Schmidt2-0/+6
2007-07-19Adds a first draft of an FLV demuxer.Julien Moutte7-0/+1660
2007-07-19tests/check/Makefile.am: tests/check/elements/timidity.c (GST_START_TEST, tim...Stefan Kost3-0/+107
2007-07-18ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to p...Michael Smith2-3/+16
2007-07-18gst/bayer/gstbayer2rgb.c: Add basic docs. Use glibs mem routines.Stefan Kost2-4/+17
2007-07-18gst/multifile/gstmultifilesrc.c: Add example to the docs. Fix buffer-offset-e...Stefan Kost2-4/+26
2007-07-18ext/jack/gstjackaudiosink.c: Add stdlib include here too.Stefan Kost2-1/+9
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost13-44/+106
2007-07-16ext/faad/gstfaad.c: Fix buffer clipping to correctly clip to the segment stop.Sebastian Dröge2-1/+6
2007-07-14gst/modplug/gstmodplug.cc: add several missing supported mime-types to the mo...Hans de Goede3-2/+11
2007-07-13Remove bogus check for libcheck, since we check for gstreamer-check and it pu...Jan Schmidt3-7/+12
2007-07-12configure.ac: Use pkg-config to locate check.Stefan Kost2-3/+9
2007-07-11gst/: Fix build against core CVS.Tim-Philipp Müller3-2/+9
2007-07-09REQUIREMENTS: Sync with changes in -ugly.Stefan Kost2-5/+11
2007-07-08REQUIREMENTS: Add download location of libamrwb.Tim-Philipp Müller2-0/+7
2007-07-06docs/plugins/inspect/: Add missing inspect files. Fixes build (#454313).Tim-Philipp Müller9-4/+281
2007-07-05ext/ivorbis/Makefile.am: Dist header files. Fixes #454078.Tim-Philipp Müller2-0/+6
2007-07-05docs/plugins/Makefile.am: Simplify --extra-dir as gtkdoc scans recursively.Stefan Kost3-6/+12
2007-07-04sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,Zaheer Abbas Merali3-90/+107
2007-07-03gst/videosignal/gstvideodetect.c: Fix property descriptions.Wim Taymans2-3/+8
2007-07-03Also document AMR-WB elements.Stefan Kost7-4/+109
2007-07-03docs/plugins/: Cleanup the section file so that -unused is empty again (and u...Stefan Kost26-226/+551
2007-07-03gst/multifile/: Add .h files to be able to add it to the docs.Stefan Kost7-80/+151
2007-07-03gst/modplug/gstmodplug.cc: Activate doc section.Stefan Kost2-1/+6
2007-07-03ext/timidity/: Fix licence (both are GPL). Add element docs.Stefan Kost4-5/+53
2007-07-03ext/musicbrainz/gsttrm.h: Fix _get_type signature.Stefan Kost2-1/+6
2007-07-03gst/replaygain/gstrgvolume.h: Fix GObject macros.Stefan Kost3-2/+7
2007-06-29ext/dc1394/gstdc1394.c: Make a bunch of functions static, and move variable d...Jan Schmidt2-56/+54
2007-06-29ext/dc1394/gstdc1394.c: The correct fourcc for the 4:1:1 packed format is 'IY...Jan Schmidt2-2/+10
2007-06-29ext/dc1394/gstdc1394.c: Change a g_print to a GST_DEBUG message.Jan Schmidt2-1/+7
2007-06-29Oops, add an attribution for Antoine Tremblay too - the original patch author.Jan Schmidt1-0/+1
2007-06-29Commit new dc1394src element.Eric Jonas6-0/+1388