tsdemux: Don't provide bogus values in non-TIME push-mode
[platform/upstream/gstreamer.git] / gst / frei0r /
2011-12-15 Vincent Penquerc'hfrei0r: port to GstCollectPads2
2011-11-28 Vincent Penquerc'hvarious: fix pad template ref leaks
2011-11-23 René Stadlerfrei0r: normalize boolean property default values to...
2011-04-11 Thibault Saunierandroid: make it ready for androgenizer
2010-12-31 David Schleeffrei0r: convert uint32_t to guint32
2010-09-28 Sebastian Drögefrei0r: Use static caps instead of converting strings...
2010-09-28 Sebastian Drögefrei0r: Fix crashes if plugins don't provide correct...
2010-09-25 Sebastian Drögefrei0r: Fix scanning of plugin subdirectories and suppo...
2010-09-24 Sebastian Drögefrei0r: Update frei0r interface specification to 1.2
2010-09-24 Sebastian Drögefrei0r: Add support for the FREI0R_PATH environment...
2010-08-08 Sebastian Drögefrei0r: Only check the plugin filenames, not the direct...
2010-08-08 Sebastian Drögefrei0r: Don't try to register/load the same frei0r...
2010-08-06 Olivier Crêtefrei0r: Load plugins in /usr/{local/,}lib{32,64}/frei0r...
2010-07-11 Sebastian Drögefrei0r: Use correct order of directories to search...
2010-05-12 Joshua M. Doefrei0r: Fix setting of boolean values
2010-03-09 Sebastian Drögefrei0r: Sync properties to the controller if one was set
2010-03-09 Sebastian Drögefrei0r: Protect set/get property and processing functio...
2010-01-16 Sebastian Drögefrei0r: Make sure that property names always start...
2009-11-20 Julien Mouttefrei0r: Fix compilation warnings.
2009-06-29 Sebastian Drögefrei0r: Correctly clean up elements to be reusable...
2009-06-29 Sebastian Drögefrei0r: In the filter plugins create the frei0r instanc...
2009-06-29 Sebastian Drögefrei0r: In the mixer plugins create the frei0r instance...
2009-06-29 Sebastian Drögefrei0r: In the src plugins create the frei0r instances...
2009-06-29 Sebastian Drögefrei0r: Use fixed caps on the filter pads
2009-06-27 Sebastian Drögefrei0r: Set the default property values correctly
2009-06-19 Sebastian Drögefrei0r: Make plugin scanning more robust
2009-06-19 Sebastian Drögefrei0r: Make sure to only register plugins that have...
2009-06-19 Sebastian Drögefrei0r: Remove custom get_unit_size implementation
2009-06-19 Sebastian Drögefrei0r: Fix the klass of the filter elements
2009-06-19 Sebastian Drögefrei0r: Free type names
2009-06-19 Sebastian Drögefrei0r: Unref the GstCollectPads instance on finalize
2009-06-19 Sebastian Drögefrei0r: Don't allow caps changes in PLAYING/PAUSED
2009-06-19 Sebastian Drögefreir0: Add support for frei0r mixer plugins
2009-06-19 Sebastian Drögefrei0r: Destroy the f0r_instance_t in stop()
2009-06-19 Sebastian Drögefrei0r: Add the frei0r plugin type to the element name
2009-06-19 Sebastian Drögefrei0r: Add support for frei0r source/generator plugins
2009-06-19 Sebastian Drögefrei0r: Allow the complete double range for double...
2009-06-19 Sebastian Drögefrei0r: Use better property nicks
2009-06-19 Sebastian Drögefrei0r: First version of a frei0r wrapper plugin