summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext/alsa/gstalsamixer.c: Update flags when requested.Ronald S. Bultje2005-01-111-0/+8
* ext/alsa/gstalsa.c: Fix dmix.Ronald S. Bultje2005-01-111-0/+5
* gst/playback/: Implement group-switch signal for use in apps to clear metadat...Ronald S. Bultje2005-01-111-0/+14
* ext/vorbis/vorbisdec.c: Debug.Ronald S. Bultje2005-01-111-0/+7
* ext/jpeg/gstjpegdec.c: Make jpegdec quiet on MJPEG decodingStéphane Loeuillet2005-01-102-0/+23
* ext/theora/theoradec.c: Fix broken code generation by gcc by swapping arguments.Ronald S. Bultje2005-01-101-0/+7
* oops, forgot to commit changelogStéphane Loeuillet2005-01-101-0/+10
* TODO: delete this file, it is by far outdatedStéphane Loeuillet2005-01-101-25/+0
* gst/audioscale/gstaudioscale.c: Don't crash, biatch! :).Ronald S. Bultje2005-01-101-0/+5
* Some work on tags - still doesn't work in playbin...Ronald S. Bultje2005-01-101-0/+8
* gst/qtdemux/qtdemux.c: Also shove tags on kid pads.Ronald S. Bultje2005-01-102-14/+26
* gst-libs/gst/riff/riff-read.c: Don't bail on unknown events.Ronald S. Bultje2005-01-102-18/+38
* gst/playback/gstplaybasebin.c: Don't disable streamtype if the stream doesn't...Ronald S. Bultje2005-01-101-0/+7
* sys/: Add debug categories, fix overlay disabling.Ronald S. Bultje2005-01-102-1/+23
* ext/alsa/gstalsa.*: Add HW probing for period_count/size and buffer_size MIX/MAXStéphane Loeuillet2005-01-101-0/+8
* remove some crap from TODO. probably not enoughtStéphane Loeuillet2005-01-091-32/+17
* gst/qtdemux/qtdemux.c: Fix warning (#161191).Ronald S. Bultje2005-01-092-3/+7
* fix warning : wrong variable initialised in second switch defaultStéphane Loeuillet2005-01-091-0/+6
* gst/tta/gstttaparse.c: Fix gcc-2.95 compile (#163485).Ronald S. Bultje2005-01-091-0/+7
* Update for API change in flac-1.1.1. Update requirement in configure.ac. Fixe...Ronald S. Bultje2005-01-094-1/+38
* gst/playback/gstplaybasebin.c: Remove hack to get rid of assert and get rid o...Ronald S. Bultje2005-01-091-0/+6
* gst/playback/gstplaybasebin.c: Set source to NULL so that resources are free'...Ronald S. Bultje2005-01-091-0/+6
* testsuite/embed/Makefile.am: test->noinst, fix make test in buildbot.Ronald S. Bultje2005-01-091-0/+5
* ext/dvdread/stream_labels.c: new fileStéphane Loeuillet2005-01-091-0/+10
* gst/playback/gstplaybasebin.c: Fix hanging subs.Ronald S. Bultje2005-01-091-0/+5
* typoRonald S. Bultje2005-01-091-1/+1
* gst/playback/gstplaybasebin.*: Multiple .sub files is just a stupid idea... F...Ronald S. Bultje2005-01-091-0/+11
* testsuite/embed/Makefile.am: Fix buildbot.Ronald S. Bultje2005-01-091-0/+5
* ext/libpng/gstpngenc.*: Add compression level property (#163323).Ronald S. Bultje2005-01-093-2/+29
* Remove all references to xvideosink, fix examples (#140845).Ronald S. Bultje2005-01-095-17/+36
* Update README to give valid PKG_CONFIG_PATH instructionsMaciej Katafiasz2005-01-092-4/+12
* gst/audioscale/gstaudioscale.c: %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ f...Ronald S. Bultje2005-01-091-0/+7
* ext/alsa/gstalsa.c: Reset variables on READY.Ronald S. Bultje2005-01-092-1/+14
* ext/mad/gstmad.c: Don't call mad_stream_sync() directly after recovering sync.Ronald S. Bultje2005-01-091-0/+8
* ext/snapshot/gstsnapshot.c: Allocate resources when required, fix recursive s...Ronald S. Bultje2005-01-091-0/+10
* ext/libpng/gstpngdec.c: Handle only 8-bppc (bits-per-pixel-component) images,...Ronald S. Bultje2005-01-093-20/+57
* ext/dvdnav/dvdnavsrc.c: Add DVD-nav URI (dvdnav://) for Totem testing purposes.Ronald S. Bultje2005-01-091-0/+10
* sys/: Check for pad availability before sending event.Ronald S. Bultje2005-01-091-0/+7
* gst-plugins.spec.in: Add subparse.Ronald S. Bultje2005-01-082-0/+6
* configure.ac: Since we use functions from CVS, up requirement.Ronald S. Bultje2005-01-082-1/+6
* gst/playback/: Adding stream selection support plus required properties for a...Ronald S. Bultje2005-01-081-0/+28
* gst/games/gstpuzzle.c: - handle nav events differently: forward every event n...Benjamin Otte2005-01-081-0/+9
* OGM text support, Matroska UTF-8 text support, deadlock fixes all over the pl...Ronald S. Bultje2005-01-086-49/+310
* ext/vorbis/vorbisdec.c: Check for pad availability before doing a query on it.Ronald S. Bultje2005-01-081-0/+5
* ext/dv/gstdvdec.c: really fix bpp24/32 dvdec caps (classic rgba indeed)Stéphane Loeuillet2005-01-082-3/+11
* ext/dv/gstdvdec.c: remove unneeded comment from dvdec (related to DV 4CC code...Stéphane Loeuillet2005-01-082-11/+20
* ext/dv/gstdvdec.c: Fix audio caps i just broke (missing ',')Stéphane Loeuillet2005-01-073-3/+24
* ext/dv/demo-play.c: xvideosink -> xvimagesinkStéphane Loeuillet2005-01-073-7/+16
* gst/audioconvert/gstaudioconvert.c: The return value of fixate_to does not im...Ronald S. Bultje2005-01-071-0/+6
* ext/libpng/: mime fixage.Ronald S. Bultje2005-01-074-37/+35