summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-10-14configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef1-0/+8
2004-10-14gst/tcp/gstmultifdsink.c: Turn warnings into info.Wim Taymans1-0/+11
2004-10-14fix sample rate templateThomas Vander Stichele1-0/+6
2004-10-13ext/mad/gstmad.c: Decoding the header first fixes some problems in resyncing ...Wim Taymans1-0/+6
2004-10-12gst/playback/gstplaybin.c: Added vis plugin support, need to configure the vi...Wim Taymans1-0/+7
2004-10-12ext/gnomevfs/gstgnomevfssrc.c: Some debug.Ronald S. Bultje1-0/+18
2004-10-11ext/cdparanoia/gstcdparanoia.c: Get rid of hideous lead-in.Ronald S. Bultje1-0/+6
2004-10-11gst/playback/gstplaybasebin.c: Wrong var used to get g_list_next.Wim Taymans1-0/+5
2004-10-11ext/cdparanoia/gstcdparanoia.c: Report discid as metadata, add duration.Ronald S. Bultje1-0/+6
2004-10-11gst/playback/gstplaybasebin.c: Cleanup the previous pipeline a little earlier...Wim Taymans1-1/+11
2004-10-11ext/mad/gstid3tag.c: reset v1 tag offset when there is no v1 tag. Fixes id3de...Benjamin Otte1-0/+6
2004-10-10sys/v4l/: Change g_warnings to GST_WARNING_OBJECT and fix colourspace issueZaheer Abbas Merali1-0/+7
2004-10-10sys/v4l/gstv4lsrc.c: Fix for webcams that support only specific width or heightZaheer Abbas Merali1-0/+5
2004-10-09gst/wavenc/gstwavenc.c: Fix wrong discont event setup (fixes #154967).Ronald S. Bultje1-0/+7
2004-10-09gst/auparse/gstauparse.c: Error out on invalid data (fixes #154807).Ronald S. Bultje1-0/+7
2004-10-09ext/dvdread/dvdreadsrc.c: Make titles > 0 work again (fixes #154834).Ronald S. Bultje1-0/+7
2004-10-09gst-libs/gst/riff/riff-media.c: WMV3 missing in template caps.Ronald S. Bultje1-0/+6
2004-10-09gst/avi/gstavidemux.c: OK, so the original code was too strict. It makes rand...Ronald S. Bultje1-0/+8
2004-10-09gst/playback/gstplaybasebin.c: Actually clean up streaminfo if output fails. ...Ronald S. Bultje1-0/+11
2004-10-08gst/playback/gstplaybin.c: Add small bits of code for screenshot handling.Ronald S. Bultje1-0/+7
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-06bump nano to cvsThomas Vander Stichele1-0/+5
2004-10-06releasingThomas Vander Stichele1-10/+17
2004-10-06gst/playback/: Do not signal the no_more_pads after the first pad when we are...Wim Taymans1-0/+11
2004-10-06bump for prereleaseThomas Vander Stichele1-0/+5
2004-10-06gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet1-0/+9
2004-10-06gst-libs/gst/riff/riff-media.c: generate caps for ATRAC3 audio streamsStéphane Loeuillet1-0/+8
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 Loeuillet1-0/+10
2004-10-06gst/flx/gstflxdec.c: Actually _do_ negotiation. Pass gdouble as arg instead o...Wim Taymans1-0/+6
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 Stichele1-0/+8
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 Taymans1-0/+5
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-04you need 1.0.4 of speexThomas Vander Stichele1-0/+5
2004-10-04Revert the changes to the speex include file locations.Iain Holmes1-0/+12