Age | Commit message (Expand) | Author | Files | Lines |
2003-06-29 | compatibility fix for new GST_DEBUG stuff. | Benjamin Otte | 30 | -122/+203 |
2003-06-25 | Plugins cleanup: | Ronald S. Bultje | 1 | -27/+6 |
2003-06-25 | Add gdkpixbuf subdir. Alphabetize a few others. | David Schleef | 1 | -8/+14 |
2003-06-16 | caps refcounting fixes for float2int fixed wrt setting of caps on int pad wit... | Andy Wingo | 4 | -0/+758 |
2003-06-13 | hack removal | Wim Taymans | 1 | -4/+0 |
2003-06-13 | Removed ugly caps fixed flag hack, will be done automatically in core soon | Wim Taymans | 1 | -1/+0 |
2003-06-05 | g_warning -> GST_DEBUG | Thomas Vander Stichele | 1 | -1/+1 |
2003-06-01 | Add ranking to divx/xvid plugins | Ronald S. Bultje | 2 | -0/+4 |
2003-06-01 | Somewhat improve error reporting | Ronald S. Bultje | 5 | -42/+62 |
2003-06-01 | This fixes a segfault on exit | Ronald S. Bultje | 1 | -2/+2 |
2003-05-30 | Hm, let's not quit on these since the divx libs seem totally hosed | Ronald S. Bultje | 2 | -2/+0 |
2003-05-30 | Update plugins to newest divx.com release API (5.2) (why aren't these libs AP... | Ronald S. Bultje | 4 | -141/+236 |
2003-05-24 | UNITS -> DEFAULT | Wim Taymans | 2 | -41/+13 |
2003-05-24 | - UNITS -> DEFAULT | Wim Taymans | 1 | -13/+6 |
2003-05-24 | better state change/link function | Wim Taymans | 1 | -7/+17 |
2003-05-21 | Updated autogen.sh/configure.ac and various Makefiles to make the configure s... | Brian Cameron | 1 | -1/+1 |
2003-05-12 | Some bugfixes: | Christian Schaller | 1 | -1/+1 |
2003-04-23 | Removing avifile and http plugins, also fixing some disting issues | Christian Schaller | 1 | -17/+5 |
2003-04-22 | Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs | Ronald S. Bultje | 10 | -36/+1057 |
2003-04-22 | Rewrote much of the code. Hopefully will work with gst-player now. | David Schleef | 1 | -482/+61 |
2003-04-21 | Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, clo... | Ronald S. Bultje | 7 | -4/+1156 |
2003-04-09 | Grrr... another fix, to make gst_artsio.idl dist correctly. | David Schleef | 1 | -0/+1 |
2003-04-08 | Refix #104689 | David Schleef | 1 | -1/+4 |
2003-04-07 | Convert some of the broken fourcc printing to GST_FOURCC_FORMAT | David Schleef | 1 | -12/+7 |
2003-04-07 | Fix a bunch of endianness conversions that were done as long instead of int32... | David Schleef | 2 | -2/+2 |
2003-04-05 | Remove automake-1.4 hack to get files to dist correctly. Fixes #104689. | David Schleef | 1 | -15/+1 |
2003-03-04 | update for the latest jack cvs and non-cothreaded gst schedulerOSLOSUMMIT1-200303051 | Andy Wingo | 3 | -82/+66 |
2003-03-02 | Complete the move of the RTP plugin | Christian Schaller | 1 | -8/+2 |
2003-03-01 | commit first part of ivorbis fixes | Christian Schaller | 2 | -270/+269 |
2003-02-23 | state change fixes from Pedro Corte-Real for shout and shout2 plugins | Christian Schaller | 1 | -4/+5 |
2003-02-23 | add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, als... | Christian Schaller | 2 | -2/+2 |
2003-02-23 | remove autogenerated file | David I. Lehn | 1 | -500/+0 |
2003-02-23 | merge integer based Tremor vorbis plugin | Christian Schaller | 6 | -3/+1347 |
2003-02-05 | Changed caps->fixed to use FLAG_SET | Jan Schmidt | 1 | -1/+1 |
2003-02-02 | - properly ref/unref the caps while doing caps nego | Wim Taymans | 1 | -12/+29 |
2003-02-02 | Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c... | David Schleef | 3 | -5/+5 |
2003-02-01 | remove README from Makefile.am as there is no README | Christian Schaller | 1 | -1/+0 |
2003-01-30 | The first attempt to support MAS. Dont expect it to work :) | Zeeshan Ali | 5 | -2/+1156 |
2003-01-23 | Add length querying | David Schleef | 1 | -36/+14 |
2003-01-17 | Update for new API | David Schleef | 2 | -35/+37 |
2003-01-13 | Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown" | Jan Schmidt | 1 | -1/+1 |
2003-01-12 | unref pool too | Wim Taymans | 1 | -0/+2 |
2003-01-12 | connect fix | Wim Taymans | 1 | -2/+2 |
2003-01-10 | more link fixes | Thomas Vander Stichele | 1 | -1/+1 |
2003-01-10 | PadConnect -> PadLink | Thomas Vander Stichele | 11 | -28/+28 |
2003-01-10 | another batch of connect->link fixes please let me know about issues and plea... | Thomas Vander Stichele | 13 | -77/+77 |
2003-01-01 | Remove PAD_EOS | Wim Taymans | 1 | -1/+0 |
2002-12-30 | First attempt at a cd player plugins that uses libcdaudio. | Wim Taymans | 2 | -0/+527 |
2002-12-30 | Fix plugins for new query API | Wim Taymans | 1 | -5/+5 |
2002-12-27 | Update to new element sync API | Wim Taymans | 1 | -2/+4 |