Age | Commit message (Expand) | Author | Files | Lines |
2008-03-12 | ext/xvid/gstxvidenc.c: Set correct pixel aspect ratio for the encoder. | Wim Taymans | 1 | -2/+2 |
2008-02-12 | Fix some finalize leaks by chaining up to the parent method. | Jan Schmidt | 1 | -0/+2 |
2008-02-11 | ext/xvid/gstxvidenc.c: Unset GValues after using them. Fixes bug #515720. | Sebastian Dröge | 1 | -0/+1 |
2007-09-27 | ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can ... | Tim-Philipp Müller | 2 | -20/+1 |
2007-06-22 | Fix leaks. | Edward Hervey | 1 | -6/+2 |
2007-04-29 | autogen.sh: Require automake 1.7 | Thomas Vander Stichele | 1 | -3/+2 |
2007-03-27 | ext/xvid/gstxviddec.c: Add some debug log and fix a stupid output buffer dura... | Julien Moutte | 1 | -4/+9 |
2007-01-03 | Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ... | Jens Granseuer | 1 | -2/+4 |
2006-10-02 | ext/xvid/gstxvid.c: Set rank of xviddec to NONE until someone fixes it (too m... | Tim-Philipp Müller | 1 | -1/+1 |
2006-08-09 | ext/xvid/gstxvidenc.c: Fix GST_ELEMENT_ERROR usage. | Tim-Philipp Müller | 1 | -1/+1 |
2006-07-28 | ext/xvid/gstxviddec.*: Clean-ups and code reflows. Pass return value from gst... | Tim-Philipp Müller | 2 | -226/+167 |
2006-07-28 | ext/xvid/gstxvid.c: Fix size calculation for I420/YV12. Fixes #348976. | Tim-Philipp Müller | 1 | -1/+1 |
2006-06-01 | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 2 | -4/+4 |
2006-05-12 | ext/xvid/gstxvidenc.c: Compile fixes. | Wim Taymans | 1 | -1/+1 |
2006-05-12 | ext/xvid/: xvid plugin to support more capabilities of XviD codec. | Mark Nauwelaerts | 6 | -404/+1447 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2 | -2/+2 |
2006-04-06 | Unify the long descriptions in the plugin details (#337263). | j^ | 2 | -12/+10 |
2006-04-01 | rework build; add translations for v4l2 | Thomas Vander Stichele | 1 | -1/+2 |
2006-03-23 | ext/xvid/gstxvidenc.c: Patch to mark outgoing encoded buffers as delta-units ... | Mark Nauwelaerts | 1 | -3/+8 |
2006-03-03 | ext/xvid/gstxviddec.c: Declare variable at the beginning of the block and mak... | Jens Granseuer | 1 | -1/+2 |
2005-12-15 | Fixed some mem-leaks in xvid. | Edgard Lima | 3 | -37/+81 |
2005-12-14 | xviddec and xvideenc ported to 0.10 | Edgard Lima | 6 | -166/+175 |
2005-12-06 | expand tabs | Thomas Vander Stichele | 1 | -3/+3 |
2005-09-05 | Fix up all the state change functions. | Jan Schmidt | 2 | -12/+14 |
2005-07-05 | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 1 | -2/+0 |
2004-08-25 | Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream ar... | Arwed v. Merkatz | 1 | -1/+1 |
2004-05-09 | ext/: \1/Codec, (fixes #142193) | Benjamin Otte | 2 | -2/+2 |
2004-05-03 | default value (-1) was out of bound | Stéphane Loeuillet | 1 | -1/+1 |
2004-04-28 | ext/divx/gstdivxdec.c: Remove comment that makes no sense. | Ronald S. Bultje | 1 | -21/+5 |
2004-03-25 | ext/xvid/gstxvidenc.c: ulong/int mess-up. | Ronald S. Bultje | 1 | -2/+2 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 3 | -184/+186 |
2004-03-15 | *.h: Revert indenting | Johan Dahlin | 3 | -63/+61 |
2004-03-14 | gst-indent | Thomas Vander Stichele | 6 | -523/+494 |
2004-03-10 | ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4. | Ronald S. Bultje | 1 | -1/+1 |
2004-03-04 | fix headers fix signals to use - instead of _ | Thomas Vander Stichele | 1 | -1/+1 |
2004-02-02 | code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. | David Schleef | 1 | -1/+1 |
2004-02-02 | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2 | -5/+5 |
2004-01-29 | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2 | -5/+5 |
2004-01-18 | use new error signal and classification | Thomas Vander Stichele | 2 | -14/+14 |
2004-01-12 | Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow... | David Schleef | 1 | -1/+1 |
2004-01-12 | Fixes to make ext/libcaca compile. | David Schleef | 1 | -2/+6 |
2004-01-12 | gst-libs/gst/video/video.h: Fix caps template names to be understandable. | Benjamin Otte | 2 | -4/+6 |
2004-01-09 | ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego. | Ronald S. Bultje | 2 | -4/+0 |
2004-01-06 | ifdef out ARGB type when it isn't available in xvidcore 1.0.0beta2 | Jan Schmidt | 3 | -0/+12 |
2004-01-04 | ext/xvid/gstxviddec.c: Implement src_getcaps() so proper size caps is negotia... | Ronald S. Bultje | 1 | -6/+40 |
2004-01-03 | Update xvid plugin to latest xvid (1.0.0-beta3) API. | Ronald S. Bultje | 6 | -289/+567 |
2003-12-22 | Merge CAPS branch | David Schleef | 4 | -193/+153 |
2003-12-04 | remove copyright field from plugins | Andy Wingo | 1 | -1/+0 |
2003-11-07 | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2 | -6/+0 |
2003-11-05 | Remove obsolete external function call and do all element registrations in pl... | Ronald S. Bultje | 5 | -29/+4 |