summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstbaseparse.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-23wipHEADmasterThiago Santos1-2/+2
2015-03-17baseparse: remove duplicate codeOlivier Crête1-10/+0
2015-03-16baseparse: reset skip on segments and discontinuitiesVincent Penquerc'h1-0/+3
2015-02-26baseparse: Don't emit errors on EOS if we saw GAP eventsEdward Hervey1-2/+6
2015-02-23baseparse: drain segment upon SEGMENT_DONE to ensure proper event orderMark Nauwelaerts1-0/+11
2015-02-23baseparse: clean up some bogus commented codeMark Nauwelaerts1-2/+0
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-3/+7
2014-12-18baseparse: jump over large skips in pull modeVincent Penquerc'h1-0/+6
2014-11-28baseparse: update the duration variable before emitting the busThiago Santos1-4/+6
2014-11-12baseparse: allow skipping more data than we currently haveVincent Penquerc'h1-1/+42
2014-10-03baseparse: don't leak caps in gst_base_parse_process_streamheaderMatej Knopp1-0/+6
2014-10-03Revert "baseparse: don't leak caps in gst_base_parse_process_streamheader"Tim-Philipp Müller1-6/+0
2014-10-02baseparse: don't leak caps in gst_base_parse_process_streamheaderMatej Knopp1-0/+6
2014-08-27baseparse: handle streamheaders by prepending them to the streamThiago Santos1-0/+66
2014-07-17baseparse: Return FLOW_FLUSHING when pushing a frame on a pad that has been f...Thibault Saunier1-0/+3
2014-06-25baseparse: avoid returning _OK for _NOT_LINKEDThiago Santos1-0/+4
2014-06-06base: use correct syntax in documentation more consistentlyEvan Nemerson1-21/+21
2014-06-06baseparse: Pass rate of input segment to output segmentzhouming1-0/+2
2014-04-09baseparse: Fix memory leakJose Antonio Santos Cadenas1-0/+1
2014-04-05baseparse: Remove always-true-checksEdward Hervey1-1/+0
2014-04-03baseparse: Make sure to set the DISCONT flag on the first buffer of each GOP ...Sebastian Dröge1-0/+8
2014-03-29baseparse: Fix splitting and reversing of GOPs in reverse playback modeSebastian Dröge1-2/+4
2014-01-13baseparse: do not accumulate buffers on passthrough modeThiago Santos1-0/+29
2014-01-08baseparse: do not ignore TIME segmentsThiago Santos1-0/+1
2014-01-02baseparse: remove pending_segment as it was being misusedThiago Santos1-14/+12
2014-01-02baseparse: push pending events before GAP eventThiago Santos1-0/+3
2014-01-02baseparse: refactor pending events pushingThiago Santos1-31/+26
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-2/+2
2013-12-07Fix some typos in code comments and debug messagesSebastian Rasmussen1-1/+1
2013-11-16baseparse: ensure to preserve upstream timestampsMark Nauwelaerts1-0/+16
2013-11-02baseparse: try first frame pts and dts for a valid start timestampMark Nauwelaerts1-0/+3
2013-11-02baseparse: print proper variable in debug statementMark Nauwelaerts1-1/+1
2013-08-13baseparse: Add a property to disable passthroughEdward Hervey1-2/+70
2013-07-29base: Fix handling of SEGMENT querySebastian Dröge1-7/+0
2013-07-29baseparse: Implement SEGMENT querySebastian Dröge1-0/+26
2013-07-25baseparse: fix seqnum handling for seeksThiago Santos1-6/+20
2013-07-22base: Use new group-id field in stream-start event and messageSebastian Dröge1-1/+5
2013-07-03baseparse: reset PTS after seekWim Taymans1-0/+1
2013-04-23baseparse: Only infer TS if PTS interpolation is enabledSebastian Dröge1-1/+3
2013-03-27baseparse: reset next_pts upon SEGMENT eventMark Nauwelaerts1-0/+1
2013-03-27baseparse: more inter-timestamp trackingMark Nauwelaerts1-2/+31
2013-02-12baseparse: Fix doc typoDavid Schleef1-1/+1
2013-02-12baseparse: add gst_base_parse_set_ts_at_offset()David Schleef1-0/+39
2013-02-09baseparse: improve PTS interpolatingMark Nauwelaerts1-5/+7
2013-01-14docs: minor GstBaseParse docs fixesTim-Philipp Müller1-2/+2
2013-01-13baseparse: add vfuncs to intercept queriesTim-Philipp Müller1-15/+68
2013-01-12baseparse: fix up name of default event vfuncsTim-Philipp Müller1-8/+8
2012-12-17baseparse: fix invalid output timestamps in some casesArnaud Vrac1-4/+3
2012-12-14NEWSEGMENT -> SEGMENTWim Taymans1-4/+4
2012-12-11baseparse: pass DTS and PTS to handle_bufferWim Taymans1-0/+2