Age | Commit message (Expand) | Author | Files | Lines |
2003-06-17 | which causes a segfault. I'm working on that | Ronald S. Bultje | 1 | -24/+25 |
2003-06-16 | + simplifying the filter's structure, but it's still not working perfectly + ... | Leif Johnson | 4 | -218/+201 |
2003-06-16 | Handle compressed headers. Fix inappropriate use of bytestream_flush(). | David Schleef | 2 | -105/+304 |
2003-06-15 | Fix some of the fourcc to caps conversions. reenable setting of rate and n c... | David Schleef | 1 | -12/+26 |
2003-06-14 | gcc 3.3 and ppc fixes | Benjamin Otte | 1 | -1/+3 |
2003-06-10 | Complete rewrite. Not finished, nothing to see here. | David Schleef | 2 | -570/+1249 |
2003-06-06 | Make sure buffer is long enough in type_find. Attempt to fix #114580 | David Schleef | 1 | -0/+4 |
2003-06-01 | Make these compile with both solaris as well as lunix-based stuffies | Ronald S. Bultje | 1 | -1/+2 |
2003-05-31 | CPPFLAGS -> CXXFLAGS | Jeremy Simon | 1 | -1/+1 |
2003-05-24 | UNITS -> DEFAULT | Wim Taymans | 1 | -5/+1 |
2003-05-22 | fix Makefiles for C++ libraries. They should now work with Forte. This needs ... | Benjamin Otte | 1 | -15/+2 |
2003-05-22 | remove '__inline' stuff and take normal 'inline' instead | Benjamin Otte | 1 | -6/+2 |
2003-05-22 | Forte is more picky about how the pow() and log() functions are called. | Brian Cameron | 2 | -3/+3 |
2003-05-22 | Corrected modplug and monkeyaudio to build with non-gcc compilers. | Brian Cameron | 2 | -4/+7 |
2003-05-22 | Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were c... | Brian Cameron | 1 | -2/+2 |
2003-05-22 | change required to build on solaris. | Brian Cameron | 1 | -1/+1 |
2003-05-22 | Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using ty... | Brian Cameron | 1 | -6/+6 |
2003-05-21 | Corrected the configure.ac so it actually works. Updated some c files so tha... | Brian Cameron | 1 | -0/+8 |
2003-05-21 | Updated autogen.sh/configure.ac and various Makefiles to make the configure s... | Brian Cameron | 8 | -9/+9 |
2003-04-10 | fixes to mp3 typefinding: | Benjamin Otte | 1 | -27/+147 |
2003-04-07 | Fix a bunch of endianness conversions that were done as long instead of int32... | David Schleef | 3 | -14/+14 |
2003-04-04 | Partial fix for #109700. Should be applied to 0.6.1. | David Schleef | 1 | -2/+2 |
2003-03-02 | Silly bug, i wonder who was the last one to play with it | Zeeshan Ali | 1 | -6/+0 |
2003-02-25 | Forward events. | Wim Taymans | 1 | -9/+19 |
2003-02-02 | Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c... | David Schleef | 6 | -15/+15 |
2003-01-30 | Just correcting my mistake | Zeeshan Ali | 1 | -4/+0 |
2003-01-30 | The first attempt to support MAS. Dont expect it to work :) | Zeeshan Ali | 1 | -3/+12 |
2003-01-30 | make 8bit modplug use the right caps. 8bit sounds really crappy tho | Benjamin Otte | 1 | -3/+19 |
2003-01-21 | Make property write only | Wim Taymans | 1 | -1/+1 |
2003-01-20 | fix stupid mistake on seek event | Jeremy Simon | 1 | -0/+1 |
2003-01-20 | - Fix bytestream flush | Wim Taymans | 1 | -3/+8 |
2003-01-20 | handle bytestream event | Jeremy Simon | 2 | -11/+47 |
2003-01-19 | apply apoc's patch, it makes mod play and be seekable in gst-player, but gst-... | Christian Schaller | 2 | -67/+59 |
2003-01-18 | don't segfault when data didn't make it in | Thomas Vander Stichele | 1 | -2/+5 |
2003-01-17 | + modifying playondemand to behave a little more like a sequencer | Leif Johnson | 5 | -516/+456 |
2003-01-12 | Fix timestamps | Wim Taymans | 1 | -1/+1 |
2003-01-12 | somewhat fix modplug | Wim Taymans | 2 | -86/+16 |
2003-01-10 | PadConnect -> PadLink | Thomas Vander Stichele | 13 | -24/+24 |
2003-01-10 | my candidate for silliest hack of the year | Thomas Vander Stichele | 1 | -0/+10 |
2003-01-10 | another batch of connect->link fixes please let me know about issues and plea... | Thomas Vander Stichele | 17 | -50/+50 |
2003-01-09 | add verbose decode support | David I. Lehn | 5 | -0/+20 |
2002-12-31 | exciting .cvsignore updates!CAPS | David I. Lehn | 2 | -0/+2 |
2002-12-30 | Fix plugins for new query API | Wim Taymans | 1 | -12/+16 |
2002-12-30 | Remove modplug_types.c | Jeremy Simon | 1 | -221/+0 |
2002-12-30 | add metadata code cleanup | Jeremy Simon | 3 | -198/+465 |
2002-12-19 | initial checkin of work-in-progress vbidec plugin for closed caption support | David I. Lehn | 7 | -0/+2319 |
2002-12-13 | hardlink stdc++ until someone explains us The One True Way | Thomas Vander Stichele | 1 | -1/+2 |
2002-12-08 | Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac | Iain Holmes | 3 | -5/+5 |
2002-12-08 | parallel install fixes | Thomas Vander Stichele | 25 | -25/+25 |
2002-12-07 | remove infinite loop code cleanup | Jeremy Simon | 2 | -92/+94 |