Age | Commit message (Expand) | Author | Files | Lines |
2005-01-09 | ext/snapshot/gstsnapshot.c: Allocate resources when required, fix recursive s... | Ronald S. Bultje | 1 | -19/+24 |
2005-01-07 | ext/faac/gstfaac.*: Allow for ADTS output (#153434). | Ronald S. Bultje | 2 | -11/+35 |
2005-01-06 | ext/faad/gstfaad.c: Only increment timestamp if it's valid. Fixes raw AAC str... | Ronald S. Bultje | 1 | -20/+22 |
2005-01-05 | ext/snapshot/gstsnapshot.c: Fix segfault (#161667). | Ronald S. Bultje | 1 | -10/+1 |
2005-01-05 | these files should not be here | Thomas Vander Stichele | 3 | -11/+0 |
2005-01-04 | I'm too lazy to comment this | Thomas Vander Stichele | 1 | -1/+1 |
2004-12-29 | configure.ac: Fix indentation, fix v4l2 plugin detection. | Ronald S. Bultje | 1 | -1/+1 |
2004-12-22 | Add gstmms | Maciej Katafiasz | 1 | -0/+8 |
2004-12-22 | First commit. To my knowledge should be in working state, playbin is supporte... | Maciej Katafiasz | 6 | -0/+500 |
2004-12-22 | First commit. To my knowledge should be in working state, playbin is supporte... | Maciej Katafiasz | 1 | -0/+0 |
2004-12-18 | ext/musepack/gstmusepackdec.cpp: Fetch error return values. Fixes #161624. | Ronald S. Bultje | 2 | -6/+8 |
2004-12-17 | configure.ac: look for musepack headers as musepack/*.h (fixes #159847) | David Schleef | 2 | -2/+2 |
2004-12-16 | ext/musicbrainz/gsttrm.*: Add support for using a proxy server when getting a... | Ronald S. Bultje | 2 | -1/+38 |
2004-12-16 | configure.ac: add audioresample and cairo plugins. Remove | David Schleef | 4 | -0/+535 |
2004-12-12 | merge patch from 158258 | Christian Schaller | 1 | -5/+0 |
2004-12-03 | ext/musepack/gstmusepackdec.cpp: There's also floating point libmusepacks. | Ronald S. Bultje | 2 | -26/+42 |
2004-12-03 | ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre... | Ronald S. Bultje | 1 | -4/+12 |
2004-12-01 | ext/faad/gstfaad.c: Oops, remove debug. | Ronald S. Bultje | 1 | -16/+2 |
2004-11-28 | Adding a first version of directfbvideosink. | Julien Moutte | 4 | -0/+883 |
2004-11-25 | Surround sound support. | Ronald S. Bultje | 3 | -86/+404 |
2004-11-12 | Update libvisual to 0.1.7. Link in the debug handling to gstreamer | Jan Schmidt | 4 | -184/+254 |
2004-11-12 | Added the polypaudio sink and hooked it into the build system. | Iain Holmes | 5 | -0/+796 |
2004-11-11 | ext/musepack/gstmusepackreader.cpp: Workaround for older core. | Ronald S. Bultje | 2 | -2/+2 |
2004-11-10 | ext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass e... | Ronald S. Bultje | 1 | -23/+44 |
2004-11-09 | ext/alsa/gstalsa.c: buffer-frames property was missing | Benjamin Otte | 6 | -14/+7 |
2004-11-07 | Add musepack decoder. | Ronald S. Bultje | 9 | -10/+1444 |
2004-11-01 | Fixes a bunch of problems with finalize and dispose functions, either assumpt... | Jan Schmidt | 7 | -23/+25 |
2004-10-27 | fix build on older automake | Thomas Vander Stichele | 1 | -1/+0 |
2004-10-23 | ext/Makefile.am: Fix the build fixes. | Ronald S. Bultje | 1 | -1/+1 |
2004-10-20 | I lied, I am the One True Buildmaster | Wim Taymans | 2 | -11/+17 |
2004-10-20 | fix the build | Thomas Vander Stichele | 1 | -3/+3 |
2004-10-18 | ext/cdaudio/gstcdaudio.c: Added uri handler for cd:// | Wim Taymans | 1 | -65/+127 |
2004-10-14 | configure.ac: update for swfdec-0.3 and liboil-0.2 | David Schleef | 2 | -226/+150 |
2004-10-05 | remove unused KIO_DIR | Thomas Vander Stichele | 1 | -1/+0 |
2004-10-05 | fixing libmng build | Thomas Vander Stichele | 1 | -0/+8 |
2004-10-01 | commiting patch from Phil Blundell | Phil Blundell | 1 | -1/+2 |
2004-10-01 | ext/faad/gstfaad.*: Allow playback of raw (unframed) MPEG AAC files (#148993). | Ronald S. Bultje | 2 | -33/+83 |
2004-09-28 | remove last mention of kio plugin (in the dist section) | Christian Schaller | 1 | -1/+0 |
2004-09-28 | Remove non-working ugly kioplugin Markey has new and much improved one in Ama... | Christian Schaller | 1 | -6/+0 |
2004-09-23 | ext/dirac/: Do something. Don't actually know if this works because I don't h... | Ronald S. Bultje | 5 | -85/+295 |
2004-09-15 | configure.ac: remove NASM check, since we don't use it. Update dirac check t... | David Schleef | 1 | -5/+11 |
2004-09-12 | Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, #152102... | David Schleef | 2 | -1/+11 |
2004-09-10 | Moving MAS plugin back to gst-sandbox module. | Zeeshan Ali | 4 | -826/+5 |
2004-09-02 | Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for | Zeeshan Ali | 4 | -0/+827 |
2004-08-31 | added typecast to avoid warning | Stefan Kost | 1 | -1/+1 |
2004-08-31 | fixed seg-fault and mem leak | Stefan Kost | 1 | -1/+2 |
2004-08-25 | Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream ar... | Arwed v. Merkatz | 1 | -1/+1 |
2004-08-09 | ext/sdl/sdlvideosink.c: Only allow sane framerates. | David Schleef | 1 | -1/+1 |
2004-08-03 | fixes for G_DISABLE_ASSERT and friends | Benjamin Otte | 2 | -2/+3 |
2004-07-19 | ext/ladspa/gstladspa.c: make sure longname, description and author are valid ... | Benjamin Otte | 1 | -2/+6 |