Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
|
|
Original commit message from CVS:
some state change fixes
|
|
to caps conversions.
Original commit message from CVS:
"My way" turned out to cause seg faults. :) Fixed, and added
more fourcc to caps conversions.
|
|
Original commit message from CVS:
Revert last two changes and do it my way. :)
|
|
Original commit message from CVS:
Support ISO-style variable argument macros.
|
|
Original commit message from CVS:
Add missing }
|
|
Original commit message from CVS:
This adds width/height properties to qtdemux, so that it connects to ffdec_*... still doesn't work, because the buffer allocation in ffdec_ allocs too small buffers (edge emulation failure or so?), which causes a segfault. I'm working on that
|
|
starting to wonder if/how midi integrati...
Original commit message from CVS:
+ simplifying the filter's structure, but it's still not working perfectly
+ starting to wonder if/how midi integration is possible ...
|
|
Original commit message from CVS:
Handle compressed headers. Fix inappropriate use of bytestream_flush().
Code cleanup. Added getcaps and _link functions for src pads. Extract
and set the size,rate,channels correctly. Fix some of the caps to
agree with avidemux and/or ffmpeg.
|
|
channels on audio caps.
Original commit message from CVS:
Fix some of the fourcc to caps conversions. reenable setting of rate
and n channels on audio caps.
|
|
Original commit message from CVS:
gcc 3.3 and ppc fixes
|
|
Original commit message from CVS:
Complete rewrite. Not finished, nothing to see here.
|
|
Original commit message from CVS:
Make sure buffer is long enough in type_find. Attempt to fix #114580
|
|
Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies
|
|
Original commit message from CVS:
CPPFLAGS -> CXXFLAGS
|
|
Original commit message from CVS:
UNITS -> DEFAULT
|
|
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.
|
|
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
|