summaryrefslogtreecommitdiffstats
path: root/ext/xvid
AgeCommit message (Collapse)AuthorFilesLines
2003-10-21Add gstxvid.h (#125106)TYPEFIND-ROOTRonald S. Bultje1-1/+1
Original commit message from CVS: Add gstxvid.h (#125106)
2003-10-09More Andy fixageRonald S. Bultje2-2/+2
Original commit message from CVS: More Andy fixage
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2-4/+6
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.
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2-19/+14
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-14/+19
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-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje6-40/+74
Original commit message from CVS: call xvid_init() only once, and move duplicated code into one place
2003-07-14Fix some weird-ass segfaults in xvidRonald S. Bultje3-20/+36
Original commit message from CVS: Fix some weird-ass segfaults in xvid
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje4-83/+138
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-01Somewhat improve error reportingRonald S. Bultje5-42/+62
Original commit message from CVS: Somewhat improve error reporting
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje6-17/+512
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/+582
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.