David Schleef
0361771a57
Complete rewrite. Not finished, nothing to see here.
...
Original commit message from CVS:
Complete rewrite. Not finished, nothing to see here.
2003-06-10 06:23:42 +00:00
David Schleef
b09a0f4d32
Make sure buffer is long enough in type_find. Attempt to fix #114580
...
Original commit message from CVS:
Make sure buffer is long enough in type_find. Attempt to fix #114580
2003-06-06 20:24:13 +00:00
Ronald S. Bultje
aac0adf393
Make these compile with both solaris as well as lunix-based stuffies
...
Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies
2003-06-01 17:00:06 +00:00
Jeremy Simon
a8b0a796c5
CPPFLAGS -> CXXFLAGS
...
Original commit message from CVS:
CPPFLAGS -> CXXFLAGS
2003-05-31 14:45:19 +00:00
Wim Taymans
ed75cd44e4
UNITS -> DEFAULT
...
Original commit message from CVS:
UNITS -> DEFAULT
2003-05-24 10:41:58 +00:00
Benjamin Otte
940740d32a
fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to refl...
...
Original commit message from CVS:
fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
2003-05-22 20:45:09 +00:00
Benjamin Otte
f3e0b84064
remove '__inline' stuff and take normal 'inline' instead
...
Original commit message from CVS:
remove '__inline' stuff and take normal 'inline' instead
2003-05-22 17:51:01 +00:00
Brian Cameron
f4e4c4b31e
Forte is more picky about how the pow() and log() functions are called.
...
Original commit message from CVS:
Forte is more picky about how the pow() and log() functions are called.
2003-05-22 16:51:37 +00:00
Brian Cameron
ec45be3bb6
Corrected modplug and monkeyaudio to build with non-gcc compilers.
...
Original commit message from CVS:
Corrected modplug and monkeyaudio to build with non-gcc compilers.
2003-05-22 11:33:15 +00:00
Brian Cameron
6d19f51c85
Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing non-gcc compilers to break.
...
Original commit message from CVS:
Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which
were causing non-gcc compilers to break.
2003-05-22 11:04:31 +00:00
Brian Cameron
37d86126ac
change required to build on solaris.
...
Original commit message from CVS:
change required to build on solaris.
2003-05-22 11:00:33 +00:00
Brian Cameron
2e570bdcec
Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extensio...
...
Original commit message from CVS:
Made the SWAP and PREPARE_3D_LINE macros work with gints rather than
using typeof(), since typeof() is a gcc-extension and does not work
with other compilers. This is okay since every place these macros
are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect
that it is not so generic.
2003-05-22 10:26:44 +00:00
Brian Cameron
4c3c8f6f10
Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly in...
...
Original commit message from CVS:
Corrected the configure.ac so it actually works. Updated some c files
so that they build on Solaris. This mostly involved supporting ISO
style variable-argument macros.
2003-05-21 18:16:30 +00:00
Brian Cameron
a62ca0048e
Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a...
...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
2003-05-21 15:16:51 +00:00
Benjamin Otte
646db378d5
fixes to mp3 typefinding:
...
Original commit message from CVS:
fixes to mp3 typefinding:
- removed workaround that detected files with valid ID3v2 tag as mp3 (not needed anymore)
Invalid files didn't occur because of broken length in the tag but because of padding
in the beginning of the audio data most of the time.
- fixed various assorted stuff in the old typefind function (like not adjusting buffer
size after skipping)
- added 2nd typefind function to detect mp3 streams (fixes #94113 )
2003-04-10 02:34:13 +00:00
David Schleef
bb23b9a3a2
Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
...
Original commit message from CVS:
Fix a bunch of endianness conversions that were done as long instead of
int32. Should go into 0.6.1.
2003-04-07 18:43:25 +00:00
David Schleef
b32c526e60
Partial fix for #109700 . Should be applied to 0.6.1.
...
Original commit message from CVS:
Partial fix for #109700 . Should be applied to 0.6.1.
2003-04-04 22:51:07 +00:00
Zeeshan Ali
ae500224ff
Silly bug, i wonder who was the last one to play with it
...
Original commit message from CVS:
Silly bug, i wonder who was the last one to play with it
2003-03-02 20:17:21 +00:00
Wim Taymans
7912d9becd
Forward events.
...
Original commit message from CVS:
Forward events.
2003-02-25 21:34:10 +00:00
David Schleef
48300827a1
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
...
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
2003-02-02 05:26:29 +00:00
Zeeshan Ali
df64095e68
Just correcting my mistake
...
Original commit message from CVS:
Just correcting my mistake
2003-01-30 21:05:22 +00:00
Zeeshan Ali
1c6ceb5c0b
The first attempt to support MAS. Dont expect it to work :)
...
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
2003-01-30 20:24:26 +00:00
Benjamin Otte
0d1b9d28be
make 8bit modplug use the right caps. 8bit sounds really crappy tho
...
Original commit message from CVS:
make 8bit modplug use the right caps. 8bit sounds really crappy tho
2003-01-30 18:03:47 +00:00
Wim Taymans
4e2192230b
Make property write only
...
Original commit message from CVS:
Make property write only
2003-01-21 21:33:54 +00:00
Jeremy Simon
17b8e6956b
fix stupid mistake on seek event
...
Original commit message from CVS:
fix stupid mistake on seek event
2003-01-20 22:42:57 +00:00
Wim Taymans
0056a06bd0
- Fix bytestream flush
...
Original commit message from CVS:
- Fix bytestream flush
- Add workaround for spider bug
2003-01-20 21:24:37 +00:00
Jeremy Simon
6f92032333
handle bytestream event
...
Original commit message from CVS:
handle bytestream event
2003-01-20 21:02:58 +00:00
Christian Schaller
7409ccce5c
apply apoc's patch, it makes mod play and be seekable in gst-player, but 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-19 21:20:40 +00:00
Thomas Vander Stichele
034094d7a4
don't segfault when data didn't make it in
...
Original commit message from CVS:
don't segfault when data didn't make it in
2003-01-18 18:10:53 +00:00
Leif Johnson
6b785348c4
+ modifying playondemand to behave a little more like a sequencer
...
Original commit message from CVS:
+ modifying playondemand to behave a little more like a sequencer
2003-01-17 14:04:39 +00:00
Wim Taymans
18c9d19de2
Fix timestamps
...
Original commit message from CVS:
Fix timestamps
2003-01-12 21:28:38 +00:00
Wim Taymans
52838dd8aa
somewhat fix modplug
...
Original commit message from CVS:
somewhat fix modplug
2003-01-12 21:23:49 +00:00
Thomas Vander Stichele
8e3c533fcf
PadConnect -> PadLink
...
Original commit message from CVS:
PadConnect -> PadLink
2003-01-10 13:38:32 +00:00
Thomas Vander Stichele
a1d7f26437
my candidate for silliest hack of the year
...
Original commit message from CVS:
my candidate for silliest hack of the year
2003-01-10 10:24:06 +00:00
Thomas Vander Stichele
424db0d3ae
another batch of connect->link fixes please let me know about issues and 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-10 10:22:25 +00:00
David I. Lehn
562e0b2526
add verbose decode support
...
Original commit message from CVS:
add verbose decode support
2003-01-09 05:26:47 +00:00
David I. Lehn
62cb26e89d
exciting .cvsignore updates!
...
Original commit message from CVS:
exciting .cvsignore updates!
2002-12-31 18:14:08 +00:00
Wim Taymans
2deab46c69
Fix plugins for new query API
...
Original commit message from CVS:
Fix plugins for new query API
2002-12-30 17:53:18 +00:00
Jeremy Simon
5f3fa64939
Remove modplug_types.c
...
Original commit message from CVS:
Remove modplug_types.c
2002-12-30 17:22:42 +00:00
Jeremy Simon
3f676b1e22
add metadata code cleanup
...
Original commit message from CVS:
add metadata
code cleanup
2002-12-30 17:21:45 +00:00
David I. Lehn
61898506c8
initial checkin of work-in-progress vbidec plugin for closed caption support
...
Original commit message from CVS:
initial checkin of work-in-progress vbidec plugin for closed caption support
2002-12-19 21:34:56 +00:00
Thomas Vander Stichele
1f1d9b874f
hardlink stdc++ until someone explains us The One True Way
...
Original commit message from CVS:
hardlink stdc++ until someone explains us The One True Way
2002-12-13 09:50:19 +00:00
Iain Holmes
b521a373bf
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
...
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08 17:20:44 +00:00
Thomas Vander Stichele
708cf898e8
parallel install fixes
...
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:10 +00:00
Jeremy Simon
c99d527681
remove infinite loop code cleanup
...
Original commit message from CVS:
remove infinite loop
code cleanup
2002-12-07 15:28:24 +00:00
Thomas Vander Stichele
2f553735fe
this dir is kicking my ass all over the place
...
Original commit message from CVS:
this dir is kicking my ass all over the place
2002-11-28 20:31:48 +00:00
Wim Taymans
15c9d99874
Moved clock set/get to class functions.
...
Original commit message from CVS:
Moved clock set/get to class functions.
2002-11-27 20:54:42 +00:00
Jeremy Simon
a7c1b7d71a
Remove modplug_types.c
...
Original commit message from CVS:
Remove modplug_types.c
2002-11-23 09:36:50 +00:00
Jeremy Simon
a26e1cc0d2
Thanks Ken !
...
Original commit message from CVS:
Patch from Ken MacLeod (Bug #98797 ), Thanks Ken !
2002-11-23 09:35:43 +00:00
Thomas Vander Stichele
a826782864
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
...
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-18 22:05:30 +00:00