summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvparse.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-28gst/flv/: Put the GstSegment directly into the instance struct instead of all...Sebastian Dröge1-14/+19
2008-10-27gst/flv/: Don't memcpy() all data we want to push downstream, instead just cr...Sebastian Dröge1-90/+91
2008-10-27gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFL...Sebastian Dröge1-117/+100
2008-10-27gst/flv/gstflvparse.c: Properly check everywhere that we have enough data to ...Sebastian Dröge1-1/+21
2008-10-27gst/flv/gstflvparse.c: If the caps change during playback and negotiation fai...Sebastian Dröge1-2/+9
2008-10-27gst/flv/: Add support for Speex audio and allow buffers without valid timesta...Sebastian Dröge1-0/+4
2008-10-27gst/flv/: In pull mode we create our own index before doing anything else and...Sebastian Dröge1-21/+63
2008-10-27gst/flv/: Close the currently playing segment from the streaming thread inste...Sebastian Dröge1-0/+8
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-09gst/flv/: Get an approximate duration of the file by looking at the timestamp...Sebastian Dröge1-0/+31
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-06-13gst/flv/: Introduce demuxing support for AAC andJulien Moutte1-196/+229
2008-04-11gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefu...Tim-Philipp Müller1-3/+8
2007-12-11gst/flv/gstflvparse.c: Don't strdup (and thus leak) codec name strings when p...Tim-Philipp Müller1-4/+4
2007-12-09gst/flv/gstflvparse.c: Fix list of supported and known codecs.Edward Hervey1-8/+55
2007-11-25gst/flv/gstflvparse.c: Output segment with proper 'stop' value, makes flvdemu...Edward Hervey1-8/+12
2007-11-12gst/flv/gstflvparse.c: Add mapping for Nellymoser ASAO audio codec.Edward Hervey1-0/+18
2007-10-22gst/flv/gstflvparse.c: Don't emit no-more-pads for single pad scenarios as th...Julien Moutte1-10/+10
2007-09-27gst/flv/gstflvparse.c: I got it wrong again, audio rate was not detected corr...Julien Moutte1-7/+6
2007-09-26gst/flv/gstflvparse.c: codec_data is needed for every tag not just the first ...Julien Moutte1-2/+3
2007-09-26gst/flv/gstflvparse.c: Fix bit masks operations to be sure we detect the code...Julien Moutte1-49/+27
2007-09-12gst/: Printf format fixes (#476128).Peter Kjellerstedt1-3/+4
2007-08-22gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue...Julien Moutte1-1/+22
2007-08-22gst/flv/: Make sure we don't try filling up the index if no times object was ...Julien Moutte1-23/+37
2007-08-14gst/flv/gstflvdemux.c: First method for seeking in pull mode using the index ...Julien Moutte1-62/+158
2007-07-25gst/flv/: Handle not linked pads, try to make it reusable, more safety checks.Julien Moutte1-6/+57
2007-07-19Adds a first draft of an FLV demuxer.Julien Moutte1-0/+797