gstreamer/gst/mpegdemux
Josep Torra 3c22fb611b mpegpsdemux: improved demuxer performance
Increased performance doing pull_range in blocks of 32Kb instead of 4Kb.
Caching the value of gst_adapter_available instead of calling it 3 times.
Added some comments with the header descriptions.
Peek enough data to avoid a corner case where could be readed data outside
the buffer.
Speed up some more inlining some functions and keeping another stream pointer
list to be used as iterator.
Sprinkle branch prediction macros accross the code.
Handling the seeking with flush in pull mode in the proper way.
2009-08-07 18:17:28 +02:00
..
flumpegdemux.c mpegtsdemux: s/fluts/mpegts 2009-02-19 11:36:45 +00:00
flutspatinfo.c mpegtsdemux: s/fluts/mpegts 2009-02-19 11:36:45 +00:00
flutspatinfo.h mpegtsdemux: s/fluts/mpegts 2009-02-19 11:36:45 +00:00
flutspmtinfo.c mpegtsdemux: s/fluts/mpegts 2009-02-19 11:36:45 +00:00
flutspmtinfo.h mpegtsdemux: s/fluts/mpegts 2009-02-19 11:36:45 +00:00
flutspmtstreaminfo.c mpegtsdemux: s/fluts/mpegts 2009-02-19 11:36:45 +00:00
flutspmtstreaminfo.h mpegtsdemux: s/fluts/mpegts 2009-02-19 11:36:45 +00:00
gstmpegdefs.h mpegtsdemux: Fix HDV private stream definition/caps. 2009-06-05 20:23:44 +02:00
gstmpegdemux.c mpegpsdemux: improved demuxer performance 2009-08-07 18:17:28 +02:00
gstmpegdemux.h mpegpsdemux: improved demuxer performance 2009-08-07 18:17:28 +02:00
gstmpegdesc.c mpegdemux: Add a GST_MEMDUMP line in the descriptor parsing 2009-06-04 16:29:31 +01:00
gstmpegdesc.h mpegtsparse: parse carousel identifier descriptor 2009-07-08 10:33:44 +01:00
gstmpegtsdemux.c mpeg[pt]sdemux: Fix SEEKING query 2009-08-05 09:36:00 +02:00
gstmpegtsdemux.h mpegtsdemux: Add mapping for DVD and Bluray subpicture streams. 2009-05-26 15:31:53 +01:00
gstpesfilter.c pesfilter: Permit unbounded packets for 0xfd (extended stream id). 2009-07-16 16:05:41 +02:00
gstpesfilter.h mpegtsdemux: Add mapping for DVD and Bluray subpicture streams. 2009-05-26 15:31:53 +01:00
gstsectionfilter.c mpegtsdemux: Fix memory leaks when PUSI is missed due to packet loss 2009-02-28 19:41:10 +01:00
gstsectionfilter.h Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual licensed MPL and LGPL. 2008-09-02 12:04:32 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
mpegtspacketizer.c mpegtsparse: add component tag to the video component structure in eit 2009-07-17 09:40:12 +01:00
mpegtspacketizer.h mpegtsparse: Ignore subtable extension when parsing PAT 2009-05-03 17:42:44 +01:00
mpegtsparse.c mpegtsparse: Free the PMT before setting a new one 2009-07-21 13:18:10 +02:00
mpegtsparse.h mpegtsparse: Remember pids that are meant to be stream pids. 2009-05-04 22:09:05 +01:00