Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Add mpegversion(1) to the caps
|
|
Original commit message from CVS:
Remove all locally-defined optimization flags
|
|
Original commit message from CVS:
Remove redundant plugindir definition
|
|
Original commit message from CVS:
Fix up small issues (fixes #119036)
|
|
to fix it
Original commit message from CVS:
Add DURATION support. It still doesn't work, see #119036 for why and on how to fix it
|
|
support
Original commit message from CVS:
Fix weird leftovers from the old mimetype era and also implement duration support
|
|
Original commit message from CVS:
Adding needed license information. The patch was reviewed and approved by
Christian Shaller. Ronald Bultje and Benjamin also responded with
comments.
|
|
in gstvideo.h. Fixes #118245.
Original commit message from CVS:
Rewrote the core function. Added some nice #defines that should
probably go in gstvideo.h. Fixes #118245.
|
|
Original commit message from CVS:
Add buffer length checks to every typefinding function
|
|
Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
|
|
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
|
|
for plugins
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
|
|
Original commit message from CVS:
+ attempting to fix up playondemand ... still makes nasty crackly noises
|
|
of GStreamer. Now that I got it compiled,...
Original commit message from CVS:
Fixes to make it compile without GNOME, and with a modern (>= 0.3)
version of GStreamer. Now that I got it compiled, I want to delete
it.
|
|
be some sort of video overlay element.
Original commit message from CVS:
Found this in my local tree. Looks cool, so I'm checking it in. Seems
to be some sort of video overlay element.
|
|
Original commit message from CVS:
Silence and fix typefinding
|
|
Original commit message from CVS:
fix mp3 typefinding and included layer in found type
|
|
Original commit message from CVS:
another comma missing
|
|
checkin
Original commit message from CVS:
Removed function that was only used by _loop(), which was removed by
last checkin
|
|
over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
|
|
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.
|