Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Original commit message from CVS:
Some more wipes, added radial wipes
|
|
Original commit message from CVS:
Removed unused code, fixed a bug
|
|
Original commit message from CVS:
- reimplemented using organic masks, rendered with gouraud shaded triangles
- implemented more masks
- implemented adjustable border
|
|
Original commit message from CVS:
Added the base framework for the SMPTE transitions and wipes.
|
|
Original commit message from CVS:
adding libstdc++
|
|
Original commit message from CVS:
add license
|
|
Original commit message from CVS:
plugins part of license field patch
|
|
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.
|
|
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
|
|
Original commit message from CVS:
removing warnings (approved by wtay)
|
|
Original commit message from CVS:
- isprint seems to detect and ascii stream better
|