summaryrefslogtreecommitdiffstats
path: root/gst/flv
Commit message (Expand)AuthorAgeFilesLines
* flvdemux: If there's no audio stream after 6 seconds of video signal no-more-...Sebastian Dröge2009-10-033-0/+45
* flvdemux: Make sure to only signal no-more-pads a single timeSebastian Dröge2009-10-033-3/+21
* Fix compile warnings with gcc 4.0.1.Alessandro Decina2009-09-221-9/+9
* flvmux: fully use tagsetter to manage the tags. Fixes #563221Stefan Kost2009-09-031-32/+16
* flvdemux: Fix tests warning from setting a NULL indexJan Schmidt2009-08-311-4/+7
* flvmux: Fix writing of the index for < 128 buffersSebastian Dröge2009-08-031-1/+2
* flvmux: Fix resetting of the elementSebastian Dröge2009-08-031-6/+3
* flvmux: fix invalid write caused by using sizeof("string") as lengthTim-Philipp Müller2009-07-311-8/+8
* flvdemux: Implement SEEKING querySebastian Dröge2009-07-232-0/+28
* flvparse: Add missing break in switch/case.Edward Hervey2009-06-251-0/+1
* flvdemux: Remove unused variable, hint branch likeliness, add comments.Edward Hervey2009-06-251-8/+8
* flvmux: Get the max duration from upstream if there's no duration tagSebastian Dröge2009-05-221-14/+40
* flvmux: Write an index table to the end of the fileSebastian Dröge2009-05-222-5/+151
* Fix compiler warningsJames Andrewartha2009-05-151-1/+1
* [MOVED FROM BAD 57/57] Add ranks to various muxers and encoders in -badChristian Schaller2009-05-121-1/+1
* [MOVED FROM BAD 56/57] flvmux: init variable to NULL to fix compiler warningTristan Matthews2009-05-121-1/+1
* [MOVED FROM BAD 55/57] flv: Set/require the framed/parsed fields of the audio...Sebastian Dröge2009-05-122-3/+3
* [MOVED FROM BAD 54/57] flv: Always write at least the minimal tags and write ...Sebastian Dröge2009-05-121-8/+49
* [MOVED FROM BAD 53/57] flv: Add support for muxing some tagsSebastian Dröge2009-05-122-8/+227
* [MOVED FROM BAD 52/57] flv: Add support for title tagSebastian Dröge2009-05-121-1/+3
* [MOVED FROM BAD 51/57] flv: Fix parsing of tags and add new mappingsSebastian Dröge2009-05-121-48/+81
* [MOVED FROM BAD 50/57] flv: Add documentation to flvmux and flvdemuxSebastian Dröge2009-05-124-0/+30
* [MOVED FROM BAD 49/57] Add support for ECMA arrays in script tags. Fixes bug ...Jan Urbanski2009-05-121-0/+23
* [MOVED FROM BAD 48/57] gst/flv/gstflvparse.c: Check if strings are valid UTF8...Sebastian Dröge2009-05-121-0/+4
* [MOVED FROM BAD 47/57] gst/flv/gstflvdemux.c: Fix non key unit seeking by alw...Julien Moutte2009-05-122-4/+11
* [MOVED FROM BAD 46/57] Don't install static libs for plugins. Fixes #550851 f...Stefan Kost2009-05-121-0/+1
* [MOVED FROM BAD 45/57] gst/flv/gstflvdemux.c: Implement position query in tim...Sebastian Dröge2009-05-121-0/+22
* [MOVED FROM BAD 44/57] gst/flv/: Put the GstSegment directly into the instanc...Sebastian Dröge2009-05-123-77/+73
* [MOVED FROM BAD 43/57] gst/flv/: Don't memcpy() all data we want to push down...Sebastian Dröge2009-05-123-141/+138
* [MOVED FROM BAD 42/57] gst/flv/Makefile.am: Fix (non-critical) syntax error a...Sebastian Dröge2009-05-122-119/+102
* [MOVED FROM BAD 41/57] gst/flv/gstflvparse.c: Properly check everywhere that ...Sebastian Dröge2009-05-121-1/+21
* [MOVED FROM BAD 40/57] gst/flv/gstflvparse.c: If the caps change during playb...Sebastian Dröge2009-05-121-2/+9
* [MOVED FROM BAD 39/57] gst/flv/: Add support for Speex audio and allow buffer...Sebastian Dröge2009-05-123-8/+28
* [MOVED FROM BAD 38/57] gst/flv/gstflvdemux.c: Don't post an error message on ...Sebastian Dröge2009-05-121-27/+17
* [MOVED FROM BAD 37/57] gst/flv/gstflvdemux.c: Error out early if pulling a ta...Sebastian Dröge2009-05-121-0/+3
* [MOVED FROM BAD 36/57] gst/flv/: In pull mode we create our own index before ...Sebastian Dröge2009-05-123-53/+96
* [MOVED FROM BAD 35/57] gst/flv/gstflvdemux.c: Instead of using gst_pad_event_...Sebastian Dröge2009-05-121-9/+25
* [MOVED FROM BAD 34/57] gst/flv/gstflvdemux.*: If our index was created by the...Sebastian Dröge2009-05-122-0/+13
* [MOVED FROM BAD 33/57] gst/flv/gstflvdemux.c: Improve debugging a bit when pu...Sebastian Dröge2009-05-121-3/+6
* [MOVED FROM BAD 32/57] gst/flv/: Close the currently playing segment from the...Sebastian Dröge2009-05-123-9/+32
* [MOVED FROM BAD 31/57] gst/flv/gstflvmux.c: Don't set video_codec to the valu...Sebastian Dröge2009-05-121-4/+4
* [MOVED FROM BAD 30/57] gst/flv/gstflvdemux.c: Fix regression of handling flow...Sebastian Dröge2009-05-121-6/+6
* [MOVED FROM BAD 29/57] gst/flv/gstflvparse.c: Use gst_pad_alloc_buffer_and_se...Sebastian Dröge2009-05-121-6/+30
* [MOVED FROM BAD 28/57] gst/flv/gstflvparse.c: Create pads from the pad templa...Sebastian Dröge2009-05-121-7/+16
* [MOVED FROM BAD 27/57] gst/flv/: Get an approximate duration of the file by l...Sebastian Dröge2009-05-123-0/+65
* [MOVED FROM BAD 26/57] gst/flv/gstflvdemux.c: Refactor _pull_range() logic wi...Sebastian Dröge2009-05-121-39/+31
* [MOVED FROM BAD 25/57] gst/flv/gstflvdemux.c: Use gst_element_class_set_detai...Sebastian Dröge2009-05-121-10/+11
* [MOVED FROM BAD 24/57] gst/flv/gstflvparse.c: Correct caps for video codec id...Sebastian Dröge2009-05-121-3/+24
* [MOVED FROM BAD 23/57] gst/flv/gstflvdemux.c: Go out of the parse loop as soo...Sebastian Dröge2009-05-121-1/+9
* [MOVED FROM BAD 22/57] gst/flv/: Add first version of a FLV muxer. The only m...Sebastian Dröge2009-05-124-9/+849