summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-05-14rmdemux: add better sipr nibble swap routineWim Taymans3-18/+122
2010-05-13rmdemux: descramble SIPR before pushing outWim Taymans1-7/+80
2010-05-13rm: add function to descramble siprWim Taymans2-0/+49
2010-04-30rtspreal: use GLib's base64 functions if availableTim-Philipp Müller1-0/+5
2010-04-27ac3parse: remove unported 0.8 pluginStefan Kost6-696/+0
2010-04-27docs: adding a mp3decoder as well is usefulStefan Kost1-1/+1
2010-04-27docs: fix sections docs for synaesthesiaStefan Kost1-0/+1
2010-04-27docs: add docs for mp3parseStefan Kost1-0/+14
2010-04-15asfdepay: we require a dynamic payload typeWim Taymans1-0/+1
2010-04-14asfdemux: Make a table static to avoid having to always allocate it.Edward Hervey1-2/+2
2010-03-30build: build plugins in parallel where possible, if make -jN is usedTim-Philipp Müller1-0/+2
2010-03-24synaestesia: Fix old-style prototypeEdward Hervey2-2/+2
2010-03-24Fix pointer type.Руслан Ижбулатов1-1/+1
2010-03-24build: Add all kinds of compiler warning flags and fix the resulting warningsSebastian Dröge11-31/+16
2010-03-19build: fix up Makefile.amTim-Philipp Müller2-3/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte19-160/+78
2010-03-01asfdemux: Don't set durations of 0 on outgoing buffers.Edward Hervey1-1/+2
2010-03-01asfdemux: Make sure we always set proper payload duration.Edward Hervey1-1/+4
2010-02-19asfdemux: Make sure we don't end up with negative timestamps.Edward Hervey1-2/+9
2010-02-16asfdemux: Improve seek behaviour for audio-only with no indexRobert Swain1-3/+6
2010-01-31rtspreal: don't construct config header with uninitialised bytesTim-Philipp Müller1-1/+2
2010-01-30rtspreal: add finalize function so we can free streams and rulebookTim-Philipp Müller1-0/+28
2010-01-30rtspreal: fix minor memory leakTim-Philipp Müller1-0/+2
2010-01-30rdtdepay: unref input buffer when doneTim-Philipp Müller1-0/+2
2010-01-22asfdemux: Do not subtract padding twiceThiago Santos1-4/+9
2010-01-22assert: g_assert_not_reached() cannot replace return statementStefan Kost2-2/+3
2010-01-18asfdemux: Don't forget to update flow variableEdward Hervey1-3/+3
2010-01-18asfdemux: Check flow return on every pushEdward Hervey1-5/+21
2010-01-11xingmux: Fix unaligned memory accessArnaud Patard1-3/+3
2010-01-07asfdemux: Use GST_STR_NULL in a couple of places.Michael Smith1-9/+10
2010-01-07rmdemux: Parse and post bitrate for streamsThiago Santos1-1/+22
2010-01-07asfdemux: Post bitrate tagThiago Santos2-5/+11
2010-01-04mp3parse: minor validation check of (Xing, VBRI) metadataMark Nauwelaerts2-2/+26
2010-01-04mp3parse: use proper total_time and total_bytes in various casesMark Nauwelaerts1-26/+13
2010-01-04mp3parse: conserve stop time for non-accurate seekThiago Santos2-25/+75
2009-12-08mp3parse: return false when we can't seekThiago Santos1-1/+1
2009-11-26mp3parse: fix non-flushing seekMark Nauwelaerts1-0/+2
2009-11-18asfdemux: Don't call strlen() on NULL pointersBenjamin Gaignard1-1/+3
2009-11-09asfdemux: Remove old pads when new ones are addedThiago Santos1-6/+2
2009-11-09asfdemux: Handle chained asfs on pull modeThiago Santos2-19/+119
2009-11-09asfdemux: properly do chained asfs on push modeThiago Santos2-0/+33
2009-11-06asfdemux: add support for chained asfs (push mode)Thiago Santos2-18/+93
2009-11-05asfdemux: fix two small leaksTim-Philipp Müller1-2/+3
2009-11-05asfdemux: prefer WM/TrackNumber over WM/Track, it's more reliableTim-Philipp Müller1-2/+12
2009-11-05asfdemux: WM/Track starts counting from 0, adjust to start from 1Tim-Philipp Müller1-1/+8
2009-11-05asfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER as wellTim-Philipp Müller1-0/+1
2009-11-04dvdsubdec: Fix printf format string warningJan Schmidt1-2/+2
2009-11-04asfdemux: Fix bogus variable used uninitialised warningsJan Schmidt1-3/+3
2009-10-29asfdemux: fix c99-style comments.Michael Smith1-3/+3
2009-10-29asfdemux: accept fragments in a continued packet where the subsequent fragmentsMichael Smith1-2/+10