summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-01-10gst-libs/gst/riff/riff-read.c: Don't bail on unknown events.Ronald S. Bultje1-0/+12
2005-01-10gst/playback/gstplaybasebin.c: Don't disable streamtype if the stream doesn't...Ronald S. Bultje1-0/+7
2005-01-10sys/: Add debug categories, fix overlay disabling.Ronald S. Bultje1-0/+8
2005-01-10ext/alsa/gstalsa.*: Add HW probing for period_count/size and buffer_size MIX/MAXStéphane Loeuillet1-0/+8
2005-01-09gst/qtdemux/qtdemux.c: Fix warning (#161191).Ronald S. Bultje1-0/+5
2005-01-09fix warning : wrong variable initialised in second switch defaultStéphane Loeuillet1-0/+6
2005-01-09gst/tta/gstttaparse.c: Fix gcc-2.95 compile (#163485).Ronald S. Bultje1-0/+7
2005-01-09Update for API change in flac-1.1.1. Update requirement in configure.ac. Fixe...Ronald S. Bultje1-0/+11
2005-01-09gst/playback/gstplaybasebin.c: Remove hack to get rid of assert and get rid o...Ronald S. Bultje1-0/+6
2005-01-09gst/playback/gstplaybasebin.c: Set source to NULL so that resources are free'...Ronald S. Bultje1-0/+6
2005-01-09testsuite/embed/Makefile.am: test->noinst, fix make test in buildbot.Ronald S. Bultje1-0/+5
2005-01-09ext/dvdread/stream_labels.c: new fileStéphane Loeuillet1-0/+10
2005-01-09gst/playback/gstplaybasebin.c: Fix hanging subs.Ronald S. Bultje1-0/+5
2005-01-09typoRonald S. Bultje1-1/+1
2005-01-09gst/playback/gstplaybasebin.*: Multiple .sub files is just a stupid idea... F...Ronald S. Bultje1-0/+11
2005-01-09testsuite/embed/Makefile.am: Fix buildbot.Ronald S. Bultje1-0/+5
2005-01-09ext/libpng/gstpngenc.*: Add compression level property (#163323).Ronald S. Bultje1-0/+10
2005-01-09Remove all references to xvideosink, fix examples (#140845).Ronald S. Bultje1-0/+20
2005-01-09Update README to give valid PKG_CONFIG_PATH instructionsMaciej Katafiasz1-0/+6
2005-01-09gst/audioscale/gstaudioscale.c: %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ f...Ronald S. Bultje1-0/+7
2005-01-09ext/alsa/gstalsa.c: Reset variables on READY.Ronald S. Bultje1-0/+8
2005-01-09ext/mad/gstmad.c: Don't call mad_stream_sync() directly after recovering sync.Ronald S. Bultje1-0/+8
2005-01-09ext/snapshot/gstsnapshot.c: Allocate resources when required, fix recursive s...Ronald S. Bultje1-0/+10
2005-01-09ext/libpng/gstpngdec.c: Handle only 8-bppc (bits-per-pixel-component) images,...Ronald S. Bultje1-0/+12
2005-01-09ext/dvdnav/dvdnavsrc.c: Add DVD-nav URI (dvdnav://) for Totem testing purposes.Ronald S. Bultje1-0/+10
2005-01-09sys/: Check for pad availability before sending event.Ronald S. Bultje1-0/+7
2005-01-08gst-plugins.spec.in: Add subparse.Ronald S. Bultje1-0/+5
2005-01-08configure.ac: Since we use functions from CVS, up requirement.Ronald S. Bultje1-0/+5
2005-01-08gst/playback/: Adding stream selection support plus required properties for a...Ronald S. Bultje1-0/+28
2005-01-08gst/games/gstpuzzle.c: - handle nav events differently: forward every event n...Benjamin Otte1-0/+9
2005-01-08OGM text support, Matroska UTF-8 text support, deadlock fixes all over the pl...Ronald S. Bultje1-0/+50
2005-01-08ext/vorbis/vorbisdec.c: Check for pad availability before doing a query on it.Ronald S. Bultje1-0/+5
2005-01-08ext/dv/gstdvdec.c: really fix bpp24/32 dvdec caps (classic rgba indeed)Stéphane Loeuillet1-0/+8
2005-01-08ext/dv/gstdvdec.c: remove unneeded comment from dvdec (related to DV 4CC code...Stéphane Loeuillet1-0/+20
2005-01-07ext/dv/gstdvdec.c: Fix audio caps i just broke (missing ',')Stéphane Loeuillet1-0/+8
2005-01-07ext/dv/demo-play.c: xvideosink -> xvimagesinkStéphane Loeuillet1-3/+12
2005-01-07gst/audioconvert/gstaudioconvert.c: The return value of fixate_to does not im...Ronald S. Bultje1-0/+6
2005-01-07ext/libpng/: mime fixage.Ronald S. Bultje1-0/+10
2005-01-07ext/faac/gstfaac.*: Allow for ADTS output (#153434).Ronald S. Bultje1-0/+10
2005-01-07sys/v4l2/gstv4l2src.c: Fix against template (#150576).Ronald S. Bultje1-0/+5
2005-01-06gst/games/gstpuzzle.c: don't draw a puzzle if either width or height of tiles...Benjamin Otte1-0/+5
2005-01-06gst/games/gstpuzzle.c: no memleaks, please change initialization code around ...Benjamin Otte1-0/+11
2005-01-06gst/games/gstvideoimage.c: fix stupid typo that borked copying on YUY2Benjamin Otte1-0/+5
2005-01-06gst/games/gstpuzzle.c: fix edges when image sizes aren't multiples of tile sizesBenjamin Otte1-0/+5
2005-01-06gst/games/gstpuzzle.c: make RGB endianness work correctly refactor and fix ra...Benjamin Otte1-0/+19
2005-01-06gst/asfdemux/gstasfdemux.c: Extract TrackNumber metadata + clean up codeStéphane Loeuillet1-0/+9
2005-01-06ext/faad/gstfaad.c: Only increment timestamp if it's valid. Fixes raw AAC str...Ronald S. Bultje1-0/+5
2005-01-06add a puzzle game with...Benjamin Otte1-0/+12
2005-01-06small addition to last changelog's entry (fixes #155346)Stéphane Loeuillet1-0/+1
2005-01-05configure.ac: don't compile faad plugin if a RC of 2.0 is foundStéphane Loeuillet1-0/+9