summaryrefslogtreecommitdiff
path: root/gst/mve
Commit message (Expand)AuthorAgeFilesLines
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-17/+17
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-049-18/+18
* 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
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-161-8/+6
|\
| * mve: don't return a boolean for a GstFlowReturnTim-Philipp Müller2012-02-161-8/+5
* | Merge branch 'master' into 0.11Wim Taymans2012-02-102-1/+2
|\ \ | |/
| * build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-1/+1
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-272-1/+2
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-252-1/+4
|\ \ | |/
| * mve: use signed loop variableMark Nauwelaerts2012-01-231-1/+1
| * mve: ensure best target foundMark Nauwelaerts2012-01-231-0/+3
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-12/+11
|/
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* mve: do not use the pad buffer allocation functions in demuxersVincent Penquerc'h2010-12-241-8/+5
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-4/+6
* mvedemux: Add proper flow return aggregationSebastian Dröge2010-09-212-2/+13
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-216-17/+18
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-13/+9
* mve: Raise rank of muxer to PRIMARYEdward Hervey2009-11-181-4/+4
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunk...Jens Granseuer2008-03-031-17/+13
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge2007-12-291-1/+1
* Add stdlib include (free, atoi, exit).Stefan Kost2007-07-181-44/+77
* gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff...Tim-Philipp Müller2007-04-171-1/+1
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-1/+1
* gst/: Use proper print statements.Edward Hervey2007-01-257-18/+18
* gst/mve/gstmvedemux.c: Support SEEKING query (bad news now delivered properly...Tim-Philipp Müller2007-01-111-0/+37
* Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer doesn't s...Jens Granseuer2007-01-1114-0/+8211