Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
remove '__inline' stuff and take normal 'inline' instead
|
|
Original commit message from CVS:
Forte is more picky about how the pow() and log() functions are called.
|
|
Original commit message from CVS:
Corrected modplug and monkeyaudio to build with non-gcc compilers.
|
|
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.
|
|
Original commit message from CVS:
change required to build on solaris.
|
|
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.
|
|
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.
|
|
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
|
|
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)
|
|
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.
|
|
Original commit message from CVS:
Partial fix for #109700. Should be applied to 0.6.1.
|
|
Original commit message from CVS:
Silly bug, i wonder who was the last one to play with it
|
|
Original commit message from CVS:
Forward events.
|
|
conversion.
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
|
|
Original commit message from CVS:
Just correcting my mistake
|
|
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
|
|
Original commit message from CVS:
make 8bit modplug use the right caps. 8bit sounds really crappy tho
|
|
Original commit message from CVS:
Make property write only
|
|
Original commit message from CVS:
fix stupid mistake on seek event
|
|
Original commit message from CVS:
- Fix bytestream flush
- Add workaround for spider bug
|
|
Original commit message from CVS:
handle bytestream event
|
|
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
|
|
Original commit message from CVS:
don't segfault when data didn't make it in
|
|
Original commit message from CVS:
+ modifying playondemand to behave a little more like a sequencer
|
|
Original commit message from CVS:
Fix timestamps
|
|
Original commit message from CVS:
somewhat fix modplug
|
|
Original commit message from CVS:
PadConnect -> PadLink
|
|
Original commit message from CVS:
my candidate for silliest hack of the year
|
|
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
|
|
Original commit message from CVS:
add verbose decode support
|
|
Original commit message from CVS:
exciting .cvsignore updates!
|
|
Original commit message from CVS:
Fix plugins for new query API
|
|
Original commit message from CVS:
Remove modplug_types.c
|
|
Original commit message from CVS:
add metadata
code cleanup
|
|
Original commit message from CVS:
initial checkin of work-in-progress vbidec plugin for closed caption support
|
|
Original commit message from CVS:
hardlink stdc++ until someone explains us The One True Way
|
|
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
|
|
Original commit message from CVS:
parallel install fixes
|
|
Original commit message from CVS:
remove infinite loop
code cleanup
|
|
Original commit message from CVS:
this dir is kicking my ass all over the place
|
|
Original commit message from CVS:
Moved clock set/get to class functions.
|
|
Original commit message from CVS:
Remove modplug_types.c
|
|
Original commit message from CVS:
Patch from Ken MacLeod (Bug #98797), Thanks Ken !
|
|
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
|
|
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
|
|
Original commit message from CVS:
add dependency field so parallel makes don't fail
|
|
Original commit message from CVS:
backmerge
|
|
Original commit message from CVS:
Some cleanups, fix for the blending code
|
|
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 ?
|
|
Original commit message from CVS:
- implemented clock sweep on 90 degree angles to compensate for aspect
ratio.
- implemented remaining clock wipes
|