summaryrefslogtreecommitdiffstats
path: root/ext/xvid/gstxvidenc.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-12Fix some finalize leaks by chaining up to the parent method.Jan Schmidt1-0/+2
2008-02-11ext/xvid/gstxvidenc.c: Unset GValues after using them. Fixes bug #515720.Sebastian Dröge1-0/+1
2007-09-27ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can ...Tim-Philipp Müller1-17/+1
2007-06-22Fix leaks.Edward Hervey1-6/+2
2007-01-03Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer1-2/+4
2006-08-09ext/xvid/gstxvidenc.c: Fix GST_ELEMENT_ERROR usage.Tim-Philipp Müller1-1/+1
2006-05-12ext/xvid/gstxvidenc.c: Compile fixes.Wim Taymans1-1/+1
2006-05-12ext/xvid/: xvid plugin to support more capabilities of XviD codec.Mark Nauwelaerts1-231/+840
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-23ext/xvid/gstxvidenc.c: Patch to mark outgoing encoded buffers as delta-units ...Mark Nauwelaerts1-3/+8
2005-12-15Fixed some mem-leaks in xvid.Edgard Lima1-16/+40
2005-12-14xviddec and xvideenc ported to 0.10Edgard Lima1-59/+67
2005-09-05Fix up all the state change functions.Jan Schmidt1-6/+7
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
2004-05-09ext/: \1/Codec, (fixes #142193)Benjamin Otte1-1/+1
2004-05-03default value (-1) was out of boundStéphane Loeuillet1-1/+1
2004-03-25ext/xvid/gstxvidenc.c: ulong/int mess-up.Ronald S. Bultje1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-31/+32
2004-03-14gst-indentThomas Vander Stichele1-187/+159
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-1/+1
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
2004-01-18use new error signal and classificationThomas Vander Stichele1-6/+6
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/+2
2004-01-03Update xvid plugin to latest xvid (1.0.0-beta3) API.Ronald S. Bultje1-126/+194
2003-12-22Merge CAPS branchDavid Schleef1-120/+95
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-13/+0
2003-11-02XVid compiles again...I'm off to bed :)Iain Holmes1-22/+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-8/+6
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte1-6/+8
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-0/+17
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-36/+58
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-0/+3
2003-06-01Somewhat improve error reportingRonald S. Bultje1-14/+4
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje1-15/+7
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, clo...Ronald S. Bultje1-0/+494