summaryrefslogtreecommitdiffstats
path: root/ext/xvid
AgeCommit message (Expand)AuthorFilesLines
2005-06-09ext/xvid/gstxvid.c: Make struct static, xvid crashes internally otherwise (#3...Ronald S. Bultje1-1/+1
2005-05-18ext/xvid/gstxviddec.c: More gcc4.Ronald S. Bultje1-1/+1
2005-05-18ext/: Gcc4 fixes.Ronald S. Bultje1-1/+1
2004-08-25Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream ar...Arwed v. Merkatz1-1/+1
2004-05-09ext/: \1/Codec, (fixes #142193)Benjamin Otte2-2/+2
2004-05-03default value (-1) was out of boundStéphane Loeuillet1-1/+1
2004-04-28ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje1-21/+5
2004-03-25ext/xvid/gstxvidenc.c: ulong/int mess-up.Ronald S. Bultje1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-184/+186
2004-03-15*.h: Revert indentingJohan Dahlin3-63/+61
2004-03-14gst-indentThomas Vander Stichele6-523/+494
2004-03-10ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4.Ronald S. Bultje1-1/+1
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-1/+1
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef1-1/+1
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2-5/+5
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele2-5/+5
2004-01-18use new error signal and classificationThomas Vander Stichele2-14/+14
2004-01-12Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef1-1/+1
2004-01-12Fixes to make ext/libcaca compile.David Schleef1-2/+6
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2-4/+6
2004-01-09ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego.Ronald S. Bultje2-4/+0
2004-01-06ifdef out ARGB type when it isn't available in xvidcore 1.0.0beta2Jan Schmidt3-0/+12
2004-01-04ext/xvid/gstxviddec.c: Implement src_getcaps() so proper size caps is negotia...Ronald S. Bultje1-6/+40
2004-01-03Update xvid plugin to latest xvid (1.0.0-beta3) API.Ronald S. Bultje6-289/+567
2003-12-22Merge CAPS branchDavid Schleef4-193/+153
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2-6/+0
2003-11-05Remove obsolete external function call and do all element registrations in pl...Ronald S. Bultje5-29/+4
2003-11-02XVid compiles again...I'm off to bed :)Iain Holmes5-56/+43
2003-10-21Add gstxvid.h (#125106)TYPEFIND-ROOTRonald S. Bultje1-1/+1
2003-10-09More Andy fixageRonald S. Bultje2-2/+2
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2-4/+6
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2-19/+14
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2-14/+19
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje6-40/+74
2003-07-14Fix some weird-ass segfaults in xvidRonald S. Bultje3-20/+36
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje4-83/+138
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-0/+6
2003-06-01Add ranking to divx/xvid pluginsRonald S. Bultje1-0/+2
2003-06-01Somewhat improve error reportingRonald S. Bultje5-42/+62
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje6-17/+512
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, clo...Ronald S. Bultje3-0/+582