summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-10-09gst/deinterlace2/tvtime/tomsmocomp.c: Fix unused variable compiler warning wh...Sebastian Dröge1-0/+2
2008-10-09gst/flv/: Get an approximate duration of the file by looking at the timestamp...Sebastian Dröge3-0/+65
2008-10-09gst/flv/gstflvdemux.c: Refactor _pull_range() logic with checks into a sepera...Sebastian Dröge1-39/+31
2008-10-09gst/flv/gstflvdemux.c: Use gst_element_class_set_details_simple().Sebastian Dröge1-10/+11
2008-10-09gst/flv/gstflvparse.c: Correct caps for video codec id 5: It's On2 VP6 with a...Sebastian Dröge1-3/+24
2008-10-09gst/flv/gstflvdemux.c: Go out of the parse loop as soon as we get an error in...Sebastian Dröge1-1/+9
2008-10-09gst/flv/: Add first version of a FLV muxer. The only missing feature is writi...Sebastian Dröge4-9/+849
2008-10-08gst/mpegdemux/: Add Fluendo to the Long Name.Zaheer Abbas Merali2-3/+3
2008-10-08Move of mpegtsparse to mpegdemux.Zaheer Abbas Merali8-69/+3898
2008-10-08Move of mpegtsparse to mpegdemuxZaheer Abbas Merali1-10/+5
2008-10-08gst/mpegdemux/gstmpegdemux.c: Prevent a division by zero if last mux rate was...Sebastian Dröge1-8/+14
2008-10-07gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff6-16/+85
2008-10-07gst/selector/gstoutputselector.c: Choose right pad for sending events. Fixes ...Stefan Kost1-2/+5
2008-10-07gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.Wim Taymans2-4/+197
2008-10-07gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ...Wim Taymans1-5/+7
2008-10-06gst/mpegtsparse/mpegtsparse.c: Actually copy the structure passed in when ass...Zaheer Abbas Merali1-3/+5
2008-10-06gst/mpegdemux/gstmpegtsdemux.c: Fix wrong firing of critical introduced by pr...Zaheer Abbas Merali1-6/+6
2008-10-03gst/mpegtsparse/mpegtsparse.c: Fix possible crash where pat is pointing to a ...Zaheer Abbas Merali1-2/+5
2008-09-30gst/flacparse/gstbaseparse.c: Add support for GstIndex.Sebastian Dröge1-3/+91
2008-09-30gst/flacparse/gstbaseparse.*: Provide a vfunc for the subclass to decide whet...Sebastian Dröge2-34/+57
2008-09-30gst/flacparse/gstbaseparse.c: Approximate the average bitrate, duration and s...Sebastian Dröge2-76/+190
2008-09-30gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s...Wim Taymans1-0/+18
2008-09-29Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that...Sebastian Dröge10-0/+5247
2008-09-23gst/rtpmanager/: Fix some docs.Wim Taymans3-1/+4
2008-09-23Patch from: Josep TorraZaheer Abbas Merali2-10/+96
2008-09-17Fix compiler warnings on OS/XJan Schmidt1-1/+1
2008-09-15ext/celt/gstceltenc.h: Help gtk-doc to parse this correctly.Stefan Kost1-0/+2
2008-09-13gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans1-7/+34
2008-09-09gst/mpegdemux/: Fix conflicting public names in new mpeg demuxers.Edward Hervey3-10/+10
2008-09-09gst/aiffparse/aiffparse.c: Support chunks in AIFF in any order in pull mode, ...Michael Smith1-60/+81
2008-09-08gst/selector/gstinputselector.c: Reset the selector state when going to READY.Wim Taymans1-0/+37
2008-09-05gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans13-107/+218
2008-09-02gst/mpegdemux/: Fix build on macosx.Edward Hervey2-2/+2
2008-09-02Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual lice...Zaheer Abbas Merali19-0/+7401
2008-09-02gst/mpegtsmux/mpegtsmux.c: Set caps on outgoing buffers.Wim Taymans1-0/+4
2008-09-02Enable/fix up translations for these plugins.Tim-Philipp Müller1-0/+7
2008-09-02gst/mpegtsmux/tsmux/tsmux.c: Fix build on macosx.Edward Hervey1-3/+1
2008-09-01gst/mpegtsmux/mpegtsmux_aac.c: Allocate a fixed size buffer on the stack inst...Sebastian Dröge3-10/+9
2008-09-01gst/mpegtsmux/mpegtsmux.c: Add support for muxing MPEG4 video.Sebastian Dröge1-2/+8
2008-09-01gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.Edward Hervey2-3/+3
2008-09-01Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to...Sebastian Dröge14-0/+3920
2008-09-01gst/selector/gstinputselector.c: Reuse the get_linked_pads for both source an...Wim Taymans1-16/+24
2008-08-31Add scaletempo plugin, which allows to scale the speed of audio without chang...Rov Juvano4-0/+884
2008-08-28gst/dccp/: Fix compilation on Solaris by including filio.h as needed.Jan Schmidt4-14/+26
2008-08-28gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans3-6/+22
2008-08-28gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with...Michael Smith1-1/+1
2008-08-28Add an AIFF parsing element, heavily based on wavparse.Michael Smith3-0/+1685
2008-08-27gst/selector/gstinputselector.c: Implement the LATENCY query in a better way ...Wim Taymans1-0/+80
2008-08-26gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at o...Sebastian Dröge4-108/+196
2008-08-26gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in...Edward Hervey2-3/+3