summaryrefslogtreecommitdiffstats
path: root/gst/flx
Commit message (Expand)AuthorAgeFilesLines
* 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
* flx plugin ported to 0.9Zeeshan Ali2005-10-163-150/+167
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-2/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-12/+13
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* gst/flx/gstflxdec.c: Actually _do_ negotiation. Pass gdouble as arg instead o...Wim Taymans2004-10-061-1/+5
* ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2004-09-291-15/+19
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+157
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-92/+93
* *.h: Revert indentingJohan Dahlin2004-03-153-146/+139
* gst-indentThomas Vander Stichele2004-03-145-454/+454
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-1/+1
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-121-2/+2
* Merge CAPS branchDavid Schleef2003-12-221-40/+18
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-1/+4
* more, and more, and more...Ronald S. Bultje2003-11-021-21/+28
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-45/+4
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-1/+1
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-012-19/+21