summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-06-08gst/playback/gstplaybasebin.c: Set max. buffer size depending on media type (...Ronald S. Bultje1-0/+6
2005-06-08support h264 video in matroskaArwed v. Merkatz1-0/+7
2005-06-08gst/qtdemux/qtdemux.c: Fix distortion in 8-bit audio tracks (#306680).Ronald S. Bultje1-0/+5
2005-06-07sys/glsink/glimagesink.c: Make MESA extensions dependent on having MESA. (fix...David Schleef1-0/+6
2005-06-06gst-libs/gst/audio/multichannel.c: revert my patch from 2005-06-01. I confuse...Benjamin Otte1-0/+6
2005-06-03ext/cdparanoia/gstcdparanoia.c: Unbreak soundjuicer (tested gnome-cd, sound-j...Ronald S. Bultje1-0/+6
2005-06-03gst/qtdemux/qtdemux.c: Add codecdata on avc1 (h264).Ronald S. Bultje1-0/+5
2005-06-03gst/videoscale/gstvideoscale.c: Let's not break planar YUV by allocating only...Ronald S. Bultje1-0/+5
2005-06-03sys/ximage/ximagesrc.c: Some extra checks, move display initialization to sta...Ronald S. Bultje1-0/+9
2005-06-03ext/audiofile/gstafparse.c: Portability fix for non-exported function (#305435).Ronald S. Bultje1-0/+6
2005-06-02gst/audiorate/gstaudiorate.c: Fix copy'n'past-o from previous commit and actu...Tim-Philipp Müller1-0/+9
2005-06-02gst/audiorate/gstaudiorate.c: Make case of overlapping buffers work (a sub bu...Tim-Philipp Müller1-0/+13
2005-06-02if faad wants params in exact bit-width, then deliver them as suchStefan Kost1-0/+5
2005-06-01gst-libs/gst/audio/multichannel.c: It might help if you want to blame caps fo...Benjamin Otte1-0/+10
2005-05-29sys/glsink/glimagesink.c: Change rank fromDavid Schleef1-0/+5
2005-05-29gst/videoscale/: Some days, you just get the urge to rewrite a bunch of code.David Schleef1-0/+19
2005-05-26Fixed spc plugin to dist correctly.Arwed v. Merkatz1-0/+5
2005-05-25back to headThomas Vander Stichele1-0/+5
2005-05-25releasing 0.8.9, Old HatThomas Vander Stichele1-11/+21
2005-05-25ext/alsa/gstalsa.c: workaround bug in dmix. Fixes #305186.Ronald S. Bultje1-0/+8
2005-05-25sys/ximage/ximagesrc.c: fix bug brought out by gcc4. Closes #305012.Luca Ognibene1-0/+8
2005-05-24gst/adder/gstadder.c: freeing the name variableEdward Hervey1-0/+7
2005-05-18ext/swfdec/gstswfdec.c: Disable last patch, because it depends on swfdec CVS....David Schleef1-0/+5
2005-05-18sys/ximage/: Add ximagesrc element in the ximagesink plugin (plugin name shou...Luca Ognibene1-0/+14
2005-05-18ext/xvid/gstxviddec.c: More gcc4.Ronald S. Bultje1-0/+5
2005-05-18po/POTFILES.in: More updates.Ronald S. Bultje1-0/+5
2005-05-18Update to 1.2 API (303117).Ronald S. Bultje1-0/+19
2005-05-18removed unnecessary GST_NASSINK_OPEN flag, don't open multiple connections to...Arwed v. Merkatz1-0/+10
2005-05-18gst/mpeg1videoparse/gstmp1videoparse.c: Prevent crash, detect keyframes (#303...Ronald S. Bultje1-0/+6
2005-05-18po/POTFILES.in: Add some new files (#304125).Ronald S. Bultje1-0/+7
2005-05-18ext/: Gcc4 fixes.Ronald S. Bultje1-0/+10
2005-05-18gst/wavparse/gstwavparse.c: Fix for channels == 0 (#304588).Ronald S. Bultje1-0/+5
2005-05-17gst/ffmpegcolorspace/gstffmpegcodecmap.c (gst_ffmpeg_caps_to_pixfmt)Luca Ognibene1-0/+6
2005-05-17gst/librfb/Makefile.am: reenable pluginDavid Schleef1-0/+4
2005-05-17gst/librfb/rfb.h: Don't include a nonexistant header.David Schleef1-0/+4
2005-05-17ext/raw1394/gstdv1394src.c: gcc4 strikes yet again (fixes #304284).Tim-Philipp Müller1-0/+5
2005-05-17gst/librfb/Makefile.am: disable build until gstrfbsrc.h gets addedThomas Vander Stichele1-0/+5
2005-05-17ext/swfdec/gstswfdec.c: Create a tag indicating the version of SWF file. (Us...David Schleef1-0/+5
2005-05-17gst/librfb/: Some much needed hackage. Fixed #171659, but then went on to ac...David Schleef1-0/+15
2005-05-15Let's try that again (put virtual deconstructor into the public section)Tim-Philipp Müller1-0/+6
2005-05-15Another batch of gcc-4.0 fixes (#304180).Tim-Philipp Müller1-0/+9
2005-05-14sys/glsink/glimagesink.c: And remember to set the context on the current thre...David Schleef1-0/+5
2005-05-14sys/glsink/glimagesink.*: Delay creation of window until PAUSED->PLAYING so t...David Schleef1-0/+8
2005-05-14sys/glsink/glimagesink.c: Fix resizing issues. Works well in totem.David Schleef1-0/+5
2005-05-14gst/realmedia/rmdemux.c: Set rank to NONE. Prevents it from being used in aut...Benjamin Otte1-0/+6
2005-05-13sys/glsink/: Rewrite glimagesink from scratch. Lots more feature and bounds ...David Schleef1-0/+10
2005-05-13ChangeLog surgery: fix bug numberTim-Philipp Müller1-1/+1
2005-05-13ext/musicbrainz/: Add empty .cpp file to make libtool use g++ for the linking...Tim-Philipp Müller1-0/+7
2005-05-13gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcsp_caps_remove_format_...Luca Ognibene1-0/+9
2005-05-10ext/gdk_pixbuf/pixbufscale.c (gst_pixbufscale_link): Really implement passthr...Luca Ognibene1-0/+5