Age | Commit message (Expand) | Author | Files | Lines |
2005-11-05 | ext/directfb/dfbvideosink.c: Make acceleration detection work, better, add sa... | Julien Moutte | 2 | -4/+38 |
2005-11-04 | ext/directfb/dfbvideosink.*: Now does clipping when surface is too small, han... | Julien Moutte | 3 | -149/+157 |
2005-11-03 | ext/directfb/Makefile.am: Prepare for liboil usage. | Julien Moutte | 3 | -22/+127 |
2005-11-03 | Add support to exit when 'Esc' key is pressed. | Edgard Lima | 3 | -3/+88 |
2005-11-02 | configure.ac: Requires DirectFB 0.9.24 | Julien Moutte | 3 | -1/+5 |
2005-11-02 | add directfb to distdir | Christian Schaller | 1 | -1/+2 |
2005-11-02 | Complete rewrite/port of | Julien Moutte | 8 | -876/+1841 |
2005-10-31 | Changed property full-screen to fullscreen, using SDL_SWSURFACE instead of SD... | Edgard Lima | 2 | -3/+11 |
2005-10-31 | Added a property that allows full-screen. | Edgard Lima | 4 | -2/+37 |
2005-10-28 | ext/sdl/sdlvideosink.*: Fix I420 output on some machines (not very nice, but ... | Tim-Philipp Müller | 3 | -19/+70 |
2005-10-27 | ext/sdl/sdlvideosink.c: Fix SDL videosink and did some cleanups. | Wim Taymans | 2 | -101/+100 |
2005-10-27 | Trying to fix videos out of sync (not fixed yet) | Edgard Lima | 3 | -2/+45 |
2005-10-27 | removed unused language stuff | Christian Schaller | 1 | -27/+5 |
2005-10-27 | don't do po until something wants to be translated | Thomas Vander Stichele | 2 | -2/+1 |
2005-10-27 | gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well. | Tim-Philipp Müller | 2 | -3/+5 |
2005-10-27 | gst/qtdemux/qtdemux.c: Remove 'got-redirect' signal and post element message ... | Tim-Philipp Müller | 2 | -21/+15 |
2005-10-26 | Fixing stuff as wingo pointed out. | Zeeshan Ali | 5 | -22/+23 |
2005-10-26 | fix distcheck | Thomas Vander Stichele | 15 | -231/+175 |
2005-10-26 | don't put crap in user-visible strings | Thomas Vander Stichele | 1 | -2/+1 |
2005-10-25 | Over-writing Wim's gsm plugins (currently not working) with that from the far... | Zeeshan Ali | 6 | -179/+102 |
2005-10-25 | Fixed event handling in gsmenc. | Flavio Oliveira | 3 | -66/+107 |
2005-10-24 | port over plugin listing from base | Christian Schaller | 2 | -2/+9 |
2005-10-23 | back to HEAD | Thomas Vander Stichele | 2 | -1/+6 |
2005-10-23 | releasing 0.9.4RELEASE-0_9_4 | Thomas Vander Stichele | 18 | -148/+166 |
2005-10-23 | gst/tta/gstttaparse.c: STOPPED->FAILED. | Julien Moutte | 2 | -1/+5 |
2005-10-21 | latest updates | Christian Schaller | 1 | -0/+1 |
2005-10-20 | ext/faad/gstfaad.*: Do some timestamp smoothing (matroskademux apparently sen... | Tim-Philipp Müller | 3 | -36/+61 |
2005-10-19 | gst/: API change fix. | Wim Taymans | 4 | -24/+93 |
2005-10-19 | configure.ac: All the cool kids use GST_DOCBOOK_CHECK now. | Tim-Philipp Müller | 3 | -1/+6 |
2005-10-18 | gst/speed/Makefile.am: Fix build of speed. | Julien Moutte | 3 | -1/+5 |
2005-10-17 | Fixed Speed - Recovered featured missed since version 1.37, and changed other... | Edgard Lima | 5 | -80/+376 |
2005-10-16 | configure.ac: Fix glib check | Tim-Philipp Müller | 3 | -1/+6 |
2005-10-16 | restructure configure.ac, use correct libtool LDFLAGS, fix up defines | Thomas Vander Stichele | 2 | -1/+2 |
2005-10-13 | ex/: and more typos fixed | Stefan Kost | 3 | -4/+11 |
2005-10-13 | ext/faac/gstfaac.c: Gst09-ize code a little bit more: use gst_pad_alloc_buffe... | Tim-Philipp Müller | 2 | -68/+132 |
2005-10-12 | renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu... | Stefan Kost | 51 | -166/+251 |
2005-10-12 | ext/faac/gstfaac.c: Fix depth/width handling for float audio (#318659). | Tim-Philipp Müller | 2 | -26/+63 |
2005-10-12 | ext/faac/gstfaac.c: Refcount fixes (#318659) | Tim-Philipp Müller | 3 | -18/+40 |
2005-10-12 | ext/Makefile.am: libvisual and snapshot are not here anymore. | Julien Moutte | 3 | -2/+5 |
2005-10-11 | ext/faad/gstfaad.c: newsegment API update | Tim-Philipp Müller | 2 | -3/+10 |
2005-10-11 | gst/: newsegment API update. | Wim Taymans | 4 | -4/+11 |
2005-10-07 | ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in ... | Andy Wingo | 2 | -1/+1 |
2005-10-04 | fix spec file | Christian Schaller | 1 | -23/+4 |
2005-10-03 | back to head | Thomas Vander Stichele | 2 | -1/+6 |
2005-10-03 | release timeRELEASE-0_9_3 | Thomas Vander Stichele | 19 | -50/+47 |
2005-09-28 | gst/qtdemux/qtdemux.c: No need to take stream lock here. | Wim Taymans | 2 | -8/+6 |
2005-09-26 | fix build | Thomas Vander Stichele | 1 | -4/+1 |
2005-09-26 | some disting and build fixes | Christian Schaller | 4 | -1/+10 |
2005-09-23 | Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink. | Edgard Lima | 5 | -84/+72 |
2005-09-23 | gst/audioresample/: Convert to using gst debugging | David Schleef | 5 | -8/+18 |