summaryrefslogtreecommitdiff
path: root/gst/flv
Commit message (Expand)AuthorAgeFilesLines
* gst/flv/gstflvparse.c: Check if strings are valid UTF8 before using them.Sebastian Dröge2008-12-031-0/+4
* gst/flv/gstflvdemux.c: Fix non key unit seeking by always going to the previo...Julien Moutte2008-11-242-4/+11
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/flv/gstflvdemux.c: Implement position query in time format.Sebastian Dröge2008-10-281-0/+22
* gst/flv/: Put the GstSegment directly into the instance struct instead of all...Sebastian Dröge2008-10-283-77/+73
* gst/flv/: Don't memcpy() all data we want to push downstream, instead just cr...Sebastian Dröge2008-10-273-141/+138
* gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFL...Sebastian Dröge2008-10-272-119/+102
* gst/flv/gstflvparse.c: Properly check everywhere that we have enough data to ...Sebastian Dröge2008-10-271-1/+21
* gst/flv/gstflvparse.c: If the caps change during playback and negotiation fai...Sebastian Dröge2008-10-271-2/+9
* gst/flv/: Add support for Speex audio and allow buffers without valid timesta...Sebastian Dröge2008-10-273-8/+28
* gst/flv/gstflvdemux.c: Don't post an error message on the bus if sending EOS ...Sebastian Dröge2008-10-271-27/+17
* gst/flv/gstflvdemux.c: Error out early if pulling a tag failed.Sebastian Dröge2008-10-271-0/+3
* gst/flv/: In pull mode we create our own index before doing anything else and...Sebastian Dröge2008-10-273-53/+96
* gst/flv/gstflvdemux.c: Instead of using gst_pad_event_default() use a small g...Sebastian Dröge2008-10-271-9/+25
* gst/flv/gstflvdemux.*: If our index was created by the element and not provid...Sebastian Dröge2008-10-272-0/+13
* gst/flv/gstflvdemux.c: Improve debugging a bit when pulling a buffer from ups...Sebastian Dröge2008-10-271-3/+6
* gst/flv/: Close the currently playing segment from the streaming thread inste...Sebastian Dröge2008-10-273-9/+32
* gst/flv/gstflvmux.c: Don't set video_codec to the value that actually should ...Sebastian Dröge2008-10-161-4/+4
* gst/flv/gstflvdemux.c: Fix regression of handling flow returns in pull mode.Sebastian Dröge2008-10-121-6/+6
* gst/flv/gstflvparse.c: Use gst_pad_alloc_buffer_and_set_caps() to make sure w...Sebastian Dröge2008-10-101-6/+30
* gst/flv/gstflvparse.c: Create pads from the pad templates, use fixed caps on ...Sebastian Dröge2008-10-101-7/+16
* gst/flv/: Get an approximate duration of the file by looking at the timestamp...Sebastian Dröge2008-10-093-0/+65
* gst/flv/gstflvdemux.c: Refactor _pull_range() logic with checks into a sepera...Sebastian Dröge2008-10-091-39/+31
* gst/flv/gstflvdemux.c: Use gst_element_class_set_details_simple().Sebastian Dröge2008-10-091-10/+11
* gst/flv/gstflvparse.c: Correct caps for video codec id 5: It's On2 VP6 with a...Sebastian Dröge2008-10-091-3/+24
* gst/flv/gstflvdemux.c: Go out of the parse loop as soon as we get an error in...Sebastian Dröge2008-10-091-1/+9
* gst/flv/: Add first version of a FLV muxer. The only missing feature is writi...Sebastian Dröge2008-10-094-9/+849
* gst/flv/: Introduce demuxing support for AAC andJulien Moutte2008-06-133-196/+251
* gst/flv/gstflvdemux.c: Forward unknown queries upstream instead of returning ...Wim Taymans2008-04-251-3/+1
* gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefu...Tim-Philipp Müller2008-04-111-3/+8
* gst/flv/gstflvparse.c: Don't strdup (and thus leak) codec name strings when p...Tim-Philipp Müller2007-12-111-4/+4
* gst/flv/gstflvparse.c: Fix list of supported and known codecs.Edward Hervey2007-12-091-8/+55
* gst/flv/gstflvparse.c: Output segment with proper 'stop' value, makes flvdemu...Edward Hervey2007-11-251-8/+12
* gst/flv/gstflvparse.c: Add mapping for Nellymoser ASAO audio codec.Edward Hervey2007-11-121-0/+18
* gst/flv/gstflvparse.c: Don't emit no-more-pads for single pad scenarios as th...Julien Moutte2007-10-221-10/+10
* gst/flv/gstflvparse.c: I got it wrong again, audio rate was not detected corr...Julien Moutte2007-09-271-7/+6
* gst/flv/gstflvparse.c: codec_data is needed for every tag not just the first ...Julien Moutte2007-09-261-2/+3
* gst/flv/gstflvparse.c: Fix bit masks operations to be sure we detect the code...Julien Moutte2007-09-261-49/+27
* gst/: Printf format fixes (#476128).Peter Kjellerstedt2007-09-122-5/+8
* gst/flv/gstflvdemux.c: Make sure we initialize the seek result.Julien Moutte2007-08-271-0/+1
* gst/flv/gstflvdemux.c: Remove some useless ifdef.Julien Moutte2007-08-241-2/+0
* gst/flv/gstflvdemux.c: Implement seeking in push mode.Julien Moutte2007-08-242-34/+165
* gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue...Julien Moutte2007-08-223-1/+28
* gst/flv/: Make sure we don't try filling up the index if no times object was ...Julien Moutte2007-08-222-23/+40
* gst/flv/gstflvdemux.c: Fix locking and refcounting on the index.Wim Taymans2007-08-141-1/+12
* gst/flv/gstflvdemux.c: First method for seeking in pull mode using the index ...Julien Moutte2007-08-143-68/+493
* gst/flv/: Handle not linked pads, try to make it reusable, more safety checks.Julien Moutte2007-07-254-42/+151
* Adds a first draft of an FLV demuxer.Julien Moutte2007-07-195-0/+1633