summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-10-27gst/flv/gstflvdemux.c: Instead of using gst_pad_event_default() use a small g...Sebastian Dröge1-9/+25
2008-10-27gst/flv/gstflvdemux.*: If our index was created by the element and not provid...Sebastian Dröge2-0/+13
2008-10-27gst/flv/gstflvdemux.c: Improve debugging a bit when pulling a buffer from ups...Sebastian Dröge1-3/+6
2008-10-27gst/flv/: Close the currently playing segment from the streaming thread inste...Sebastian Dröge3-9/+32
2008-10-27gst/mpegdemux/mpegtspacketizer.c: Add support for the frequency list descript...David Härdeman1-0/+72
2008-10-27gst/mpegtsmux/mpegtsmux.c: Fix EOS logic by correctly popping the collect pad...vanista1-2/+11
2008-10-20gst/mpegdemux/gstmpegdemux.c: Fix reverse playback regression.Edward Hervey1-4/+16
2008-10-16gst/mpegdemux/gstmpegtsdemux.*: Properly handle some resync cases in the opti...Zaheer Abbas Merali2-21/+75
2008-10-16gst/flv/gstflvmux.c: Don't set video_codec to the value that actually should ...Sebastian Dröge1-4/+4
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+2
2008-10-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...Wim Taymans2-28/+46
2008-10-16gst/rtpmanager/gstrtpsession.c: Install event handler on the rtcp_src pad, ma...Wim Taymans1-0/+29
2008-10-16gst/mpegdemux/gstmpegdemux.c: Make sure the mpegpsdemux element creates valid...Edward Hervey1-2/+8
2008-10-16gst/mpegdemux/mpegtspacketizer.c: Fixes segfault in get_encoding_and_convert.Sebastian Pölsterl1-0/+3
2008-10-16gst/mpegdemux/gstmpegtsdemux.c: Fixes a segfault in the adaptation buffer siz...Zaheer Abbas Merali1-4/+7
2008-10-15gst/selector/gstinputselector.c: Gracefully handle the cases when we dont' ha...Edward Hervey1-7/+10
2008-10-14gst/aiffparse/aiffparse.c: Fix debugging category initialization.Edward Hervey1-5/+3
2008-10-12gst/flv/gstflvdemux.c: Fix regression of handling flow returns in pull mode.Sebastian Dröge1-6/+6
2008-10-10gst/flv/gstflvparse.c: Use gst_pad_alloc_buffer_and_set_caps() to make sure w...Sebastian Dröge1-6/+30
2008-10-10gst/flv/gstflvparse.c: Create pads from the pad templates, use fixed caps on ...Sebastian Dröge1-7/+16
2008-10-10Fix compiler warning on OS/X about parameters not matching the debug format s...Jan Schmidt1-2/+2
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