summaryrefslogtreecommitdiff
path: root/gst/mve
Commit message (Expand)AuthorAgeFilesLines
* 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