| Commit message (Expand) | Author | Age | Files | Lines |
* | gst/avi/gstavidemux.c: Fix potential division by zero error and hopefully get... | Wim Taymans | 2004-05-24 | 1 | -2/+1 |
* | first batch : remove ',' at end of enums as they could confuse older gcc, for... | Stéphane Loeuillet | 2004-05-21 | 2 | -3/+3 |
* | gst/: Add MS RLE support. I added some functions to read out strf chunks into... | Ronald S. Bultje | 2004-04-16 | 1 | -4/+17 |
* | common/m4/gst-feature.m4: Call -config scripts with | David Schleef | 2004-04-13 | 1 | -2/+2 |
* | gst/avi/gstavidemux.c: Fix memleak. patch from Sebastien Cote (bug #139958) | Sebastien Cote | 2004-04-13 | 1 | -0/+1 |
* | gst/avi/gstavidemux.c: Handle JUNK chunks inside data section. Prevents warni... | Ronald S. Bultje | 2004-04-11 | 1 | -9/+14 |
* | gst-libs/gst/riff/riff-media.c: Add MS video v1. | Ronald S. Bultje | 2004-04-11 | 1 | -0/+17 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 4 | -419/+422 |
* | *.h: Revert indenting | Johan Dahlin | 2004-03-15 | 3 | -119/+115 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 7 | -1278/+1270 |
* | gst/: First batch implementing audio and video codec tags in demuxers. | Julien Moutte | 2004-02-23 | 1 | -3/+33 |
* | Build fixes for OS X: (see #129600) | David Schleef | 2004-02-07 | 1 | -2/+2 |
* | remove textdomain calls | Thomas Vander Stichele | 2004-02-02 | 1 | -1/+0 |
* | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-02-02 | 2 | -6/+6 |
* | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-01-29 | 2 | -6/+6 |
* | gst/ac3parse/gstac3parse.c: update to checklist 5 | David Schleef | 2004-01-27 | 1 | -0/+1 |
* | gst/avi/gstavidemux.c: The index reading was broken. The rest worked fine, bu... | Ronald S. Bultje | 2004-01-25 | 1 | -26/+25 |
* | gst/avi/gstavidemux.c: don't write to buffer. Extract data without the need o... | Benjamin Otte | 2004-01-23 | 1 | -56/+51 |
* | ext/ogg/gstoggdemux.c: Fix wrong file comment. | Ronald S. Bultje | 2004-01-23 | 1 | -7/+6 |
* | putting i18n in place for plugins | Thomas Vander Stichele | 2004-01-19 | 1 | -0/+8 |
* | fix i18n include | Thomas Vander Stichele | 2004-01-19 | 1 | -1/+1 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 2 | -13/+15 |
* | Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic... | Ronald S. Bultje | 2004-01-07 | 1 | -1/+0 |
* | configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1... | Ronald S. Bultje | 2004-01-01 | 2 | -2/+12 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 2 | -289/+203 |
* | Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use... | Ronald S. Bultje | 2003-12-07 | 6 | -1536/+1161 |
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
* | Change everyone to video/x-msvideo | David Schleef | 2003-11-27 | 3 | -6/+6 |
* | License is GST_LICENSE, make own debugging category and fix some debug statem... | Benjamin Otte | 2003-11-24 | 1 | -3/+9 |
* | Since padtemplates are now owned by the class, we should use the class functi... | Ronald S. Bultje | 2003-11-09 | 1 | -3/+6 |
* | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2003-11-07 | 2 | -2/+1 |
* | Merge plugins. Update to new plugin init code | David Schleef | 2003-11-01 | 3 | -133/+129 |
* | avidemux still depends on riff | David Schleef | 2003-10-31 | 1 | -0/+2 |
* | Doesn't need to load gstriff | Iain Holmes | 2003-10-31 | 1 | -2/+0 |
* | change gst/bytestream.h to gst/bytestream/bytestream.h | David Schleef | 2003-10-29 | 1 | -1/+1 |
* | merge TYPEFIND branch. Major changes: | Benjamin Otte | 2003-10-28 | 2 | -42/+3 |
* | Remove can_seek () because eventmasks was removed from sink pads - grrr | Ronald S. Bultje | 2003-10-09 | 1 | -25/+10 |
* | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 2003-10-08 | 2 | -22/+22 |
* | New typefind system: bytestream is now part of the core all plugins have been... | Ronald S. Bultje | 2003-10-01 | 2 | -19/+19 |
* | Set keyframe flag only when it is a keyframe. This will break quite some form... | Ronald S. Bultje | 2003-09-30 | 1 | -1/+4 |
* | reverting error patch before making a branch. | Thomas Vander Stichele | 2003-09-16 | 2 | -6/+2 |
* | converted gst_element_error to new format in gst/ - gettext pending | Benjamin Otte | 2003-09-15 | 2 | -2/+6 |
* | Check for seekability and use gst_pad_push() instead of gst_pad_send_event() | Ronald S. Bultje | 2003-09-12 | 1 | -24/+44 |
* | Clarify DV type 1/2 difference | Ronald S. Bultje | 2003-09-12 | 1 | -3/+7 |
* | Remove all locally-defined optimization flags | David Schleef | 2003-09-11 | 1 | -4/+2 |
* | Remove redundant plugindir definition | David Schleef | 2003-08-10 | 1 | -1/+0 |
* | Add buffer length checks to every typefinding function | David Schleef | 2003-07-24 | 1 | -0/+3 |
* | Fix a warning | Ronald S. Bultje | 2003-07-22 | 1 | -2/+2 |
* | improve index offset calculation, fix some minor other issues and make avimux... | Ronald S. Bultje | 2003-07-22 | 1 | -31/+27 |
* | Support ISO style variable length macros | Brian Cameron | 2003-07-07 | 1 | -1/+41 |