summaryrefslogtreecommitdiff
path: root/gst/mve
AgeCommit message (Expand)AuthorFilesLines
2012-02-16mve: don't return a boolean for a GstFlowReturnTim-Philipp Müller1-8/+5
2012-02-03build: fix CFLAGS order and LIBS orderTim-Philipp Müller1-1/+1
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h2-1/+2
2012-01-23mve: use signed loop variableMark Nauwelaerts1-1/+1
2012-01-23mve: ensure best target foundMark Nauwelaerts1-0/+3
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-12/+11
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-12-24mve: do not use the pad buffer allocation functions in demuxersVincent Penquerc'h1-8/+5
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+6
2010-09-21mvedemux: Add proper flow return aggregationSebastian Dröge2-2/+13
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte6-17/+18
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-13/+9
2009-11-18mve: Raise rank of muxer to PRIMARYEdward Hervey1-4/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-03-03gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunk...Jens Granseuer1-17/+13
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge1-1/+1
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost1-44/+77
2007-04-17gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff...Tim-Philipp Müller1-1/+1
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller1-1/+1
2007-01-25gst/: Use proper print statements.Edward Hervey7-18/+18
2007-01-11gst/mve/gstmvedemux.c: Support SEEKING query (bad news now delivered properly...Tim-Philipp Müller1-0/+37
2007-01-11Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer doesn't s...Jens Granseuer14-0/+8211