summaryrefslogtreecommitdiff
path: root/ext/xvid/gstxviddec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove various unported pluginsSebastian Dröge2016-12-211-673/+0
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* xviddec: Add video/mpeg,mpegversion=4 to the capsSebastian Dröge2011-05-231-0/+5
* xviddec: bodge to avoid crashesVincent Penquerc'h2011-02-211-1/+12
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+4
* ext/xvid/gstxviddec.c: Add some debug log and fix a stupid output buffer dura...Julien Moutte2007-03-271-4/+9
* ext/xvid/gstxviddec.*: Clean-ups and code reflows. Pass return value from gst...Tim-Philipp Müller2006-07-281-226/+166
* ext/xvid/: xvid plugin to support more capabilities of XviD codec.Mark Nauwelaerts2006-05-121-112/+435
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+5
* ext/xvid/gstxviddec.c: Declare variable at the beginning of the block and mak...Jens Granseuer2006-03-031-1/+2
* Fixed some mem-leaks in xvid.Edgard Lima2005-12-151-19/+39
* xviddec and xvideenc ported to 0.10Edgard Lima2005-12-141-96/+98
* Fix up all the state change functions.Jan Schmidt2005-09-051-6/+7
* Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream ar...Arwed v. Merkatz2004-08-251-1/+1
* ext/: \1/Codec, (fixes #142193)Benjamin Otte2004-05-091-1/+1
* ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje2004-04-281-21/+5
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-22/+23
* gst-indentThomas Vander Stichele2004-03-141-134/+117
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-1/+1
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-3/+3
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-3/+3
* use new error signal and classificationThomas Vander Stichele2004-01-181-8/+8
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-121-1/+1
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-121-2/+3
* ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego.Ronald S. Bultje2004-01-091-2/+0
* ifdef out ARGB type when it isn't available in xvidcore 1.0.0beta2Jan Schmidt2004-01-061-0/+4
* ext/xvid/gstxviddec.c: Implement src_getcaps() so proper size caps is negotia...Ronald S. Bultje2004-01-041-6/+40
* Update xvid plugin to latest xvid (1.0.0-beta3) API.Ronald S. Bultje2004-01-031-131/+129
* Merge CAPS branchDavid Schleef2003-12-221-67/+52
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-3/+0
* Remove obsolete external function call and do all element registrations in pl...Ronald S. Bultje2003-11-051-10/+0
* XVid compiles again...I'm off to bed :)Iain Holmes2003-11-021-23/+15
* More Andy fixageRonald S. Bultje2003-10-091-1/+1
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-2/+3
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-161-11/+8
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-151-8/+11
* call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje2003-07-291-17/+2
* Fix some weird-ass segfaults in xvidRonald S. Bultje2003-07-141-2/+19
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-47/+78
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
* Add ranking to divx/xvid pluginsRonald S. Bultje2003-06-011-0/+2
* Somewhat improve error reportingRonald S. Bultje2003-06-011-28/+6
* Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje2003-04-221-0/+388