summaryrefslogtreecommitdiff
path: root/gst/mxf
Commit message (Expand)AuthorAgeFilesLines
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer2012-09-121-22/+22
* 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
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-172-17/+17
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-292-13/+13
|\
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-101-12/+12
| * 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
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-21/+21
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-302-38/+41
|\ \ | |/
| * mxfmux: port to GstCollectPads2Vincent Penquerc'h2011-12-152-41/+44
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-7/+6
* | collectpads: port API changesStefan Sauer2011-11-171-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-08-171-1/+5
|\ \ | |/
| * mxf: do not assert on the values of data read from inputVincent Penquerc'h2011-08-091-1/+5
* | 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
* | Merge branch 'master' into 0.11Wim Taymans2011-06-152-1/+17
|\ \ | |/
| * Work around changes in g_atomic APIDavid Schleef2011-06-041-1/+4
| * android: make it ready for androgenizerThibault Saunier2011-04-111-0/+13
* | mxf: fix class structWim Taymans2011-02-282-5/+5
* | miniobject: port to new 0.11 APIWim Taymans2011-02-2811-290/+271
* | 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 -Wformat-nonliteral -Wformat-security flagsBenjamin Otte2010-03-221-1/+13
* Add -Wwrite-stringsBenjamin Otte2010-03-221-2/+2
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-212-2/+3
* mxf: add a return to fix the build when turning assert offStefan Kost2010-01-251-0/+1
* Revert "mxf: add a return to fix the build when turning assert off"Stefan Kost2010-01-251-1/+0
* mxf: add a return to fix the build when turning assert offStefan Kost2010-01-251-0/+1
* mxf: Correctly initialize memorySebastian Dröge2010-01-211-1/+2
* Fix warnings with gcc 4.0.1.Alessandro Decina2009-09-231-6/+6
* GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller2009-08-311-2/+2
* mxf: Unconditionally use GLib 2.16 APISebastian Dröge2009-08-313-129/+1
* mxfdemux: Implement SEEKING querySebastian Dröge2009-07-211-0/+55
* mxfdemux: fix stray semicolons that mess up if statementTim-Philipp Müller2009-06-181-4/+4
* mxf: Fix frame_layout for non-interlaced formats. Fixes #583337Edward Hervey2009-05-201-1/+1
* mxfdemux: Use a RW lock to protect metadata and add all pads at once without ...Sebastian Dröge2009-05-152-70/+93
* mxfmux: Fix uninitialized variable compiler warningTristan Matthews2009-05-101-1/+3
* mxfmux: Write metadata items in reference orderSebastian Dröge2009-05-092-23/+76
* mxfmux: Fix EOS logic againSebastian Dröge2009-05-091-2/+3
* mxfmux: Don't unref NULL buffers if pushing a buffer after the first failedSebastian Dröge2009-05-091-1/+1