summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2006-06-12gst/spectrum/.cvsignore: Ignore more.Tim-Philipp Müller1-0/+2
2006-06-09configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller1-1/+1
2006-06-06adapt to new apiThomas Vander Stichele1-2/+2
2006-06-06build gdp pluginsThomas Vander Stichele1-2/+2
2006-06-06configure.ac: enable building of GDP elementsThomas Vander Stichele3-38/+120
2006-06-02small fixesThomas Vander Stichele2-1/+5
2006-06-02gst/gdp/gstgdppay.c: add crc-header and crc-payload properties don't error ou...Thomas Vander Stichele1-19/+104
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost29-53/+53
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-05-26gst/spectrum/: added another exampleStefan Kost3-2/+105
2006-05-26gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configur...Edward Hervey1-3/+8
2006-05-26gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.Wim Taymans1-1/+0
2006-05-24gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors.Wim Taymans1-1/+16
2006-05-22gst/qtdemux/qtdemux.c: po/POTFILES.in:Tim-Philipp Müller1-19/+40
2006-05-22New plugin: h264parse (#340638)Michal Benes3-0/+291
2006-05-22gst/gdp/: Handle error cases when calling functions do downwards state change...Thomas Vander Stichele4-24/+81
2006-05-22adding GDP payloader and depayloader. Build integration will follow later wh...Thomas Vander Stichele6-0/+1024
2006-05-21gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi...Stefan Kost1-37/+7
2006-05-21gst/spectrum/Makefile.am: Link to base librariesStefan Kost4-72/+189
2006-05-20Initial port of the spectrum elementStefan Kost4-248/+291
2006-05-11gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsin...Wim Taymans1-6/+24
2006-05-10gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions.Wim Taymans1-27/+47
2006-05-08gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function.Wim Taymans1-6/+5
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2-4/+6
2006-05-03gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead...Jan Schmidt1-17/+7
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-04-28gst/audioresample/gstaudioresample.c: Add support for other formats audioresa...Wim Taymans1-17/+75
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost40-79/+82
2006-04-20gst/qtdemux/qtdemux.c: Never treat video streams as an audio stream.j^1-2/+7
2006-04-19gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_...Wim Taymans1-3/+6
2006-04-10gst/qtdemux/qtdemux.c: Fix parsing of newer stsd chunks again.Wim Taymans1-1/+3
2006-04-10gst/qtdemux/qtdemux.c: Fix framerate calculation.Wim Taymans1-4/+11
2006-04-10gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples.Wim Taymans1-1/+5
2006-04-09gst/audioresample/debug.h: replace debug macros with variable number of param...Sébastien Moutte2-5/+13
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost31-31/+32
2006-04-08gst/: Fix more broken GObject macrosStefan Kost4-7/+15
2006-04-08gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu...Wim Taymans1-130/+141
2006-04-06gst/qtdemux/qtdemux.c: Added full edit list support.Wim Taymans1-208/+578
2006-04-06Unify the long descriptions in the plugin details (#337263).j^30-126/+107
2006-04-05gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli...Wim Taymans1-10/+24
2006-04-04gst/qtdemux/qtdemux.c: More cleanups, added comments.Wim Taymans1-142/+237
2006-04-04gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes.Wim Taymans2-127/+322
2006-04-03GST_ORIGIN => GST_PACKAGE_ORIGINTim-Philipp Müller1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele33-33/+35
2006-03-22gst/modplug/libmodplug/: Try that again (not only should it be MODPLUG_ inste...Tim-Philipp Müller2-1/+3
2006-03-22gst/modplug/libmodplug/Makefile.am: More gcc-4.1 fixes (we don't need file sa...Tim-Philipp Müller1-1/+1
2006-03-21gst/modplug/libmodplug/load_ptm.cpp: Fix compilation with gcc-4.1 and -Werror...Tim-Philipp Müller1-4/+9
2006-03-15gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose.Edward Hervey1-0/+2
2006-03-15gst/qtdemux/qtdemux.c: Series of memleak fixes:Edward Hervey1-10/+22
2006-03-11added new element to add Xing headers to MP3 files (this allows decoder to fi...Christophe Fergeau3-0/+444