Age | Commit message (Expand) | Author | Files | Lines |
2006-06-16 | gst/audioresample/gstaudioresample.c: Implement GstBaseTransform::start and :... | Tim-Philipp Müller | 1 | -25/+28 |
2006-06-16 | gst/spectrum/Makefile.am: Fix build. | Zaheer Abbas Merali | 1 | -2/+3 |
2006-06-16 | gst/spectrum/: port to use message to get results, cleanly exit when closing ... | Stefan Kost | 4 | -107/+402 |
2006-06-15 | gst/qtdemux/qtdemux.c: Combine return values from src pad pushes. | Wim Taymans | 1 | -38/+84 |
2006-06-15 | gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in... | Wim Taymans | 1 | -8/+12 |
2006-06-12 | gst/spectrum/.cvsignore: Ignore more. | Tim-Philipp Müller | 1 | -0/+2 |
2006-06-09 | configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343... | Tim-Philipp Müller | 1 | -1/+1 |
2006-06-06 | adapt to new api | Thomas Vander Stichele | 1 | -2/+2 |
2006-06-06 | build gdp plugins | Thomas Vander Stichele | 1 | -2/+2 |
2006-06-06 | configure.ac: enable building of GDP elements | Thomas Vander Stichele | 3 | -38/+120 |
2006-06-02 | small fixes | Thomas Vander Stichele | 2 | -1/+5 |
2006-06-02 | gst/gdp/gstgdppay.c: add crc-header and crc-payload properties don't error ou... | Thomas Vander Stichele | 1 | -19/+104 |
2006-06-01 | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 29 | -53/+53 |
2006-06-01 | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 1 | -2/+2 |
2006-05-26 | gst/spectrum/: added another example | Stefan Kost | 3 | -2/+105 |
2006-05-26 | gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configur... | Edward Hervey | 1 | -3/+8 |
2006-05-26 | gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code. | Wim Taymans | 1 | -1/+0 |
2006-05-24 | gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors. | Wim Taymans | 1 | -1/+16 |
2006-05-22 | gst/qtdemux/qtdemux.c: po/POTFILES.in: | Tim-Philipp Müller | 1 | -19/+40 |
2006-05-22 | New plugin: h264parse (#340638) | Michal Benes | 3 | -0/+291 |
2006-05-22 | gst/gdp/: Handle error cases when calling functions do downwards state change... | Thomas Vander Stichele | 4 | -24/+81 |
2006-05-22 | adding GDP payloader and depayloader. Build integration will follow later wh... | Thomas Vander Stichele | 6 | -0/+1024 |
2006-05-21 | gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi... | Stefan Kost | 1 | -37/+7 |
2006-05-21 | gst/spectrum/Makefile.am: Link to base libraries | Stefan Kost | 4 | -72/+189 |
2006-05-20 | Initial port of the spectrum element | Stefan Kost | 4 | -248/+291 |
2006-05-11 | gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsin... | Wim Taymans | 1 | -6/+24 |
2006-05-10 | gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions. | Wim Taymans | 1 | -27/+47 |
2006-05-08 | gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function. | Wim Taymans | 1 | -6/+5 |
2006-05-06 | Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo... | Maciej Katafiasz | 2 | -4/+6 |
2006-05-03 | gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead... | Jan Schmidt | 1 | -17/+7 |
2006-04-28 | make GstElementDetails const | Stefan Kost | 1 | -1/+1 |
2006-04-28 | gst/audioresample/gstaudioresample.c: Add support for other formats audioresa... | Wim Taymans | 1 | -17/+75 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 40 | -79/+82 |
2006-04-20 | gst/qtdemux/qtdemux.c: Never treat video streams as an audio stream. | j^ | 1 | -2/+7 |
2006-04-19 | gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_... | Wim Taymans | 1 | -3/+6 |
2006-04-10 | gst/qtdemux/qtdemux.c: Fix parsing of newer stsd chunks again. | Wim Taymans | 1 | -1/+3 |
2006-04-10 | gst/qtdemux/qtdemux.c: Fix framerate calculation. | Wim Taymans | 1 | -4/+11 |
2006-04-10 | gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples. | Wim Taymans | 1 | -1/+5 |
2006-04-09 | gst/audioresample/debug.h: replace debug macros with variable number of param... | Sébastien Moutte | 2 | -5/+13 |
2006-04-08 | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 31 | -31/+32 |
2006-04-08 | gst/: Fix more broken GObject macros | Stefan Kost | 4 | -7/+15 |
2006-04-08 | gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu... | Wim Taymans | 1 | -130/+141 |
2006-04-06 | gst/qtdemux/qtdemux.c: Added full edit list support. | Wim Taymans | 1 | -208/+578 |
2006-04-06 | Unify the long descriptions in the plugin details (#337263). | j^ | 30 | -126/+107 |
2006-04-05 | gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli... | Wim Taymans | 1 | -10/+24 |
2006-04-04 | gst/qtdemux/qtdemux.c: More cleanups, added comments. | Wim Taymans | 1 | -142/+237 |
2006-04-04 | gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes. | Wim Taymans | 2 | -127/+322 |
2006-04-03 | GST_ORIGIN => GST_PACKAGE_ORIGIN | Tim-Philipp Müller | 1 | -1/+1 |
2006-04-01 | rework build; add translations for v4l2 | Thomas Vander Stichele | 33 | -33/+35 |
2006-03-22 | gst/modplug/libmodplug/: Try that again (not only should it be MODPLUG_ inste... | Tim-Philipp Müller | 2 | -1/+3 |