summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-08-01ext/jpeg/: First member in GTypeInfo is class size, not instance size.Tim-Philipp Müller1-0/+7
2005-07-31gst/modplug/gstmodplug.cc: Don't crash if a query comes in and we're not set ...Tim-Philipp Müller1-0/+8
2005-07-28testsuite/gst-lint: Add check for bad header <stdint.h>Tim-Philipp Müller1-0/+5
2005-07-28sys/ximage/ximagesrc.c: In GStreamerville, it's "endianness", not "endianess".Tim-Philipp Müller1-0/+8
2005-07-28configure.ac: Bump libx264 requirement to a more recent version (my version h...Tim-Philipp Müller1-0/+14
2005-07-28ext/ogg/gstoggmux.c: Make sure pages are always in the right order, even when...Ronald S. Bultje1-0/+9
2005-07-27gst/alpha/gstalpha.c: Fix capsnego (#311401).Ronald S. Bultje1-0/+10
2005-07-27gst/mpeg1videoparse/gstmp1videoparse.*: Add support for MPEG-2 video (#311600).Ronald S. Bultje1-0/+12
2005-07-27ext/x264/x264enc.c: Possibly uninitialized value (#311662).Ronald S. Bultje1-0/+5
2005-07-27ext/cdparanoia/gstcdparanoia.c: More debug.Ronald S. Bultje1-0/+7
2005-07-27ext/cdparanoia/gstcdparanoia.c: Coding without coffee should be forbidden. 1 ...Ronald S. Bultje1-0/+6
2005-07-27ext/cdparanoia/gstcdparanoia.c: Some extra checking to make sound-juicer more...Ronald S. Bultje1-0/+6
2005-07-25configure.ac: Check for libGLU for glimagesink (#311487).Ronald S. Bultje1-0/+5
2005-07-25make gst_videofilter_setup public make videoflip invoke the base _setup metho...Thomas Vander Stichele1-0/+20
2005-07-24Dear God. One videoflip element being installed is quite enough, thank you. ...Thomas Vander Stichele1-0/+13
2005-07-23ext/x264/x264enc.c: Fix category so it displays in Cupid.Ronald S. Bultje1-0/+5
2005-07-23Add x264-based h264/AVC encoder.Ronald S. Bultje1-0/+15
2005-07-22sys/v4l2/: implement read access. V4l2src will use read access if mmap doesn'...Benjamin Otte1-0/+18
2005-07-22gst/: Allow 24/32-bpp songs, too, and blockalign samples to the header-specif...Ronald S. Bultje1-0/+8
2005-07-22ext/flac/gstflacdec.*: Handle .flac files with 24 and 32 bits per sample (fix...Tim-Philipp Müller1-0/+8
2005-07-21gst/spectrum/demo-osssrc.c: Use 32 for the graph since it's the dimension of ...Tim-Philipp Müller1-0/+16
2005-07-21Fix xfixes cursor addition (thanks Luca for patch)Zaheer Abbas Merali1-0/+13
2005-07-20gst/matroska/matroska-mux.c: Add vorbis muxing support (#171563).Ronald S. Bultje1-0/+7
2005-07-20gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo ixes a seggie m...Andy Wingo1-0/+5
2005-07-20gst/spectrum/gstspectrum.*: Misc. clean-ups; most importantly, add a template...Tim-Philipp Müller1-1/+11
2005-07-20gst/spectrum/gstspectrum.*: Handle mono streams.Tim-Philipp Müller1-0/+9
2005-07-16Rename and cleanup bitmap->ayuv conversion.Arwed v. Merkatz1-0/+8
2005-07-16Fix chroma plane offsets when mixing in a i420 video.Arwed v. Merkatz1-0/+5
2005-07-16gst/matroska/matroska-demux.c: Initialize variable to NULL properly. Appears ...Ronald S. Bultje1-0/+5
2005-07-15Revert that previous commit, doesn't really fix the issue, just delays it.Arwed v. Merkatz1-6/+0
2005-07-15Don't drop textstream filler events.Arwed v. Merkatz1-0/+6
2005-07-15Use xfixes's .pc file instead of the header checkZaheer Abbas Merali1-0/+6
2005-07-15ext/cdparanoia/gstcdparanoia.c: Fix #309834, access variable when it is NULL.Ronald S. Bultje1-0/+5
2005-07-14sys/v4l2/v4l2src_calls.c: try extra hard to discard queued buffers. Fixes rei...Benjamin Otte1-0/+6
2005-07-14sys/ximage/ximagesrc.c: fix warning if xfixes doesn't existZaheer Abbas Merali1-0/+6
2005-07-14configure.ac: whoops committed something i shouldnt have from my tree :)Zaheer Abbas Merali1-0/+5
2005-07-14+ sys/ximage/ximageutil.h: + sys/ximage/ximageutil.c:Zaheer Abbas Merali1-0/+20
2005-07-14gst/tcp/gstmultifdsink.h (enum): gst/tcp/gstmultifdsink.c (gst_client_status_...Luca Ognibene1-0/+8
2005-07-12Added FFmpegs MPEG-4 FOURCCArwed v. Merkatz1-0/+6
2005-07-11gst/audioscale/gstaudioscale.*: Fix timestamp rounding error (#309354).Ronald S. Bultje1-0/+10
2005-07-11ext/cdparanoia/gstcdparanoia.c: Allow extracting last track when using URIs a...Ronald S. Bultje1-0/+9
2005-07-11ext/gnomevfs/: Add debug category (#309524).Ronald S. Bultje1-0/+9
2005-07-11Compile against newer libxine, update requirement (#309503).Ronald S. Bultje1-0/+10
2005-07-11ext/theora/theoradec.c: Packet >= 3, not >3, is not a header. Fixes the case ...Ronald S. Bultje1-0/+6
2005-07-07configure.ac: fix xvid detection, so that we work with the new 4.1 API. This ...Benjamin Otte1-0/+7
2005-07-06Don't error on eos, instead finish muxing correctly.Arwed v. Merkatz1-0/+5
2005-07-06use g_array_free instead of g_free, bug #309532Arwed v. Merkatz1-0/+5
2005-07-03ext/: Make dvd:// primary for dvdnav, make dvdread secondary. THISRonald S. Bultje1-0/+11
2005-07-02ext/dvdnav/dvdnavsrc.c: Fix seeking calculation.Jan Schmidt1-0/+24
2005-07-02Fix testRonald S. Bultje1-0/+2