Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Port lame, libfame and xvid to new CAPS
Fix varargs in jpegdec and pngenc
Make GstStaticPadTemplates static in gsmdec
Add integer versions of the RGB masks in video.h
Fix inverted logic in gstvideotestsrc
|
|
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:
XVid compiles again...I'm off to bed :)
|
|
Original commit message from CVS:
call xvid_init() only once, and move duplicated code into one place
|
|
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:
Somewhat improve error reporting
|
|
Original commit message from CVS:
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
|
|
closed-source)
Original commit message from CVS:
Adds divx/xvid encoders.
* divx encoder is based on divx4linux (commercial, closed-source)
* xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) )
Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
|