summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfdemux.c
Commit message (Expand)AuthorAgeFilesLines
* mxfdemux: fix memory leakGuillaume Desmottes2015-04-041-2/+4
* mxfdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-281-0/+1
* mxfdemux: remove unneeded valuesLuis de Bethencourt2015-02-181-17/+10
* mxfdemux: renaming GstFlowReturn variableLuis de Bethencourt2015-02-181-28/+28
* mxfdemux: remove ignored valueLuis de Bethencourt2015-02-181-2/+2
* mxfdemux: Use IndexTableSegments.Mathieu Duponchelle2014-12-141-9/+156
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* mxfdemux: remove unread last_flow variableThiago Santos2014-05-271-17/+2
* mxfdemux: Compare positions to find the earliest pad, not flow returnsSebastian Dröge2014-05-271-2/+2
* mxfdemux: use GstFlowCombinerThiago Santos2014-05-261-23/+12
* mxfdemux: post error message when erroring out on unsupported essence wrappingTim-Philipp Müller2014-05-141-6/+13
* mxfdemux: guard against NULL non source componentsVincent Penquerc'h2014-04-211-0/+9
* mxfdemux: Fix copy/paste errorEdward Hervey2014-04-161-2/+2
* mxfdemux: guard against NULL material trackTim-Philipp Müller2014-04-081-2/+3
* mxfdemux: implement simple KEY_UNIT seekingTim-Philipp Müller2014-04-081-2/+16
* mxfdemux: fix seeking, send data starting from a key unitTim-Philipp Müller2014-04-081-3/+8
* mxfdemux: Don't go into pull mode when the sequential flag is setSjoerd Simons2014-01-241-2/+6
* gst: Don't swap start/stop for negative rates in the SEGMENT querySebastian Dröge2013-07-291-14/+0
* mxfdemux: Implement SEGMENT querySebastian Dröge2013-07-291-0/+50
* mxfdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-231-6/+26
* mfxdemus: update todo (ther eis a muxer)Stefan Sauer2013-04-111-2/+0
* mxfdemux: Use %03u for format in gst_pad_create_stream_id_printf()David Schleef2013-03-251-1/+1
* mxfdemux: fix taglist leakTim-Philipp Müller2013-02-111-0/+5
* mxfdemux: fix push mode unit test failureTim-Philipp Müller2013-02-111-2/+3
* mxfdemux: deprecated GStaticRWLock -> GRWLockMarc Leeman2013-02-091-26/+26
* mxf: use appropriate printf format for gsizeThijs Vermeir2012-12-181-37/+38
* mxfdemux: printf format fixes for debug messagesTim-Philipp Müller2012-12-121-4/+4
* mxfdemux: Don't allow any wrapping other than frame wrappingSebastian Dröge2012-12-061-0/+27
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* mxf: Port mxfdemux to 1.0Michael Smith2012-10-261-236/+261
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-5/+5
* gst: Implement segment-done eventSebastian Dröge2012-07-051-0/+4
* update for task api changeWim Taymans2012-06-201-3/+3
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-1/+1
|\
| * mxfdemux: Fix 'comparison of unsigned expression >= 0 is always true' compile...Sebastian Dröge2012-03-061-5/+3
* | don't pass random pointers to pull_rangeWim Taymans2012-03-161-1/+3
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+4
|\ \ | |/
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-21/+21
* | Merge branch 'master' into 0.11Wim Taymans2011-08-041-1/+1
|\ \ | |/
| * mxfdemux: Properly return seeking errors if the requested position can't be f...Sebastian Dröge2011-07-081-1/+1
* | mxf: fix class structWim Taymans2011-02-281-4/+4
* | Merge branch 'master' into 0.11Wim Taymans2011-02-281-20/+21
|\ \ | |/
| * mxfdemux: Fix unitialized variable warningThiago Santos2011-01-181-0/+1
|/
* mxfdemux: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-211-36/+34
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+2
* mxf: Unconditionally use GLib 2.16 APISebastian Dröge2009-08-311-41/+1