summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-10-08gst/playback/gstplaybin.c: Don't assume the user provided sinks are named "si...Wim Taymans1-2/+8
2004-10-08gst/playback/gstplaybasebin.c: Do not try to autoplug sources that generate r...Wim Taymans1-0/+9
2004-10-08ext/cdparanoia/gstcdparanoia.*: Added reworked patch from #154903 from milosz...Wim Taymans1-0/+12
2004-10-08gst/playback/: Reuse the audio and video bins.Wim Taymans1-0/+21
2004-10-08sys/: Reverting Ronald's changes as the issue is not coming from those elemen...Julien Moutte1-0/+11
2004-10-07sys/: Actually only create a new toplevel window if we're not gonna embed it ...Ronald S. Bultje1-0/+11
2004-10-07gst/playback/: Implement muting/unmuting of streams, mute streams that are no...Wim Taymans1-0/+8
2004-10-07gst/typefind/gsttypefindfunctions.c: Added lame audio/x-ac3 typefind function.Wim Taymans1-0/+6
2004-10-06doh, the correct bug fixesThomas Vander Stichele1-16/+28
2004-10-06bump nano to cvsThomas Vander Stichele2-1/+6
2004-10-06releasingThomas Vander Stichele15-200/+350
2004-10-06gst/playback/: Do not signal the no_more_pads after the first pad when we are...Wim Taymans1-0/+11
2004-10-06comment out libshout 2 plugin as we don't have a RPM for it yetChristian Schaller1-4/+4
2004-10-06bump for prereleaseThomas Vander Stichele2-1/+6
2004-10-06add mng plugin to spec fileChristian Schaller1-0/+8
2004-10-06gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet2-1/+10
2004-10-06gst-libs/gst/riff/riff-media.c: generate caps for ATRAC3 audio streamsStéphane Loeuillet2-0/+14
2004-10-06gst/wavparse/Makefile.am gst/wavparse/riff.h gst/wavparse/wavparse.vcproj rif...Stéphane Loeuillet1-0/+7
2004-10-06gst/wavparse/gstwavparse.h remove duplicated defines for audio codec codes gs...Stéphane Loeuillet2-1/+13
2004-10-06gst/flx/gstflxdec.c: Actually _do_ negotiation. Pass gdouble as arg instead o...Wim Taymans2-1/+11
2004-10-06gst/playback/: Set state on newly added element to READY so that negotiation ...Wim Taymans1-0/+15
2004-10-06add Oriya translation, yippeeThomas Vander Stichele3-1/+296
2004-10-05remove unused KIO_DIRThomas Vander Stichele1-1/+0
2004-10-05fixing libmng buildThomas Vander Stichele2-1/+9
2004-10-05gst/avi/gstavidemux.c: Prevent overwrite of size member. Makes audio sound cr...Ronald S. Bultje1-0/+5
2004-10-05- add .rmvb to the list of RealMedia known file extensionsStéphane Loeuillet1-0/+5
2004-10-05ext/libmng/gstmngdec.c: Set the framerate correctly.Wim Taymans1-0/+10
2004-10-04gst/avi/gstavidemux.c: There was something wrong with the index massaging.Ronald S. Bultje1-0/+5
2004-10-04ext/jpeg/: Updated smoke, new bitstream, allows embedding in ogg.Wim Taymans1-0/+21
2004-10-04gst/avi/gstavidemux.c: Fix seeking in some files. All this code is no longer ...Ronald S. Bultje1-0/+7
2004-10-04configure.ac: configure update for libmng.Wim Taymans2-0/+13
2004-10-04ext/libmng/: Added basic MNG decoder. Needs more work. The encoder does not w...Wim Taymans1-0/+24
2004-10-04gst/realmedia/rmdemux.c: Don't hang on length=0 chunks. Some negotiation fixe...Ronald S. Bultje1-0/+8
2004-10-04and this one tooThomas Vander Stichele1-0/+1
2004-10-04you need 1.0.4 of speexThomas Vander Stichele2-6/+16
2004-10-04Revert the changes to the speex include file locations.Iain Holmes1-0/+12
2004-10-04gst/realmedia/rmdemux.c: Use debug category, fix EOS handling. filesrc ! rmde...Ronald S. Bultje1-0/+12
2004-10-04gst/avi/gstavidemux.c: Improve allocation, cutting and sorting of the index. ...Ronald S. Bultje1-0/+8
2004-10-03gst/realmedia/rmdemux.c: fixed compilationChristophe Fergeau1-0/+5
2004-10-02gst-libs/gst/riff/riff-media.c: Add wing commander format mimetype/fourccs.Ronald S. Bultje2-1/+18
2004-10-02gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje4-23/+71
2004-10-01some cleanups in regards to requirementsChristian Schaller2-35/+4
2004-10-01commiting patch from Phil BlundellPhil Blundell2-1/+8
2004-10-01ext/speex/gstspeexdec.c: Small cleanups.Wim Taymans1-0/+9
2004-10-01gst/wavparse/gstwavparse.*: Added some more debugging info.Wim Taymans1-0/+12
2004-10-01gst/playback/: Add some debug info to decodebin, update READMEWim Taymans1-0/+8
2004-10-01ext/dvdnav/dvdnavsrc.c: Don't use g_print(); use GST_DEBUG().Ronald S. Bultje1-0/+5
2004-10-01ext/ogg/gstoggmux.c: Handle EOS properly.Ronald S. Bultje1-0/+6
2004-10-01ext/faad/gstfaad.*: Allow playback of raw (unframed) MPEG AAC files (#148993).Ronald S. Bultje3-33/+92
2004-10-01gst/wavparse/gstwavparse.c: Throw error if we didn't recognize the stream. Fi...Ronald S. Bultje1-0/+7