mpegtsdemux: avoid NULL manipulation if invalid input
[platform/upstream/gstreamer.git] / gst / mpegtsdemux /
2012-01-23 Mark Nauwelaertsmpegtsdemux: avoid NULL manipulation if invalid input
2012-01-10 Edward Herveytsdemux: Don't provide bogus values in non-TIME push...
2012-01-10 Edward Herveytsdemux: Handle rollover in PTS and DTS
2011-11-28 Vincent Penquerc'hvarious: fix pad template ref leaks
2011-11-16 Edward Herveytsdemux: Add notes on synchronization and scheduling
2011-09-09 Youness Alaouihlsdemux/tsdemux: Add HP copyright on work done on HLS
2011-08-30 Youness Alaouitsdemux: Need to flush all streams when we receive...
2011-08-26 Youness Alaouitsdemux: In push mode, do not start pull loop if upstre...
2011-08-24 Sebastian Drögetsdemux: Use FALSE instead of 0 for bool parameter
2011-08-24 Youness Alaouitsdemux: Need to send a newsegment after a seek
2011-08-24 Youness Alaouitsdemux: Forward seek/duration query/event to the sinkpad
2011-08-23 Vincent Penquerc'htsdemux: do not try to compare a PCR with itself for...
2011-08-23 Vincent Penquerc'htsdemux: do not keep a dangling pointer
2011-08-23 Sebastian Drögempegtsbase: First try if upstream handles seeking in...
2011-08-23 Sebastian Drögetsdemux: First send SEEKING queries upstream
2011-08-23 Sebastian Drögetsdemux: Send DURATION query upstream first
2011-08-22 Youness Alaouitsdemux: do not send a new-segment on stream removal
2011-08-22 Youness Alaouitsdemux: Fix newsegment when switching programs
2011-08-22 Youness Alaouitsdemux: interpolate gap and fix timestamps depending...
2011-08-18 Youness Alaouitsbase: reinitiate segment at flush-stop event only
2011-08-01 Edward Herveytsdemux: Take into account upstream newsegment events
2011-08-01 Edward Herveympegtsbase: Remove programs on EOS
2011-08-01 Edward Herveytsdemux: Refactor stream/program removal
2011-08-01 Nicolas Dufresnempegtsbase: Prevent stack gardening by using the right...
2011-07-25 Edward Herveympegtsbase/tsdemux: Fix stream/pad activation order
2011-07-20 Edward Herveypesparse: Fix stuffing byte handling
2011-07-20 Alessandro Decinampegtsdemux: fix compiler warnings
2011-07-19 Edward Herveympegtsbase/tsdemux: Add more comments and removal unuse...
2011-07-19 Edward Herveympegtsbase: Avoid double removal of streams
2011-07-19 Edward Herveympegtsbase: Add a GList of streams to the program
2011-07-19 Edward Herveympegtsbase: Use a bit array instead of an array of...
2011-07-18 Edward Herveytsdemux: Use standalone PES parser
2011-07-18 Edward Herveympegtsdemux: Add standalone PES parser
2011-07-17 Edward Herveympegdefs: clarify some stream ids
2011-07-16 Edward Herveytsdemux: whoops, tsdemux isn't ready yet for primary...
2011-07-16 Edward Herveympegtsbase/tsdemux: Cleanups and comments
2011-07-16 Edward Herveytsdemux: Fix newsegment creation for push mode
2011-07-16 Edward Herveympegtsbase: Store incoming newsegments
2011-07-14 Alessandro Decinampegtsbase: actually set seen_pat=TRUE when we see...
2011-07-14 Edward Herveympegtsbase: Split up whether we saw a PAT and its offset
2011-07-13 Olivier Crêtempegtsdemux: Restore erroneously removed data++
2011-07-12 Olivier Crêtempegdemux: Fix unused-but-set warnings
2011-06-17 Thiago Santostsdemux: only free the index array if it exists
2011-06-12 Edward Herveytsdemux: Don't free unexistent PAT
2011-06-07 Edward Herveytsdemux: More fixes to handle non-188 byte packets
2011-06-07 Edward Herveympegts: Stop scanning for keyframes as early as possible
2011-06-07 Janne Grunaumpegtsdemux: always try to seek for to a keyframe
2011-06-07 Janne Grunaumpegtsdemux: fix timestamps in newsegement event after...
2011-06-07 Janne Grunaumpegtsdemux: payload parsing for H.264
2011-06-07 Janne Grunaumpegtsdemux: implement key_unit seeking for MPEG2 video
2011-06-07 Janne Grunaumpegtsdemux: accurate seeking
2011-06-07 Janne Grunaumpegtsdemux: push based seeking based on PCR
2011-06-07 Janne Grunaumpegtsdemux: create function for pcr parsing
2011-06-07 Janne Grunaumpegtsdemux: adaptation field length == 0 is valid
2011-05-31 Edward Herveytsdemux: Fix scanning on small files
2011-05-31 Edward Herveympegtsbase: Don't call program_stopped with a NULL...
2011-05-30 Edward Herveytsdemux: Protect against program being removed
2011-05-18 Stefan Kostvarious: fix author tag in element details
2011-04-29 Edward Herveytsdemux: Don't leak bufferlist on streams without pads
2011-04-29 Edward Herveympegtsbase: Unref buffers we don't use.
2011-04-29 Edward Herveympegtsbase: Don't forget to free the program streams...
2011-04-29 Edward Herveytsdemux: Free packet buffer even if it doesn't have...
2011-04-25 David Schleefmpegtsdemux,tsdemux: Add byte-stream to h264 caps
2011-04-14 Tim-Philipp MüllerFix some unused-but-set-variable warnings with gcc 4.6
2011-04-11 Thibault Saunierandroid: make it ready for androgenizer
2011-03-24 Janne Grunaumpegtsdemux: fix stream_info descriptor parsing
2011-03-21 Mart Raudseppmpegtspacketizer: Handle all ISO8859-x encodings in...
2011-03-21 Janne Grunaumpegtsdemux: do not try to parse packets containing...
2011-03-21 Janne Grunaumpegtsdemux: add stream types for DSM CC A, B, C, D
2011-03-21 Janne Grunaumpegtsdemux: fix playback if PMT is seen before PAT
2011-02-18 Tim-Philipp Müllermpegtspacketizer: fix log message printf format
2011-02-17 David Schleefmpegtsdemux: Fix disting of headers
2011-02-17 Janne Grunaumpegtsdemux: use G_GUINT64_FORMAT as format specifier...
2011-02-17 Janne Grunaumpegtsdemux: relicense gstmpegdefs.h, gstmpegdesc.h...
2011-02-17 Janne Grunaumpegtsdemux: add MPEG TS demuxer rewrite from Edward...