summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-06configure.acStefan Kost9-347/+463
2008-10-06tests/check/generic/states.c: Stop test on state-change error. Should be appl...Stefan Kost2-32/+55
2008-10-06gst/mpegtsparse/mpegtsparse.c: Actually copy the structure passed in when ass...Zaheer Abbas Merali3-3/+12
2008-10-06gst/mpegdemux/gstmpegtsdemux.c: Fix wrong firing of critical introduced by pr...Zaheer Abbas Merali2-6/+13
2008-10-03ext/faac/gstfaac.c: Warn and clamp to max bitrate for samplerate.Wim Taymans2-0/+21
2008-10-03gst/mpegtsparse/mpegtsparse.c: Fix possible crash where pat is pointing to a ...Zaheer Abbas Merali2-2/+10
2008-10-03ext/metadata/: Add mapping of format and mime type to xmp.Stefan Kost4-2/+66
2008-10-02ext/metadata/: Reverting. Will need to wait for core 0.10.21 release.Stefan Kost5-164/+348
2008-10-02ext/metadata/: Use core gsp tags.Stefan Kost5-340/+172
2008-09-30gst/flacparse/gstbaseparse.c: Add support for GstIndex.Sebastian Dröge2-3/+99
2008-09-30gst/flacparse/gstbaseparse.*: Provide a vfunc for the subclass to decide whet...Sebastian Dröge3-34/+69
2008-09-30gst/flacparse/gstbaseparse.c: Approximate the average bitrate, duration and s...Sebastian Dröge3-76/+204
2008-09-30gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s...Wim Taymans2-0/+26
2008-09-30sys/: New plugin for audio capture and playback using Windows Audio SessionOle André Vadla Ravnås10-1/+1222
2008-09-30sys/dshowdecwrapper/gstdshowaudiodec.cppOle André Vadla Ravnås2-2/+8
2008-09-30sys/dshowdecwrapper/: Use the _T() macro to support both Unicode and MBCS.Ole André Vadla Ravnås3-2/+8
2008-09-30ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_...Ole André Vadla Ravnås2-1/+6
2008-09-29Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that...Sebastian Dröge12-0/+5309
2008-09-27ext/resindvd/: Add in Title/Chapter seeking, and simple but buggy audio and s...Jan Schmidt5-54/+291
2008-09-24sys/dshowdecwrapper/: Prefer known-good filters, create directly by GUID if p...Michael Smith8-272/+362
2008-09-23gst/rtpmanager/: Fix some docs.Wim Taymans4-1/+13
2008-09-23Patch from: Josep TorraZaheer Abbas Merali3-10/+105
2008-09-17ext/neon/gstneonhttpsrc.c: Clean up the debug logging code and #ifdef mess a ...Tim-Philipp Müller2-37/+26
2008-09-17ext/neon/gstneonhttpsrc.c: Don't post LIBRARY_INIT errors where we should be ...Tim-Philipp Müller2-6/+19
2008-09-17Fix compiler warnings on OS/XJan Schmidt3-2/+8
2008-09-17sys/dvb/gstdvbsrc.c: Add adapter_name for bus message in ATSC case. Fixes #55...Michael Krufky2-1/+9
2008-09-15ext/celt/gstceltenc.h: Help gtk-doc to parse this correctly.Stefan Kost3-2/+12
2008-09-15examples/Makefile.am: Only built scaletempo example if we have gtk.Stefan Kost2-1/+11
2008-09-13gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans2-7/+41
2008-09-10sys/dshowdecwrapper/: Major rewrite of dshowdecwrapper. Converts code toMichael Smith11-16/+2862
2008-09-10sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func, gst_ks_clock_start):Ole André Vadla Ravnås3-13/+24
2008-09-09sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp, gst_ks_vi...Ole André Vadla Ravnås5-111/+375
2008-09-09Add jp2k plugin. Fixes #550657.Mark Nauwelaerts6-0/+841
2008-09-09gst/mpegdemux/: Fix conflicting public names in new mpeg demuxers.Edward Hervey4-10/+20
2008-09-09gst/aiffparse/aiffparse.c: Support chunks in AIFF in any order in pull mode, ...Michael Smith2-60/+88
2008-09-08gst/selector/gstinputselector.c: Reset the selector state when going to READY.Wim Taymans3-0/+43
2008-09-05gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans14-107/+277
2008-09-05sys/dvb/gstdvbsrc.c: Add DVB Adapter name to structure sent over bus.Sebastian Pölsterl3-1/+15
2008-09-03add mpeg demuxerChristian Schaller1-0/+1
2008-09-02gst/mpegdemux/: Fix build on macosx.Edward Hervey3-2/+8
2008-09-02Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual lice...Zaheer Abbas Merali21-0/+7428
2008-09-02gst/mpegtsmux/mpegtsmux.c: Set caps on outgoing buffers.Wim Taymans2-0/+9
2008-09-02Enable/fix up translations for these plugins.Tim-Philipp Müller8-9/+43
2008-09-02gst/mpegtsmux/tsmux/tsmux.c: Fix build on macosx.Edward Hervey2-3/+6
2008-09-01update spec file and add missing subdirs in Makefile.amChristian Schaller2-2/+7
2008-09-01gst/mpegtsmux/mpegtsmux_aac.c: Allocate a fixed size buffer on the stack inst...Sebastian Dröge4-10/+21
2008-09-01gst/mpegtsmux/mpegtsmux.c: Add support for muxing MPEG4 video.Sebastian Dröge2-2/+13
2008-09-01gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.Edward Hervey3-3/+9
2008-09-01Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge16-0/+3973
2008-09-01tests/check/elements/audioresample.c: Now that GstBaseTransform is 'fixed' .....Edward Hervey1-14/+27