Age | Commit message (Expand) | Author | Files | Lines |
2003-07-19 | + attempting to fix up playondemand ... still makes nasty crackly noises | Leif Johnson | 4 | -22/+30 |
2003-07-17 | Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of... | David Schleef | 2 | -24/+28 |
2003-07-14 | Found this in my local tree. Looks cool, so I'm checking it in. Seems to be... | David Schleef | 3 | -0/+480 |
2003-07-11 | Silence and fix typefinding | Ronald S. Bultje | 1 | -3/+3 |
2003-07-08 | fix mp3 typefinding and included layer in found type | Benjamin Otte | 1 | -10/+18 |
2003-07-08 | another comma missing | Benjamin Otte | 1 | -1/+1 |
2003-07-06 | Removed function that was only used by _loop(), which was removed by last che... | David Schleef | 1 | -18/+0 |
2003-07-06 | New mimetypes gone into effect today - this commit changes all old mimetypes ... | Ronald S. Bultje | 29 | -792/+916 |
2003-06-29 | compatibility fix for new GST_DEBUG stuff. | Benjamin Otte | 30 | -137/+221 |
2003-06-27 | some state change fixes | Thomas Vander Stichele | 2 | -2/+15 |
2003-06-23 | "My way" turned out to cause seg faults. :) Fixed, and added more fourcc to... | David Schleef | 1 | -14/+26 |
2003-06-19 | Revert last two changes and do it my way. :) | David Schleef | 1 | -41/+18 |
2003-06-19 | Support ISO-style variable argument macros. | Brian Cameron | 1 | -0/+12 |
2003-06-19 | Add missing } | David Schleef | 1 | -0/+1 |
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 |