summaryrefslogtreecommitdiffstats
path: root/gst/flv
AgeCommit message (Expand)AuthorFilesLines
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 Kjellerstedt2-5/+8
2007-08-27gst/flv/gstflvdemux.c: Make sure we initialize the seek result.Julien Moutte1-0/+1
2007-08-24gst/flv/gstflvdemux.c: Remove some useless ifdef.Julien Moutte1-2/+0
2007-08-24gst/flv/gstflvdemux.c: Implement seeking in push mode.Julien Moutte2-34/+165
2007-08-22gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue...Julien Moutte3-1/+28
2007-08-22gst/flv/: Make sure we don't try filling up the index if no times object was ...Julien Moutte2-23/+40
2007-08-14gst/flv/gstflvdemux.c: Fix locking and refcounting on the index.Wim Taymans1-1/+12
2007-08-14gst/flv/gstflvdemux.c: First method for seeking in pull mode using the index ...Julien Moutte3-68/+493
2007-07-25gst/flv/: Handle not linked pads, try to make it reusable, more safety checks.Julien Moutte4-42/+151
2007-07-19Adds a first draft of an FLV demuxer.Julien Moutte5-0/+1633