summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggmux.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-03oggmux: Use GstAudioClippingMeta for Opus for accurate end clippingSebastian Dröge1-14/+31
2015-11-02oggmux: Print GstClockTimeDiff as a signed integer in debug logsLuis de Bethencourt1-2/+2
2015-05-10docs: fix up example pipelineTim-Philipp Müller1-1/+1
2015-04-03oggmux: fix deadlock when not pulling a buffer from collectpadsVincent Penquerc'h1-2/+10
2015-02-07oggmux: Don't pass GstCollectData as a GstObject to GST_DEBUGJan Schmidt1-1/+1
2015-01-16oggmux: fix clipped duration determination for non 0 based segmentsVincent Penquerc'h1-1/+1
2015-01-02oggmux: remove unused enumTim-Philipp Müller1-16/+0
2015-01-02oggmux: fix silly GQueue iteration codeTim-Philipp Müller1-4/+4
2014-12-26oggmux: only clip by duration if end of buffer is ahead of segmentThiago Santos1-1/+2
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-10-30oggmux: set correct granpos on last page when samples are clippedVincent Penquerc'h1-1/+19
2014-05-06oggmux: push eos event when empty pad dataLuis de Bethencourt1-7/+14
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-15oggmux: Clear Ogg streams before initing themSebastian Dröge1-0/+2
2014-04-10oggmux: test for failure to return tagVincent Penquerc'h1-3/+7
2014-03-11oggmux: implement vp8 granulepos functionThiago Santos1-0/+4
2014-03-11oggmux: create vp8 header data if not provided in capsThiago Santos1-0/+9
2014-02-13oggmux: properly flush when seeking at the beginningThiago Santos1-23/+55
2013-07-22ogg: Add support for group-id in the stream-start eventSebastian Dröge1-1/+2
2013-06-23ogg: Add Daala supportSebastian Dröge1-1/+1
2013-05-10oggmux: Make sure to always set caps on the srcpad and always send a segment ...Sebastian Dröge1-8/+13
2013-05-10oggmux: don't send a segment event before the caps eventMathieu Duponchelle1-5/+4
2013-05-08oggmux: The best pad can't be EOSMathieu Duponchelle1-2/+2
2013-04-17oggmux: add more logging and fix the object param for some loggingStefan Sauer1-34/+52
2013-03-05oggmux: don't keep a static string beyond the ref of the owning objectStefan Sauer1-13/+10
2013-03-03oggmux: don't crash on caps being NULLStefan Sauer1-10/+15
2013-03-03ogg: small GValue optimisationTim-Philipp Müller1-6/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-23oggmux: send stream-start eventTim-Philipp Müller1-0/+6
2012-09-21oggmux: send a segment event at the beginningTim-Philipp Müller1-0/+17
2012-09-17gst: Update for link/unlink function API changeSebastian Dröge1-4/+2
2012-09-14replace gst_tag_list_free with gst_tag_list_unrefMark Nauwelaerts1-2/+2
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+1
2012-09-05oggmux: remove dead codeMark Nauwelaerts1-14/+0
2012-08-12oggmux: remove superflous assignmentStefan Sauer1-1/+0
2012-08-11oggmux: don't leak dropped seek eventTim-Philipp Müller1-6/+8
2012-08-10oggmux: pick delta pad earlier during header parsing and based on video/non-v...Tim-Philipp Müller1-0/+5
2012-08-08No statements with side-effects in g_assert() or g_return_*() pleaseTim-Philipp Müller1-1/+2
2012-07-16oggmux: only drop flushing seeks after we started to muxStefan Sauer1-7/+16
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts1-26/+26
2012-04-16oggmux: use standard collectpads event handlingMark Nauwelaerts1-12/+13
2012-04-15ogg: update for media type typefinding changesTim-Philipp Müller1-5/+12
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-30oggmux: Handle return values from GstByteWriterEdward Hervey1-20/+25
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-01-30update for HEADER flag changesWim Taymans1-3/+3
2012-01-25port to new map APIWim Taymans1-23/+30
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-2/+7
2011-12-28oggmux: fix leak when initializing padsThiago Santos1-2/+7
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+2