Age | Commit message (Expand) | Author | Files | Lines |
2005-02-16 | gst/playback/gstplaybin.c: Invert bin_add/link order to workaround deadlock i... | Ronald S. Bultje | 1 | -0/+5 |
2005-02-15 | gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail. | Ronald S. Bultje | 1 | -0/+5 |
2005-02-15 | ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculat... | Ronald S. Bultje | 1 | -0/+5 |
2005-02-15 | sys/: Use a mutex protected list to marshal navigation events into the stream... | Jan Schmidt | 1 | -0/+16 |
2005-02-15 | Add query function to GstSpeed, so that the stream length and current positio... | Tim-Philipp Müller | 1 | -0/+12 |
2005-02-13 | gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when lin... | Benjamin Otte | 1 | -0/+11 |
2005-02-13 | gst/audioconvert/gstchannelmix.h: include missing header file | Benjamin Otte | 1 | -0/+10 |
2005-02-12 | Convert to and from YV12 (fixes #156379) | Tim-Philipp Müller | 1 | -0/+9 |
2005-02-12 | sys/ximage/ximagesink.c: Protect interface methods from chain and negotiation... | Julien Moutte | 1 | -0/+14 |
2005-02-12 | Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error messa... | Tim-Philipp Müller | 1 | -0/+8 |
2005-02-11 | sys/xvimage/xvimagesink.c: Protect interface methods from chain and negotiati... | Julien Moutte | 1 | -0/+13 |
2005-02-11 | ext/mpeg2dec/gstmpeg2dec.c: Change uint to unsigned int. (fixes #167128) | David Schleef | 1 | -0/+5 |
2005-02-11 | gst/librfb/Makefile.am: Testing stuff before committing is for wimps... and p... | David Schleef | 1 | -0/+6 |
2005-02-11 | configure.ac: Pull in librfb from my CVS tree, because it is too small and an... | David Schleef | 1 | -0/+21 |
2005-02-10 | and make it handle more than one channel. | Tim-Philipp Müller | 1 | -0/+13 |
2005-02-10 | ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array. | Jan Schmidt | 1 | -0/+9 |
2005-02-09 | Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ... | Tim-Philipp Müller | 1 | -0/+15 |
2005-02-09 | testsuite/gst-lint: Check for non-statically scoped parent_class variables. ... | David Schleef | 1 | -0/+6 |
2005-02-09 | ext/mplex/gstmplexibitstream.cc: gcc madness. | Ronald S. Bultje | 1 | -0/+5 |
2005-02-09 | Die, thou faulty symbol pollutors (non-static parent_class). | Ronald S. Bultje | 1 | -0/+6 |
2005-02-08 | ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525). | Ronald S. Bultje | 1 | -0/+5 |
2005-02-08 | Add missing endianness to template (fixes #165509). | Ronald S. Bultje | 1 | -0/+6 |
2005-02-08 | gst/asfdemux/gstasfdemux.c: Fix wrong order of reading of optional bytes (#16... | Ronald S. Bultje | 1 | -0/+5 |
2005-02-08 | ext/alsa/gstalsasink.c: Implement FILLER event awareness. | Ronald S. Bultje | 1 | -0/+5 |
2005-02-08 | ext/cdparanoia/gstcdparanoia.c: Fix track calculations (#166208). | Ronald S. Bultje | 1 | -0/+5 |
2005-02-08 | ext/libpng/: Fix byte-order, use proper fixed caps. Fixes #164197. | Ronald S. Bultje | 1 | -1/+9 |
2005-02-08 | configure.ac: Add dvdlpcmdec | Jan Schmidt | 1 | -0/+42 |
2005-02-08 | gst/alpha/gstalphacolor.c: Add BGRA handling (#165736). | Ronald S. Bultje | 1 | -0/+8 |
2005-02-08 | gst/law/: Fix caps memleaks (#166600). | Ronald S. Bultje | 1 | -0/+10 |
2005-02-08 | Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not... | Tim-Philipp Müller | 1 | -0/+9 |
2005-02-05 | sys/: Clear window on PAUSED->READY instead of READY->PAUSED. Stop | Ronald S. Bultje | 1 | -0/+9 |
2005-02-05 | sys/v4l/gstv4lmjpegsrc.c: Switch to list instead of range, since MJPEG-device... | Ronald S. Bultje | 1 | -0/+6 |
2005-02-05 | ext/mpeg2dec/gstmpeg2dec.*: The libmpeg2 user-allocated buffer management is ... | Jan Schmidt | 1 | -0/+8 |
2005-02-04 | gst/audioconvert/bufferframesconvert.c | Andy Wingo | 1 | -0/+11 |
2005-02-04 | ext/mpeg2dec/gstmpeg2dec.*: Rearrange buffer tracking and refcounting and ref... | Jan Schmidt | 1 | -0/+10 |
2005-02-03 | sys/v4l/: Add new v4ljpegsrc for handling the ov51x hacky "I'll give you jpeg... | Jan Schmidt | 1 | -0/+17 |
2005-02-03 | sys/qcam/gstqcamsrc.c: Use GST_ELEMENT_ERROR, not g_warning, if open failed. | Ronald S. Bultje | 1 | -0/+6 |
2005-02-02 | gst/qtdemux/qtdemux.c: Change caps on MJPEG-B so it doesn't interfere with MJ... | Ronald S. Bultje | 1 | -0/+5 |
2005-02-02 | ext/raw1394/gstdv1394src.c: Reset negotiated state on PAUSED->READY. | Ronald S. Bultje | 1 | -0/+5 |
2005-02-02 | configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ... | David Schleef | 1 | -0/+37 |
2005-02-02 | gst/tcp/: Don't leak the hostname when shutting down. | Jan Schmidt | 1 | -0/+13 |
2005-02-01 | ext/raw1394/gstdv1394src.c: Set caps to systemstream=TRUE. | Ronald S. Bultje | 1 | -0/+5 |
2005-02-01 | testsuite/Makefile.am: Fix more OSX buildbots. | Ronald S. Bultje | 1 | -0/+5 |
2005-02-01 | ext/mpeg2dec/gstmpeg2dec.c: Don't send things to NULL PAD_PEERs | Jan Schmidt | 1 | -0/+29 |
2005-02-01 | gst/subparse/gstsubparse.c: Fix OSX buildbot. | Ronald S. Bultje | 1 | -0/+5 |
2005-01-31 | Set granulepos and timestamp correctly for streams not starting at 0, taking ... | Tim-Philipp Müller | 1 | -0/+11 |
2005-01-31 | Add audio/x-dts to audio pad template caps | Tim-Philipp Müller | 1 | -0/+5 |
2005-01-31 | ext/polyp/polypsink.c: Fix silly endianness bug. Add some debugging. Remove... | David Schleef | 1 | -0/+7 |
2005-01-29 | gst/qtdemux/qtdemux.c: Add 3IV2 fourcc. | Ronald S. Bultje | 1 | -0/+5 |
2005-01-29 | gst/avi/gstavidemux.*: Invert DIB images. Fixes #132341. | Ronald S. Bultje | 1 | -0/+8 |