summaryrefslogtreecommitdiff
path: root/ext/xvid
Commit message (Expand)AuthorAgeFilesLines
* xvidenc: don't put code with side effects into g_return_val_if_fail()Tim-Philipp Müller2011-01-071-8/+16
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-41/+60
* xvid: Don't use deprecated 15/16 bit RGB masksSebastian Dröge2010-06-131-6/+6
* Add -Wwrite-stringsBenjamin Otte2010-03-222-10/+10
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-16/+8
* xvid: Raise rank of encoder to SECONDARYEdward Hervey2009-11-181-1/+1
* xvidenc: also allow video/mpeg on output caps. Fixes #377784.Mark Nauwelaerts2009-06-231-14/+25
* xvid: Implement Preset interfaceSebastian Dröge2009-05-041-0/+8
* xvid: Fix compilation warningEdward Hervey2009-02-221-2/+2
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/xvid/gstxvidenc.c: Set correct pixel aspect ratio for the encoder.Wim Taymans2008-03-121-2/+2
* Fix some finalize leaks by chaining up to the parent method.Jan Schmidt2008-02-121-0/+2
* ext/xvid/gstxvidenc.c: Unset GValues after using them. Fixes bug #515720.Sebastian Dröge2008-02-111-0/+1
* ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can ...Tim-Philipp Müller2007-09-272-20/+1
* Fix leaks.Edward Hervey2007-06-221-6/+2
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-291-3/+2
* ext/xvid/gstxviddec.c: Add some debug log and fix a stupid output buffer dura...Julien Moutte2007-03-271-4/+9
* Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer2007-01-031-2/+4
* ext/xvid/gstxvid.c: Set rank of xviddec to NONE until someone fixes it (too m...Tim-Philipp Müller2006-10-021-1/+1
* ext/xvid/gstxvidenc.c: Fix GST_ELEMENT_ERROR usage.Tim-Philipp Müller2006-08-091-1/+1
* ext/xvid/gstxviddec.*: Clean-ups and code reflows. Pass return value from gst...Tim-Philipp Müller2006-07-282-226/+167
* ext/xvid/gstxvid.c: Fix size calculation for I420/YV12. Fixes #348976.Tim-Philipp Müller2006-07-281-1/+1
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-4/+4
* ext/xvid/gstxvidenc.c: Compile fixes.Wim Taymans2006-05-121-1/+1
* ext/xvid/: xvid plugin to support more capabilities of XviD codec.Mark Nauwelaerts2006-05-126-404/+1447
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* Unify the long descriptions in the plugin details (#337263).j^2006-04-062-12/+10
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+2
* ext/xvid/gstxvidenc.c: Patch to mark outgoing encoded buffers as delta-units ...Mark Nauwelaerts2006-03-231-3/+8
* 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-153-37/+81
* xviddec and xvideenc ported to 0.10Edgard Lima2005-12-146-166/+175
* expand tabsThomas Vander Stichele2005-12-061-3/+3
* Fix up all the state change functions.Jan Schmidt2005-09-052-12/+14
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* 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-092-2/+2
* default value (-1) was out of boundStéphane Loeuillet2004-05-031-1/+1
* ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje2004-04-281-21/+5
* ext/xvid/gstxvidenc.c: ulong/int mess-up.Ronald S. Bultje2004-03-251-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-153-184/+186
* *.h: Revert indentingJohan Dahlin2004-03-153-63/+61
* gst-indentThomas Vander Stichele2004-03-146-523/+494
* ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4.Ronald S. Bultje2004-03-101-1/+1
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-1/+1
* 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-022-5/+5
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-292-5/+5
* use new error signal and classificationThomas Vander Stichele2004-01-182-14/+14
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-121-1/+1