summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux/mpegtsbase.c
Commit message (Expand)AuthorAgeFilesLines
* mpegtsdemux: port to 0.11Gil Pedersen2012-04-201-109/+129
* mpegtsdemux: fix memory leaksGil Pedersen2012-04-201-4/+5
* mpegtsbase: Don't leak corrupt section packet bufferEdward Hervey2012-04-021-1/+3
* tsdemux: Fix several leaksEdward Hervey2012-03-301-3/+15
* tsdemux: printf fixEdward Hervey2012-03-051-1/+1
* tsdemux: fix confusing variable nameTim-Philipp Müller2012-03-031-3/+3
* mpegtsbase: Flush out the packetizer on flushing seeksEdward Hervey2012-03-021-0/+1
* mpegtsbase: Check harder for program changesEdward Hervey2012-03-021-0/+78
* mpegtsbase/tsdemux: Refactor seek and segment handlingEdward Hervey2012-03-011-47/+91
* mpegtsbase: Error out on EOS without any padEdward Hervey2012-03-011-3/+10
* Revert "mpegtsdemux: Not apply various time the same PMT to a program when re...Edward Hervey2012-03-011-17/+3
* tsdemux: Remove all seeking codeEdward Hervey2012-03-011-14/+1
* tsbase: Fix parsing of PSI table IDsThibault Saunier2012-02-241-1/+13
* mpegtspacketizer: Estimate clock skew and retimestamps buffers more precislyThibault Saunier2012-02-241-0/+3
* mpegtsbase: Query whether upstream is live or notEdward Hervey2012-02-231-0/+23
* mpegtsdemux: Not apply various time the same PMT to a program when repeteadThibault Saunier2012-02-171-3/+17
* tsdemux: Minor refactoring/code cleaningThibault Saunier2012-02-151-13/+10
* plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-2/+5
* mpegtsdemux: avoid NULL manipulation if invalid inputMark Nauwelaerts2012-01-231-0/+2
* various: fix pad template ref leaksVincent Penquerc'h2011-11-281-2/+2
* hlsdemux/tsdemux: Add HP copyright on work done on HLSYouness Alaoui2011-09-091-1/+5
* tsdemux: Need to flush all streams when we receive a flush-startYouness Alaoui2011-08-301-0/+13
* tsdemux: In push mode, do not start pull loop if upstream seek failsYouness Alaoui2011-08-261-2/+2
* tsdemux: Forward seek/duration query/event to the sinkpadYouness Alaoui2011-08-241-1/+1
* mpegtsbase: First try if upstream handles seeking in TIME format before seeki...Sebastian Dröge2011-08-231-0/+7
* tsdemux: interpolate gap and fix timestamps depending on upstream segmentYouness Alaoui2011-08-221-0/+11
* tsbase: reinitiate segment at flush-stop event onlyYouness Alaoui2011-08-181-1/+7
* mpegtsbase: Remove programs on EOSEdward Hervey2011-08-011-6/+25
* mpegtsbase: Prevent stack gardening by using the right typeNicolas Dufresne2011-08-011-1/+1
* mpegtsbase/tsdemux: Fix stream/pad activation orderEdward Hervey2011-07-251-105/+206
* mpegtsbase/tsdemux: Add more comments and removal unused variableEdward Hervey2011-07-191-1/+12
* mpegtsbase: Avoid double removal of streamsEdward Hervey2011-07-191-1/+8
* mpegtsbase: Add a GList of streams to the programEdward Hervey2011-07-191-6/+14
* mpegtsbase: Use a bit array instead of an array of gbooleanEdward Hervey2011-07-191-17/+17
* mpegtsbase: Store incoming newsegmentsEdward Hervey2011-07-161-3/+23
* mpegtsbase: actually set seen_pat=TRUE when we see a PATAlessandro Decina2011-07-151-1/+1
* mpegtsbase: Split up whether we saw a PAT and its offsetEdward Hervey2011-07-141-2/+3
* mpegtsdemux: implement key_unit seeking for MPEG2 videoJanne Grunau2011-06-071-2/+1
* mpegtsdemux: accurate seekingJanne Grunau2011-06-071-1/+16
* mpegtsdemux: push based seeking based on PCRJanne Grunau2011-06-071-2/+99
* mpegtsbase: Don't call program_stopped with a NULL programEdward Hervey2011-05-311-1/+2
* mpegtsbase: Unref buffers we don't use.Edward Hervey2011-04-291-1/+2
* mpegtsbase: Don't forget to free the program streams arrayEdward Hervey2011-04-291-0/+1
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-2/+0
* mpegtsdemux: fix stream_info descriptor parsingJanne Grunau2011-03-241-4/+6
* mpegtsdemux: do not try to parse packets containing section data as PESJanne Grunau2011-03-211-2/+2
* mpegtsdemux: fix playback if PMT is seen before PATJanne Grunau2011-03-211-0/+2
* mpegtsdemux: use G_GUINT64_FORMAT as format specifier for guint64Janne Grunau2011-02-171-1/+2
* mpegtsdemux: add MPEG TS demuxer rewrite from Edward HerveyJanne Grunau2011-02-171-0/+1257