summaryrefslogtreecommitdiffstats
path: root/ext/divx
AgeCommit message (Collapse)AuthorFilesLines
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2-23/+17
Original commit message from CVS: reverting error patch before making a branch.
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2-17/+23
Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje4-91/+143
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
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-0/+6
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.
2003-06-01Add ranking to divx/xvid pluginsRonald S. Bultje1-0/+2
Original commit message from CVS: Add ranking to divx/xvid plugins
2003-06-01This fixes a segfault on exitRonald S. Bultje1-2/+2
Original commit message from CVS: This fixes a segfault on exit
2003-05-30Hm, let's not quit on these since the divx libs seem totally hosedRonald S. Bultje2-2/+0
Original commit message from CVS: Hm, let's not quit on these since the divx libs seem totally hosed
2003-05-30Update plugins to newest divx.com release API (5.2) (why aren't these libs ↵Ronald S. Bultje4-141/+236
API stable?!?) Original commit message from CVS: Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje4-19/+545
Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje3-0/+557
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.