Age | Commit message (Expand) | Author | Files | Lines |
2008-11-24 | gst/flv/gstflvdemux.c: Fix non key unit seeking by always going to the previo... | Julien Moutte | 1 | -3/+9 |
2008-10-28 | gst/flv/gstflvdemux.c: Implement position query in time format. | Sebastian Dröge | 1 | -0/+22 |
2008-10-28 | gst/flv/: Put the GstSegment directly into the instance struct instead of all... | Sebastian Dröge | 1 | -62/+53 |
2008-10-27 | gst/flv/: Don't memcpy() all data we want to push downstream, instead just cr... | Sebastian Dröge | 1 | -40/+38 |
2008-10-27 | gst/flv/gstflvdemux.c: Don't post an error message on the bus if sending EOS ... | Sebastian Dröge | 1 | -27/+17 |
2008-10-27 | gst/flv/gstflvdemux.c: Error out early if pulling a tag failed. | Sebastian Dröge | 1 | -0/+3 |
2008-10-27 | gst/flv/: In pull mode we create our own index before doing anything else and... | Sebastian Dröge | 1 | -31/+32 |
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 | 1 | -0/+12 |
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 | 1 | -9/+23 |
2008-10-12 | gst/flv/gstflvdemux.c: Fix regression of handling flow returns in pull mode. | Sebastian Dröge | 1 | -6/+6 |
2008-10-09 | gst/flv/: Get an approximate duration of the file by looking at the timestamp... | Sebastian Dröge | 1 | -0/+32 |
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/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 | 1 | -2/+5 |
2008-06-13 | gst/flv/: Introduce demuxing support for AAC and | Julien Moutte | 1 | -0/+20 |
2008-04-25 | gst/flv/gstflvdemux.c: Forward unknown queries upstream instead of returning ... | Wim Taymans | 1 | -3/+1 |
2007-09-12 | gst/: Printf format fixes (#476128). | Peter Kjellerstedt | 1 | -2/+4 |
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 | 1 | -34/+164 |
2007-08-22 | gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue... | Julien Moutte | 1 | -0/+3 |
2007-08-22 | gst/flv/: Make sure we don't try filling up the index if no times object was ... | Julien Moutte | 1 | -0/+3 |
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 | 1 | -6/+325 |
2007-07-25 | gst/flv/: Handle not linked pads, try to make it reusable, more safety checks. | Julien Moutte | 1 | -8/+66 |
2007-07-19 | Adds a first draft of an FLV demuxer. | Julien Moutte | 1 | -0/+675 |