summaryrefslogtreecommitdiff
path: root/ext/xvid/gstxvidenc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove various unported pluginsSebastian Dröge2016-12-211-1403/+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
* Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-4/+188
|\
| * xvidenc: Don't add the profile/level to the video/x-xvid capsSebastian Dröge2011-12-011-24/+5
| * xvidenc: Add profile/level to the caps and negotiate them with downstreamSebastian Dröge2011-12-011-3/+203
| * xvidenc: Add support for levels 4a/5/6 of the simple profileSebastian Dröge2011-12-011-2/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+3
|/
* xvidenc: do not leak peer pad referenceMark Nauwelaerts2011-05-041-0/+2
* xvidenc: Always return reffed caps from _getcapsSjoerd Simons2011-05-031-1/+1
* xvidenc: Implement getcaps functionSebastian Dröge2011-04-131-0/+50
* 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
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+4
* 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
* 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-271-17/+1
* Fix leaks.Edward Hervey2007-06-221-6/+2
* Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer2007-01-031-2/+4
* ext/xvid/gstxvidenc.c: Fix GST_ELEMENT_ERROR usage.Tim-Philipp Müller2006-08-091-1/+1
* 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-121-231/+840
* 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/gstxvidenc.c: Patch to mark outgoing encoded buffers as delta-units ...Mark Nauwelaerts2006-03-231-3/+8
* Fixed some mem-leaks in xvid.Edgard Lima2005-12-151-16/+40
* xviddec and xvideenc ported to 0.10Edgard Lima2005-12-141-59/+67
* Fix up all the state change functions.Jan Schmidt2005-09-051-6/+7
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* ext/: \1/Codec, (fixes #142193)Benjamin Otte2004-05-091-1/+1
* default value (-1) was out of boundStéphane Loeuillet2004-05-031-1/+1
* ext/xvid/gstxvidenc.c: ulong/int mess-up.Ronald S. Bultje2004-03-251-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-31/+32
* gst-indentThomas Vander Stichele2004-03-141-187/+159
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-1/+1
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-2/+2
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-181-6/+6
* 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/+2
* Update xvid plugin to latest xvid (1.0.0-beta3) API.Ronald S. Bultje2004-01-031-126/+194
* Merge CAPS branchDavid Schleef2003-12-221-120/+95
* 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-13/+0