Age | Commit message (Expand) | Author | Files | Lines |
2005-06-10 | Fix some error domains; don't print the URI in playbin errors. | Ronald S. Bultje | 1 | -0/+8 |
2005-06-09 | g/: Default to autovideosink instead of @DEFAULT_VIDEOSINK@. | Ronald S. Bultje | 3 | -5/+13 |
2005-06-09 | ext/mad/gstmad.c: Update total_samples after new header, since it will affect... | Ronald S. Bultje | 1 | -0/+6 |
2005-06-09 | Fixed regeneration of wavpack header. | Arwed v. Merkatz | 1 | -0/+6 |
2005-06-09 | Fixed time query and added position query. | Arwed v. Merkatz | 2 | -12/+18 |
2005-06-09 | New wavpack plugin using the wavpack library instead of importing the whole w... | Arwed v. Merkatz | 2 | -2/+52 |
2005-06-09 | ext/cdparanoia/gstcdparanoia.c: Report device when open failed. Remove warnin... | Ronald S. Bultje | 1 | -0/+8 |
2005-06-09 | gst/matroska/matroska-mux.c: Some better error reporting instead of just retu... | Ronald S. Bultje | 1 | -0/+5 |
2005-06-09 | sys/v4l2/gstv4l2src.c: Don't use bytesused/length of a buffer for GST_BUFFER_... | Ronald S. Bultje | 2 | -3/+10 |
2005-06-09 | gst/adder/gstadder.c: Workaround for multi-mp3 case. Seems to work fine (#305... | Ronald S. Bultje | 1 | -0/+6 |
2005-06-09 | gst/adder/gstadder.c: Remove double loop (probably copy/paste error). | Ronald S. Bultje | 1 | -0/+5 |
2005-06-09 | gst/qtdemux/qtdemux.c: Fix EOS handling (#305150). | Ronald S. Bultje | 2 | -22/+17 |
2005-06-09 | gst/adder/gstadder.c: Use getcaps function for source pad, too (#301292). | Ronald S. Bultje | 1 | -0/+7 |
2005-06-09 | gst/typefind/gsttypefindfunctions.c: Make audio/x-au its own typefind functio... | Ronald S. Bultje | 1 | -0/+7 |
2005-06-09 | ext/xvid/gstxvid.c: Make struct static, xvid crashes internally otherwise (#3... | Ronald S. Bultje | 2 | -1/+8 |
2005-06-09 | gst/asfdemux/gstasfdemux.c: Cap framerate; should fix negotiation issues for ... | Ronald S. Bultje | 1 | -0/+5 |
2005-06-09 | gst-libs/gst/riff/riff-media.c: Add Microsoft ISO MPEG-4 1.1 (M4S2; #306659). | Ronald S. Bultje | 2 | -0/+15 |
2005-06-09 | gst/qtdemux/qtdemux.c: Fix up SVQ3 caps (to fix frame order problems; #306530). | Ronald S. Bultje | 2 | -53/+16 |
2005-06-08 | ext/faad/gstfaad.c: I don't understand how this got unnoticed for so long - d... | Thomas Vander Stichele | 2 | -2/+17 |
2005-06-08 | gst/playback/gstplaybasebin.c: Set max. buffer size depending on media type (... | Ronald S. Bultje | 1 | -0/+6 |
2005-06-08 | support h264 video in matroska | Arwed v. Merkatz | 1 | -0/+7 |
2005-06-08 | gst/qtdemux/qtdemux.c: Fix distortion in 8-bit audio tracks (#306680). | Ronald S. Bultje | 2 | -1/+6 |
2005-06-07 | sys/glsink/glimagesink.c: Make MESA extensions dependent on having MESA. (fix... | David Schleef | 2 | -4/+16 |
2005-06-06 | gst-libs/gst/audio/multichannel.c: revert my patch from 2005-06-01. I confuse... | Benjamin Otte | 3 | -7/+15 |
2005-06-03 | ext/cdparanoia/gstcdparanoia.c: Unbreak soundjuicer (tested gnome-cd, sound-j... | Ronald S. Bultje | 1 | -0/+6 |
2005-06-03 | gst/qtdemux/qtdemux.c: Add codecdata on avc1 (h264). | Ronald S. Bultje | 2 | -0/+27 |
2005-06-03 | gst/videoscale/gstvideoscale.c: Let's not break planar YUV by allocating only... | Ronald S. Bultje | 1 | -0/+5 |
2005-06-03 | sys/ximage/ximagesrc.c: Some extra checks, move display initialization to sta... | Ronald S. Bultje | 1 | -0/+9 |
2005-06-03 | ext/audiofile/gstafparse.c: Portability fix for non-exported function (#305435). | Ronald S. Bultje | 2 | -2/+23 |
2005-06-02 | gst/audiorate/gstaudiorate.c: Fix copy'n'past-o from previous commit and actu... | Tim-Philipp Müller | 1 | -0/+9 |
2005-06-02 | gst/audiorate/gstaudiorate.c: Make case of overlapping buffers work (a sub bu... | Tim-Philipp Müller | 1 | -0/+13 |
2005-06-02 | if faad wants params in exact bit-width, then deliver them as such | Stefan Kost | 2 | -2/+7 |
2005-06-01 | gst-libs/gst/audio/multichannel.c: It might help if you want to blame caps fo... | Benjamin Otte | 2 | -9/+17 |
2005-05-29 | sys/glsink/glimagesink.c: Change rank from | David Schleef | 2 | -1/+6 |
2005-05-29 | gst/videoscale/: Some days, you just get the urge to rewrite a bunch of code. | David Schleef | 1 | -0/+19 |
2005-05-26 | Fixed spc plugin to dist correctly. | Arwed v. Merkatz | 1 | -0/+5 |
2005-05-25 | back to head | Thomas Vander Stichele | 2 | -1/+6 |
2005-05-25 | releasing 0.8.9, Old Hat | Thomas Vander Stichele | 19 | -868/+3414 |
2005-05-25 | ext/alsa/gstalsa.c: workaround bug in dmix. Fixes #305186. | Ronald S. Bultje | 1 | -0/+8 |
2005-05-25 | sys/ximage/ximagesrc.c: fix bug brought out by gcc4. Closes #305012. | Luca Ognibene | 1 | -0/+8 |
2005-05-25 | bump for prerelease | Thomas Vander Stichele | 1 | -1/+1 |
2005-05-24 | gst/adder/gstadder.c: freeing the name variable | Edward Hervey | 1 | -0/+7 |
2005-05-18 | ext/swfdec/gstswfdec.c: Disable last patch, because it depends on swfdec CVS.... | David Schleef | 2 | -0/+11 |
2005-05-18 | sys/ximage/: Add ximagesrc element in the ximagesink plugin (plugin name shou... | Luca Ognibene | 1 | -0/+14 |
2005-05-18 | ext/xvid/gstxviddec.c: More gcc4. | Ronald S. Bultje | 2 | -1/+6 |
2005-05-18 | po/POTFILES.in: More updates. | Ronald S. Bultje | 2 | -3/+10 |
2005-05-18 | Update to 1.2 API (303117). | Ronald S. Bultje | 5 | -6/+25 |
2005-05-18 | removed unnecessary GST_NASSINK_OPEN flag, don't open multiple connections to... | Arwed v. Merkatz | 3 | -30/+41 |
2005-05-18 | gst/mpeg1videoparse/gstmp1videoparse.c: Prevent crash, detect keyframes (#303... | Ronald S. Bultje | 2 | -7/+25 |
2005-05-18 | po/POTFILES.in: Add some new files (#304125). | Ronald S. Bultje | 2 | -2/+22 |