summaryrefslogtreecommitdiff
path: root/gst/flv
AgeCommit message (Expand)AuthorFilesLines
2010-06-01Revert "avimux, flvmux, matroskamux: don't crash if tags arrive on multiple i...Tim-Philipp Müller1-9/+1
2010-05-29flvdemux: Fix position querySebastian Dröge1-1/+1
2010-05-26avimux, flvmux, matroskamux: don't crash if tags arrive on multiple input pad...Tim-Philipp Müller1-1/+9
2010-05-11flvmux: only store the last buffer timestamp if it's validJan Urbański1-1/+1
2010-05-06flvdemux: tell what we can doStefan Kost1-4/+17
2010-04-26flvmux: hide is-live property for releaseTim-Philipp Müller1-0/+4
2010-04-08flvdemux: make debug category staticStefan Kost1-1/+1
2010-04-08flxdemux: rename GstFLVDemux for GstFlvDemuxStefan Kost2-49/+49
2010-04-08flvdemux: merge flvparse into the demuxer and make function staticStefan Kost5-1465/+1399
2010-04-01flvdemux: remove obsolete reverse playback code pathMark Nauwelaerts1-79/+49
2010-04-01flvdemux: support (pull mode) negative seek rateMark Nauwelaerts3-36/+151
2010-04-01flvdemux: also check for segment stop for non-segment-seekMark Nauwelaerts1-2/+1
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte1-2/+2
2010-03-18flvmux: put more information in the metadataJan Urbański1-55/+94
2010-03-17flvmux: Put width and height in the metadataJan Urbański1-0/+33
2010-03-17flvmux: don't put timestamps larger than G_MAXINT32 in the FLV tagsJan Urbański1-2/+7
2010-03-16flvmux: Always put a duration tag in the metadataJan Urbański2-23/+81
2010-03-16flvmux: Remove the send_codec_data field from GstFlvPadJan Urbański2-17/+2
2010-03-15flvmux: Correctly mark buffers as delta unitsJan Urbański1-11/+26
2010-03-15flvmux: Support streamheadersJan Urbański1-108/+179
2010-03-15flvmux: Preallocate index space and fill it after finishing outputJan Urbański1-72/+107
2010-03-15flvmux: Minor coding style fixes and cleanupSebastian Dröge1-12/+8
2010-03-15flvmux: Add a is-live propertyJan Urbański2-1/+62
2010-03-15flvmux: Only put valid seek points in the indexJan Urbański1-8/+24
2010-03-15flvmux: Fix index building to make entries point to tag's start offsetJan Urbański1-2/+2
2010-03-11flvdemux: Fix printf formatting for macosxEdward Hervey1-3/+4
2010-03-11flvdemux: Fix unitialized variablesEdward Hervey1-4/+4
2010-03-11flvparse: Make script tag parsing more flexible.Edward Hervey1-16/+33
2010-03-10flvdemux: conduct index scan in task threadMark Nauwelaerts2-17/+70
2010-03-10flvdemux: avoid indefinite index growthMark Nauwelaerts1-0/+21
2010-03-10flvdemux: also collect index info on-the-fly in pull modeMark Nauwelaerts1-5/+4
2010-03-10flvdemux: incrementally build index in pull modeMark Nauwelaerts4-17/+113
2010-03-10flvdemux: some more variable cleanupMark Nauwelaerts1-0/+1
2010-03-10flvdemux: refactor adding index entryMark Nauwelaerts1-38/+27
2010-03-10flvdemux: fix setting DELTA_UNIT flag on outgoing buffersMark Nauwelaerts1-23/+11
2010-02-19flvdemux: minor micro-optimisationTim-Philipp Müller1-1/+4
2010-02-19flvdemux: remove static keyword from variables that shouldn't be staticTim-Philipp Müller1-5/+5
2010-02-13flvdemux: Audio tags without any content are valid.Edward Hervey1-2/+8
2010-02-13flvdemux: Fix GST_CLOCK_DIFF usage.Edward Hervey1-4/+4
2010-02-13flvdemux: Don't forget to reset the indexed variable when cleaning upEdward Hervey1-0/+2
2010-02-13flvdemux: Speedup GstIndex usageEdward Hervey1-5/+18
2010-02-12flvdemux: Obtain the index from the end of an flv file in push modeRobert Swain3-35/+221
2010-02-12flvparse: fix confusing debug messagesWim Taymans1-2/+2
2010-01-27flvmux: index timestamps should be in seconds, not millisecondsRobert Swain1-1/+1
2009-11-18flvmux: properly finish the ECMA arrayJan Urbański1-0/+5
2009-10-03flvdemux: If there's no audio stream after 6 seconds of video signal no-more-...Sebastian Dröge3-0/+45
2009-10-03flvdemux: Make sure to only signal no-more-pads a single timeSebastian Dröge3-3/+21
2009-09-22Fix compile warnings with gcc 4.0.1.Alessandro Decina1-9/+9
2009-09-03flvmux: fully use tagsetter to manage the tags. Fixes #563221Stefan Kost1-32/+16
2009-08-31flvdemux: Fix tests warning from setting a NULL indexJan Schmidt1-4/+7