summaryrefslogtreecommitdiffstats
path: root/ext/xvid/gstxviddec.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-27ext/xvid/gstxviddec.c: Add some debug log and fix a stupid output buffer dura...Julien Moutte1-4/+9
2006-07-28ext/xvid/gstxviddec.*: Clean-ups and code reflows. Pass return value from gst...Tim-Philipp Müller1-226/+166
2006-05-12ext/xvid/: xvid plugin to support more capabilities of XviD codec.Mark Nauwelaerts1-112/+435
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+5
2006-03-03ext/xvid/gstxviddec.c: Declare variable at the beginning of the block and mak...Jens Granseuer1-1/+2
2005-12-15Fixed some mem-leaks in xvid.Edgard Lima1-19/+39
2005-12-14xviddec and xvideenc ported to 0.10Edgard Lima1-96/+98
2005-09-05Fix up all the state change functions.Jan Schmidt1-6/+7
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 Otte1-1/+1
2004-04-28ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje1-21/+5
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-22/+23
2004-03-14gst-indentThomas Vander Stichele1-134/+117
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 Stichele1-3/+3
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-3/+3
2004-01-18use new error signal and classificationThomas Vander Stichele1-8/+8
2004-01-12Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef1-1/+1
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte1-2/+3
2004-01-09ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego.Ronald S. Bultje1-2/+0
2004-01-06ifdef out ARGB type when it isn't available in xvidcore 1.0.0beta2Jan Schmidt1-0/+4
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. Bultje1-131/+129
2003-12-22Merge CAPS branchDavid Schleef1-67/+52
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-3/+0
2003-11-05Remove obsolete external function call and do all element registrations in pl...Ronald S. Bultje1-10/+0
2003-11-02XVid compiles again...I'm off to bed :)Iain Holmes1-23/+15
2003-10-09More Andy fixageRonald S. Bultje1-1/+1
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-2/+3
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-11/+8
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte1-8/+11
2003-07-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje1-17/+2
2003-07-14Fix some weird-ass segfaults in xvidRonald S. Bultje1-2/+19
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-47/+78
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-0/+3
2003-06-01Add ranking to divx/xvid pluginsRonald S. Bultje1-0/+2
2003-06-01Somewhat improve error reportingRonald S. Bultje1-28/+6
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje1-0/+388