summaryrefslogtreecommitdiff
path: root/gst/flx
Commit message (Expand)AuthorAgeFilesLines
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* flxdec: Only send SEGMENT events after CAPSSebastian Dröge2016-12-092-8/+29
* flxdec: Unref and unmap buffers in all code paths as neededSebastian Dröge2016-12-091-3/+2
* flxdec: Allocate 0-initialized memory for the decoded frameSebastian Dröge2016-12-061-2/+2
* flxdec: rewrite logic based on GstByteReader/WriterMatthew Waters2016-11-234-260/+427
* flxdec: Don't unref() parent in the chain functionSebastian Dröge2016-11-231-1/+0
* flxdec: fix some warnings comparing unsigned < 0Matthew Waters2016-11-221-2/+2
* flxdec: add some write bounds checkingMatthew Waters2016-11-221-25/+91
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+8
* gst Factor out endian-order RGB formatsNirbheek Chauhan2016-03-101-5/+7
* win32: remove outdated build cruftTim-Philipp Müller2016-02-211-157/+0
* flxdec: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-2/+1
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* flxdec: fix integer overflowVincent Penquerc'h2014-05-021-1/+1
* flx: Fix typo in header include guardSebastian Dröge2014-02-081-1/+1
* flxdec: Properly skip non-frame chunksSebastian Dröge2013-05-241-1/+7
* flxdec: Flush data from adapter after reading itSebastian Dröge2013-05-241-0/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-045-10/+10
* flxdec: improve segment handlingMark Nauwelaerts2012-04-131-0/+35
* flxdec: port to 0.11Mark Nauwelaerts2012-04-132-129/+74
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* build: Makefile.am cleanupsTim-Philipp Müller2010-03-181-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+4
* flx: fix descriptionBenjamin Otte2010-03-091-1/+1
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-2/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-3/+0
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+14
* gst/flx/gstflxdec.c: fix categorisation, make short desc more explicit, remov...Stefan Kost2006-11-081-55/+15
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-6/+2
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-1/+2
* gst/flx/gstflxdec.*: Implement DURATION query.Wim Taymans2006-02-192-1/+3
* gst/flx/: Set MALLOCDATA for the temp buffers so we don't leak.Wim Taymans2006-02-194-48/+86
* gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the ...Edward Hervey2005-12-131-0/+2
* Now flxdec works on big-endian machines as well.Zeeshan Ali2005-12-115-69/+150
* expand tabsThomas Vander Stichele2005-12-062-63/+63
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+1
* More fractional framerate conversionsJan Schmidt2005-11-221-2/+2
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-211-15/+12
* gst/flx/gstflxdec.c: Fix state change.Wim Taymans2005-11-161-8/+19
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* Attempting to optimize the code for embedded systems.Zeeshan Ali2005-11-091-10/+7
* configure.ac: Enable flx plugin.Tim-Philipp Müller2005-10-171-1/+2