summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2003-08-26closes bug #119105Thomas Vander Stichele2-5/+10
Original commit message from CVS: closes bug #119105
2003-06-27fix state change for modplug fixes #116152Thomas Vander Stichele2-3/+11
Original commit message from CVS: fix state change for modplug fixes #116152
2003-04-12Fixes #110252Ronald S. Bultje1-3/+19
Original commit message from CVS: Fixes #110252
2003-04-11Fixes #94113Ronald S. Bultje1-62/+156
Original commit message from CVS: Fixes #94113
2003-04-09See #104854 - too high chance for false positives, so revertingRonald S. Bultje1-0/+5
Original commit message from CVS: See #104854 - too high chance for false positives, so reverting
2003-04-07Fixes #109700Ronald S. Bultje3-14/+14
Original commit message from CVS: Fixes #109700
2003-04-07Fixes #104854Ronald S. Bultje1-20/+36
Original commit message from CVS: Fixes #104854
2003-01-31Applied patch 13968 plus a GST_DEBUG update, part of bug 104854.Erik Walthinsen1-3/+8
Original commit message from CVS: Applied patch 13968 plus a GST_DEBUG update, part of bug 104854.
2003-01-22Think Sane DefaultThomas Vander Stichele2-56/+14
Original commit message from CVS: Think Sane Default
2003-01-21Make property write onlyWim Taymans1-1/+1
Original commit message from CVS: Make property write only
2003-01-20fix stupid mistake on seek eventJeremy Simon1-0/+1
Original commit message from CVS: fix stupid mistake on seek event
2003-01-20- Fix bytestream flushWim Taymans1-3/+8
Original commit message from CVS: - Fix bytestream flush - Add workaround for spider bug
2003-01-20handle bytestream eventJeremy Simon2-11/+47
Original commit message from CVS: handle bytestream event
2003-01-19apply apoc's patch, it makes mod play and be seekable in gst-player, but ↵Christian Schaller2-67/+59
gst-player hangs on EOF with mod Original commit message from CVS: apply apoc's patch, it makes mod play and be seekable in gst-player, but gst-player hangs on EOF with mod
2003-01-18don't segfault when data didn't make it inThomas Vander Stichele1-2/+5
Original commit message from CVS: don't segfault when data didn't make it in
2003-01-17+ modifying playondemand to behave a little more like a sequencerLeif Johnson5-516/+456
Original commit message from CVS: + modifying playondemand to behave a little more like a sequencer
2003-01-12Fix timestampsWim Taymans1-1/+1
Original commit message from CVS: Fix timestamps
2003-01-12somewhat fix modplugWim Taymans2-86/+16
Original commit message from CVS: somewhat fix modplug
2003-01-10PadConnect -> PadLinkThomas Vander Stichele13-24/+24
Original commit message from CVS: PadConnect -> PadLink
2003-01-10my candidate for silliest hack of the yearThomas Vander Stichele1-0/+10
Original commit message from CVS: my candidate for silliest hack of the year
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele17-50/+50
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2003-01-09add verbose decode supportDavid I. Lehn5-0/+20
Original commit message from CVS: add verbose decode support
2002-12-31exciting .cvsignore updates!CAPSDavid I. Lehn2-0/+2
Original commit message from CVS: exciting .cvsignore updates!
2002-12-30Fix plugins for new query APIWim Taymans1-12/+16
Original commit message from CVS: Fix plugins for new query API
2002-12-30Remove modplug_types.cJeremy Simon1-221/+0
Original commit message from CVS: Remove modplug_types.c
2002-12-30add metadata code cleanupJeremy Simon3-198/+465
Original commit message from CVS: add metadata code cleanup
2002-12-19initial checkin of work-in-progress vbidec plugin for closed caption supportDavid I. Lehn7-0/+2319
Original commit message from CVS: initial checkin of work-in-progress vbidec plugin for closed caption support
2002-12-13hardlink stdc++ until someone explains us The One True WayThomas Vander Stichele1-1/+2
Original commit message from CVS: hardlink stdc++ until someone explains us The One True Way
2002-12-08Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes3-5/+5
Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08parallel install fixesThomas Vander Stichele25-25/+25
Original commit message from CVS: parallel install fixes
2002-12-07remove infinite loop code cleanupJeremy Simon2-92/+94
Original commit message from CVS: remove infinite loop code cleanup
2002-11-28this dir is kicking my ass all over the placeThomas Vander Stichele3-3/+223
Original commit message from CVS: this dir is kicking my ass all over the place
2002-11-27Moved clock set/get to class functions.Wim Taymans1-1/+2
Original commit message from CVS: Moved clock set/get to class functions.
2002-11-23Remove modplug_types.cJeremy Simon1-220/+0
Original commit message from CVS: Remove modplug_types.c
2002-11-23Thanks Ken !Jeremy Simon2-1/+222
Original commit message from CVS: Patch from Ken MacLeod (Bug #98797), Thanks Ken !
2002-11-18I'm sure this is the worst way to deal with this but I can't be arsed to ↵Thomas Vander Stichele1-0/+1
look it up in the big black book Original commit message from CVS: I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
2002-11-17Use bytestream to get buffer from sinkpad ( gst-player should play mod file ↵Jeremy Simon5-58/+361
now ;) Original commit message from CVS: Use bytestream to get buffer from sinkpad ( gst-player should play mod file now ;) Move module types build from mikmod to modplug
2002-11-02add dependency field so parallel makes don't failDavid I. Lehn1-1/+2
Original commit message from CVS: add dependency field so parallel makes don't fail
2002-11-01backmergeThomas Vander Stichele2-5/+6
Original commit message from CVS: backmerge
2002-10-17Some cleanups, fix for the blending codeWim Taymans2-84/+84
Original commit message from CVS: Some cleanups, fix for the blending code
2002-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson5-160/+458
audio sequencer. Currently defines three ex... Original commit message from CVS: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three extra globally visible functions, might eventually want to put them in an interface instead ?
2002-10-15- implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans4-275/+351
Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
2002-10-15Some more wipes, added radial wipesWim Taymans3-11/+515
Original commit message from CVS: Some more wipes, added radial wipes
2002-10-13Removed unused code, fixed a bugWim Taymans2-16/+2
Original commit message from CVS: Removed unused code, fixed a bug
2002-10-13- reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans7-212/+763
Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
2002-10-10Added the base framework for the SMPTE transitions and wipes.Wim Taymans8-0/+921
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.
2002-10-06adding libstdc++Thomas Vander Stichele2-1/+2
Original commit message from CVS: adding libstdc++
2002-09-29add licenseAndy Wingo2-0/+2
Original commit message from CVS: add license
2002-09-18plugins part of license field patchChristian Schaller26-2/+36
Original commit message from CVS: plugins part of license field patch
2002-09-11- Ripped some ID3 tag parsing from libid3 for typefind.Wim Taymans1-23/+40
Original commit message from CVS: - Ripped some ID3 tag parsing from libid3 for typefind. - Added ID3V1 to fypefind. - Don't check for a valid mp3 header after finding the ID3 tag as some ID3 tags seem broken.