summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-24Release 0.10.7RELEASE-0_10_7Jan Schmidt70-343/+657
2008-04-24Update .po filesJan Schmidt27-389/+266
2008-04-22ext/faad/gstfaad.c: Don't leak GstAudioChannelPosition. Fixes #529378.Stefan Kost2-1/+7
2008-04-22gst/sdp/gstsdpdemux.c: Ref caps, see #528245.Wim Taymans2-0/+7
2008-04-22configure.ac: 0.10.6.4 pre-releaseJan Schmidt2-1/+6
2008-04-21tests/check/elements/rganalysis.c: Don't leak a tag list. Fixes bug #529285.Sebastian Dröge2-0/+7
2008-04-21tests/check/elements/ofa.c: Don't leak the tags string and tag list. Fixes bu...Sebastian Dröge2-5/+14
2008-04-21gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete5-14/+67
2008-04-18tests/icles/metadata_editor.c: Add cast to placate gcc 4.1.2.Tim-Philipp Müller2-1/+6
2008-04-17configure.ac: 0.10.6.3 pre-releaseJan Schmidt2-1/+6
2008-04-17sys/dvb/gstdvbsrc.c: Revert patch that added a loop timeout.Zaheer Abbas Merali2-3/+6
2008-04-17gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans5-5/+41
2008-04-16tests/check/Makefile.am: Don't inlcude dc1394src in the generic/states test a...Sebastian Dröge2-1/+7
2008-04-16tests/check/elements/ofa.c: Only check if the generated fingerprints are vali...Sebastian Dröge2-16/+12
2008-04-16ext/timidity/Makefile.am: Dist all source files, no matter if only timidity o...Sebastian Dröge3-5/+9
2008-04-14gst-plugins-bad.spec.in: Remove souphttpsrc plugin from spec files, it's move...Tim-Philipp Müller3-1/+8
2008-04-13tests/check/Makefile.am: Remove soup test certificates from the dist.Jan Schmidt2-2/+5
2008-04-13ext/dirac/gstdiracenc.cc: Fix compilation by casting string constants.Jan Schmidt4-5/+13
2008-04-12Remove soup plugin that's moved to -good (#523124)Jan Schmidt15-1941/+19
2008-04-11gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefu...Tim-Philipp Müller2-3/+15
2008-04-11sys/dshowsrcwrapper/gstdshowvideosrc.*: Don't increase latency by queuing buf...Ole André Vadla Ravnås3-8/+87
2008-04-11tests/icles/metadata_editor.*: Remove GstXOverlay stuff and use gdkpixbufsink...Tim-Philipp Müller3-36/+137
2008-04-11configure.ac: Bump core/base requirements to released versions to avoid confu...Tim-Philipp Müller3-36/+32
2008-04-11gst/cdxaparse/: Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn'...Tim-Philipp Müller7-801/+339
2008-04-11sys/oss4/: Fix arguments format in debug statements.Julien Moutte3-5/+13
2008-04-10Add wininetsrc for basic http/ftp support on windows (#520897).Ole André Vadla Ravnås6-2/+561
2008-04-10gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incomp...Tim-Philipp Müller2-2/+13
2008-04-10tests/check/elements/souphttpsrc.c: Increase the timeout for the internet tes...Sebastian Dröge2-2/+17
2008-04-09gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt3-0/+30
2008-04-09gst/nsf/nes_apu.*: Don't do void pointer arithmetic - it's a gcc extension.Jan Schmidt4-5/+21
2008-04-06ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...Tim-Philipp Müller2-0/+11
2008-04-06ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons2-2/+11
2008-04-06configure.ac: Actually build dlls when cross-compiling with mingw32.Damien Lespiau2-0/+9
2008-04-05tests/check/elements/ofa.c: Also check that we have processed at least 135 se...Sebastian Dröge2-0/+34
2008-04-04gst/subenc/gstsrtenc.*: GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.Tim-Philipp Müller3-57/+64
2008-04-04tests/check/: Add simple unit tests for the OFA plugin.Sebastian Dröge4-0/+392
2008-04-03update spec file with new ossv4 pluginChristian Schaller2-0/+4
2008-04-02Add initial support for OSSv4. Mixer still needs a bit more love, but even ma...Tim-Philipp Müller21-4/+7903
2008-04-01Rename new srtenc plugin to subenc.Tim-Philipp Müller8-342/+29
2008-04-01fix spec'a'lecChristian Schaller1-0/+4
2008-04-01gst/mpegtsparse/mpegtspacketizer.c: Cable delivery subsystem descriptors' fre...Zaheer Abbas Merali2-2/+11
2008-04-01Add srt subtitle encoderThijs Vermeir9-0/+664
2008-03-31ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.kapil3-15/+48
2008-03-30configure.ac: Fix build with --disable-external (#525100).Jan de Groot2-0/+10
2008-03-28sys/dvb/gstdvbsrc.c: Repeat diseqc call to allow for some diseqc switches.Zaheer Abbas Merali2-1/+9
2008-03-27ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build.Zaheer Abbas Merali2-0/+13
2008-03-27sys/dvb/gstdvbsrc.c: Make diseqc work more reliably.Zaheer Abbas Merali2-85/+94
2008-03-26gst/nsf/: Remove memguard again and apply hopefully all previously dropped lo...Sebastian Dröge10-549/+126
2008-03-25gst/nsf/: Unbreak compilation by disabling memguard and doing some dirty hack...Wim Taymans3-4/+24
2008-03-25gst/nsf/: Update our internal nosefart to nosefart-2.7-mls to fix segfaults o...Andreas Henriksson26-499/+1729