index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
flv
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-27
gst/flv/: In pull mode we create our own index before doing anything else and...
Sebastian Dröge
3
-53
/
+96
2008-10-27
gst/flv/gstflvdemux.c: Instead of using gst_pad_event_default() use a small g...
Sebastian Dröge
1
-9
/
+25
2008-10-27
gst/flv/gstflvdemux.*: If our index was created by the element and not provid...
Sebastian Dröge
2
-0
/
+13
2008-10-27
gst/flv/gstflvdemux.c: Improve debugging a bit when pulling a buffer from ups...
Sebastian Dröge
1
-3
/
+6
2008-10-27
gst/flv/: Close the currently playing segment from the streaming thread inste...
Sebastian Dröge
3
-9
/
+32
2008-10-16
gst/flv/gstflvmux.c: Don't set video_codec to the value that actually should ...
Sebastian Dröge
1
-4
/
+4
2008-10-12
gst/flv/gstflvdemux.c: Fix regression of handling flow returns in pull mode.
Sebastian Dröge
1
-6
/
+6
2008-10-10
gst/flv/gstflvparse.c: Use gst_pad_alloc_buffer_and_set_caps() to make sure w...
Sebastian Dröge
1
-6
/
+30
2008-10-10
gst/flv/gstflvparse.c: Create pads from the pad templates, use fixed caps on ...
Sebastian Dröge
1
-7
/
+16
2008-10-09
gst/flv/: Get an approximate duration of the file by looking at the timestamp...
Sebastian Dröge
3
-0
/
+65
2008-10-09
gst/flv/gstflvdemux.c: Refactor _pull_range() logic with checks into a sepera...
Sebastian Dröge
1
-39
/
+31
2008-10-09
gst/flv/gstflvdemux.c: Use gst_element_class_set_details_simple().
Sebastian Dröge
1
-10
/
+11
2008-10-09
gst/flv/gstflvparse.c: Correct caps for video codec id 5: It's On2 VP6 with a...
Sebastian Dröge
1
-3
/
+24
2008-10-09
gst/flv/gstflvdemux.c: Go out of the parse loop as soon as we get an error in...
Sebastian Dröge
1
-1
/
+9
2008-10-09
gst/flv/: Add first version of a FLV muxer. The only missing feature is writi...
Sebastian Dröge
4
-9
/
+849
2008-06-13
gst/flv/: Introduce demuxing support for AAC and
Julien Moutte
3
-196
/
+251
2008-04-25
gst/flv/gstflvdemux.c: Forward unknown queries upstream instead of returning ...
Wim Taymans
1
-3
/
+1
2008-04-11
gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefu...
Tim-Philipp Müller
1
-3
/
+8
2007-12-11
gst/flv/gstflvparse.c: Don't strdup (and thus leak) codec name strings when p...
Tim-Philipp Müller
1
-4
/
+4
2007-12-09
gst/flv/gstflvparse.c: Fix list of supported and known codecs.
Edward Hervey
1
-8
/
+55
2007-11-25
gst/flv/gstflvparse.c: Output segment with proper 'stop' value, makes flvdemu...
Edward Hervey
1
-8
/
+12
2007-11-12
gst/flv/gstflvparse.c: Add mapping for Nellymoser ASAO audio codec.
Edward Hervey
1
-0
/
+18
2007-10-22
gst/flv/gstflvparse.c: Don't emit no-more-pads for single pad scenarios as th...
Julien Moutte
1
-10
/
+10
2007-09-27
gst/flv/gstflvparse.c: I got it wrong again, audio rate was not detected corr...
Julien Moutte
1
-7
/
+6
2007-09-26
gst/flv/gstflvparse.c: codec_data is needed for every tag not just the first ...
Julien Moutte
1
-2
/
+3
2007-09-26
gst/flv/gstflvparse.c: Fix bit masks operations to be sure we detect the code...
Julien Moutte
1
-49
/
+27
2007-09-12
gst/: Printf format fixes (#476128).
Peter Kjellerstedt
2
-5
/
+8
2007-08-27
gst/flv/gstflvdemux.c: Make sure we initialize the seek result.
Julien Moutte
1
-0
/
+1
2007-08-24
gst/flv/gstflvdemux.c: Remove some useless ifdef.
Julien Moutte
1
-2
/
+0
2007-08-24
gst/flv/gstflvdemux.c: Implement seeking in push mode.
Julien Moutte
2
-34
/
+165
2007-08-22
gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue...
Julien Moutte
3
-1
/
+28
2007-08-22
gst/flv/: Make sure we don't try filling up the index if no times object was ...
Julien Moutte
2
-23
/
+40
2007-08-14
gst/flv/gstflvdemux.c: Fix locking and refcounting on the index.
Wim Taymans
1
-1
/
+12
2007-08-14
gst/flv/gstflvdemux.c: First method for seeking in pull mode using the index ...
Julien Moutte
3
-68
/
+493
2007-07-25
gst/flv/: Handle not linked pads, try to make it reusable, more safety checks.
Julien Moutte
4
-42
/
+151
2007-07-19
Adds a first draft of an FLV demuxer.
Julien Moutte
5
-0
/
+1633