summaryrefslogtreecommitdiff
path: root/gst/flx
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-12-09flxdec: Only send SEGMENT events after CAPSSebastian Dröge2-8/+29
2016-12-09flxdec: Unref and unmap buffers in all code paths as neededSebastian Dröge1-3/+2
2016-12-06flxdec: Allocate 0-initialized memory for the decoded frameSebastian Dröge1-2/+2
2016-11-23flxdec: rewrite logic based on GstByteReader/WriterMatthew Waters4-260/+427
2016-11-23flxdec: Don't unref() parent in the chain functionSebastian Dröge1-1/+0
2016-11-22flxdec: fix some warnings comparing unsigned < 0Matthew Waters1-2/+2
2016-11-22flxdec: add some write bounds checkingMatthew Waters1-25/+91
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+8
2016-03-10gst Factor out endian-order RGB formatsNirbheek Chauhan1-5/+7
2016-02-21win32: remove outdated build cruftTim-Philipp Müller1-157/+0
2015-11-15flxdec: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2014-05-02flxdec: fix integer overflowVincent Penquerc'h1-1/+1
2014-02-08flx: Fix typo in header include guardSebastian Dröge1-1/+1
2013-05-24flxdec: Properly skip non-frame chunksSebastian Dröge1-1/+7
2013-05-24flxdec: Flush data from adapter after reading itSebastian Dröge1-0/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-04-13flxdec: improve segment handlingMark Nauwelaerts1-0/+35
2012-04-13flxdec: port to 0.11Mark Nauwelaerts2-129/+74
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+14
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2010-03-09flx: fix descriptionBenjamin Otte1-1/+1
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-2/+1
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-3/+0
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt1-0/+14
2006-11-08gst/flx/gstflxdec.c: fix categorisation, make short desc more explicit, remov...Stefan Kost1-55/+15
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-6/+2
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans1-1/+2
2006-02-19gst/flx/gstflxdec.*: Implement DURATION query.Wim Taymans2-1/+3
2006-02-19gst/flx/: Set MALLOCDATA for the temp buffers so we don't leak.Wim Taymans4-48/+86
2005-12-13gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the ...Edward Hervey1-0/+2
2005-12-11Now flxdec works on big-endian machines as well.Zeeshan Ali5-69/+150
2005-12-06expand tabsThomas Vander Stichele2-63/+63
2005-12-05Update for alloc_buffer changes.Andy Wingo1-1/+1
2005-11-22More fractional framerate conversionsJan Schmidt1-2/+2
2005-11-21Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller1-15/+12
2005-11-16gst/flx/gstflxdec.c: Fix state change.Wim Taymans1-8/+19
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-11-09Attempting to optimize the code for embedded systems.Zeeshan Ali1-10/+7
2005-10-17configure.ac: Enable flx plugin.Tim-Philipp Müller1-1/+2