summaryrefslogtreecommitdiff
path: root/gst/mpegdemux/gstmpegtsdemux.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-16mpegdemux: remove unused TS demuxer bits that have moved to tsdemuxTim-Philipp Müller1-3558/+0
2012-03-05mpegts: Switch rank of mpegtsdemux and tsdemuxEdward Hervey1-1/+1
2012-02-28Add missing GLIB_DISABLE_DEPRECATION_WARNINGSGuillaume Desmottes1-0/+4
2012-02-03mpegtsdemux: do not emit no-more-padsVincent Penquerc'h1-4/+12
2012-02-02mpegdemux: include specific AAC stream-format types in template capsVincent Penquerc'h1-1/+4
2012-01-23mpegtsdemux: fix frequent deadlock demuxing MPEG TSVincent Penquerc'h1-0/+4
2012-01-23mpegdemux: avoid some unlikely leaksMark Nauwelaerts1-1/+6
2011-12-19mpegtsdemux: only warn when we see a PID with unknown typeVincent Penquerc'h1-1/+1
2011-12-08mpegtsdemux: only offset timestamps when liveVincent Penquerc'h1-5/+12
2011-11-28mpegdemux: Try to add all streams earlyVincent Penquerc'h1-4/+84
2011-11-28mpegtsdemux: handle pads with no dataVincent Penquerc'h1-0/+45
2011-11-28mpegtsdemux: signal no-more-pads when appropriateVincent Penquerc'h1-1/+19
2011-11-28mpegdemux: take into account offset of first bufferVincent Penquerc'h1-2/+65
2011-11-28mpegdemux: fix some more video freezingVincent Penquerc'h1-2/+2
2011-11-28mpegdemux: catch smaller PTS dicontinuitiesVincent Penquerc'h1-7/+33
2011-10-03mpegtsdemux: fix scanning stopping too earlyVincent Penquerc'h1-9/+5
2011-09-26mpegtsdemux: keep CRC table in .rodataVincent Penquerc'h1-1/+1
2011-06-04gst: some more unused-but-set-variable warning fixesTim-Philipp Müller1-3/+3
2011-05-20mpeg[pt]sdemux: Add support for AAC LATM/LOAS streamsRafael Diniz1-2/+10
2011-04-24mpegtsdemux,tsdemux: Add byte-stream to h264 capsDavid Schleef1-6/+9
2011-03-24mpegtsdemux: ensure cleanup of pes/section filter helper structuresRené Stadler1-10/+3
2011-03-24mpegtsdemux: don't leak pad nameRené Stadler1-1/+4
2011-01-07mpegtsdemux: fix PAT and PMT info-related object leaksTim-Philipp Müller1-0/+1
2010-12-30mpegdemux: Fix c99-ismDavid Schleef1-1/+2
2010-12-24mpegdemux: do not use the pad buffer allocation functions in demuxersVincent Penquerc'h1-5/+3
2010-12-15mpegtsdemux: Rename DVB subtitling media type to subpicture/x-dvbSebastian Dröge1-1/+1
2010-12-15mpegtsdemux: Mark array static const and use G_N_ELEMENTS instead of sizeofSebastian Dröge1-2/+3
2010-12-15mpegtsdemux: add DESC_DVB_SUBTITLING descriptor for language parsingJanne Grunau1-23/+26
2010-12-15mpegtsdemux: enable gather_pes only for DVB subtitle private streamsJanne Grunau1-5/+11
2010-12-08gstmpegtsdemux: add temporary **HACK** for dvb subs testing so dvbsuboverlay ...Mart Raudsepp1-0/+9
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-9/+13
2010-09-21mpegdemux: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-1/+1
2010-06-14mpegtsdemux: Don't use liboil functionsSebastian Dröge1-7/+4
2010-06-03mpegtsdemux: Some checks to avoid assertsArun Raghavan1-2/+3
2010-05-17mpegtsdemux: fix memory corruption when parsing adaptation fieldZaheer Abbas Merali1-1/+1
2010-04-05mpegtsdemux: Add support for BlueRay style DTSSebastian Dröge1-0/+1
2010-04-04mpegtsdemux: Add support for the two DTS HD stream typesSebastian Dröge1-0/+2
2010-03-26mpegtsdemux: add missing space to debug messageTim-Philipp Müller1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-12/+7
2010-03-15mpegtsdemux: fix minor memory leak in property getterTim-Philipp Müller1-7/+7
2010-02-09mpegtsdemux: Never flush more bytes than availableSebastian Dröge1-2/+3
2010-01-06mpegtsdemux: fix language extractionTim-Philipp Müller1-2/+12
2010-01-04mpegtsdemux: Handle eac3 in PMTArnaud Patard1-0/+4
2009-10-29mpegtsdemux: Don't send new-segment with start time == -1Jan Schmidt1-22/+45
2009-09-23Fix warnings with gcc 4.0.1.Alessandro Decina1-1/+1
2009-09-17mpegtsdemux: Set DISCONT on buffersDavid Schleef1-1/+9
2009-09-15mpegtsdemux: add pad for DVB Subtitling padsZaheer Abbas Merali1-4/+9
2009-09-11mpegtsdemux: Use GST_TIME_FORMAT in debug statement.Edward Hervey1-1/+1
2009-09-11mpegtsdemux: Reset stream->last_time when flushing.Edward Hervey1-0/+10
2009-09-11mpegtsdemux: Sprinkle branch prediction macros.Edward Hervey1-6/+7