Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Actually, FAAC is LGPL, not GPL (like FAAD)
|
|
Original commit message from CVS:
BPS is per-channel BPS, not total BPS... Ohwell
|
|
Original commit message from CVS:
Don't throw an error if we can't negotiate caps
|
|
Original commit message from CVS:
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
|
|
Original commit message from CVS:
New libfaad (MPEG-2/4 AAC decoder) plugin
|
|
Original commit message from CVS:
This GstVideoSink function was removed today
|
|
Original commit message from CVS:
+ checking in plugin category changes
|
|
Add the template caps for the reverse for...
Original commit message from CVS:
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
|
|
and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
|
|
Original commit message from CVS:
Include config.h
|
|
plugin_init()
Original commit message from CVS:
Remove obsolete external function call and do all element registrations in plugin_init()
|
|
Original commit message from CVS:
convert to new plugin system
|
|
Original commit message from CVS:
fix warnings
|
|
formats anyway.
Original commit message from CVS:
remove audiofile typefinding because it is buggy and we support all of its formats anyway.
If you need it back, please fix it before you put it back in :)
|
|
Original commit message from CVS:
fix for new plugin system
|
|
Original commit message from CVS:
This was wrong
|
|
Original commit message from CVS:
And more, and more...
|
|
Original commit message from CVS:
More
|
|
Original commit message from CVS:
I forgot some other letters, but I also forgot which ones.
|
|
Original commit message from CVS:
Bly
|
|
company's new per-plugin (rather than per-element...
Original commit message from CVS:
Fix this too. Note that the per-plugin licensing is gone because of company's new per-plugin (rather than per-element) API. We basically need both... Ohwell, I just want this stuff to compile.
|
|
Original commit message from CVS:
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
|
|
Original commit message from CVS:
XVid compiles again...I'm off to bed :)
|
|
Original commit message from CVS:
Tarkin compiles again
|
|
Original commit message from CVS:
Sndfile compiles again
|
|
Original commit message from CVS:
Snapshot compiles
|
|
Original commit message from CVS:
Make smoothwave compile again
|
|
message sucked BTW)
Original commit message from CVS:
SDL Video sink ported to the new plugin code.
(Sorry that last commit message sucked BTW)
|
|
Original commit message from CVS:
mplex compiles...whatever it is
|
|
Original commit message from CVS:
Jack fixed too
|
|
Original commit message from CVS:
Dumdeedum, more spam...ivorbis is fixed
|
|
Original commit message from CVS:
Colo(u)rspace too
|
|
Original commit message from CVS:
GSM updated for new stuff
|
|
Original commit message from CVS:
Update all the audiofile stuff
|
|
Original commit message from CVS:
Update artsdsink too
|
|
Original commit message from CVS:
Updated gstarts
|
|
code from bitrotten plugins
Original commit message from CVS:
Move a few typefind functions to gst/typefind, remove all old typefinding
code from bitrotten plugins
|
|
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
|
|
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
|
|
fully interchangeable now.
Original commit message from CVS:
Add XOverlay interface support to both sdlvideosink and xvideosink. They're fully interchangeable now.
|
|
Original commit message from CVS:
Add gstxvid.h (#125106)
|
|
Original commit message from CVS:
change printfs to GST_DEBUG
|
|
Original commit message from CVS:
no, we don't require bytestream anymore
|
|
Original commit message from CVS:
More Andy fixage
|
|
Original commit message from CVS:
Fix more typos in Andy's GstData commit
|
|
Original commit message from CVS:
Trivial fixes for GstBuffer->GstData migration
|
|
deal with that. Fixes #113488.
Original commit message from CVS:
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
|
|
Original commit message from CVS:
Fix typefind function for BBB's new system
|
|
been modified to use this new typefind syste...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
|
|
Original commit message from CVS:
Improve quality of encoding and decoding quite a bit
|