summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2003-09-15converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte9-12/+27
2003-09-12Add mpegversion(1) to the capsRonald S. Bultje1-0/+1
2003-09-11Remove all locally-defined optimization flagsDavid Schleef8-17/+9
2003-08-10Remove redundant plugindir definitionDavid Schleef27-28/+0
2003-08-05Fix up small issues (fixes #119036)Ronald S. Bultje1-9/+17
2003-08-04Add DURATION support. It still doesn't work, see #119036 for why and on how t...Ronald S. Bultje1-0/+1
2003-07-29Fix weird leftovers from the old mimetype era and also implement duration sup...Ronald S. Bultje1-2/+4
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron5-3/+42
2003-07-25Rewrote the core function. Added some nice #defines that should probably go ...David Schleef1-22/+39
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef3-1/+11
2003-07-22A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.Joshua N. Pritikin1-1/+1
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson7-92/+58
2003-07-19+ changes for new float caps without slope/intercept + some category changes ...Leif Johnson1-1/+1
2003-07-19+ attempting to fix up playondemand ... still makes nasty crackly noisesLeif Johnson4-22/+30
2003-07-17Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of...David Schleef2-24/+28
2003-07-14Found this in my local tree. Looks cool, so I'm checking it in. Seems to be...David Schleef3-0/+480
2003-07-11Silence and fix typefindingRonald S. Bultje1-3/+3
2003-07-08fix mp3 typefinding and included layer in found typeBenjamin Otte1-10/+18
2003-07-08another comma missingBenjamin Otte1-1/+1
2003-07-06Removed function that was only used by _loop(), which was removed by last che...David Schleef1-18/+0
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje29-792/+916
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte30-137/+221
2003-06-27some state change fixesThomas Vander Stichele2-2/+15
2003-06-23"My way" turned out to cause seg faults. :) Fixed, and added more fourcc to...David Schleef1-14/+26
2003-06-19Revert last two changes and do it my way. :)David Schleef1-41/+18
2003-06-19Support ISO-style variable argument macros.Brian Cameron1-0/+12
2003-06-19Add missing }David Schleef1-0/+1
2003-06-17which causes a segfault. I'm working on thatRonald S. Bultje1-24/+25
2003-06-16+ simplifying the filter's structure, but it's still not working perfectly + ...Leif Johnson4-218/+201
2003-06-16Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef2-105/+304
2003-06-15Fix some of the fourcc to caps conversions. reenable setting of rate and n c...David Schleef1-12/+26
2003-06-14gcc 3.3 and ppc fixesBenjamin Otte1-1/+3
2003-06-10Complete rewrite. Not finished, nothing to see here.David Schleef2-570/+1249
2003-06-06Make sure buffer is long enough in type_find. Attempt to fix #114580David Schleef1-0/+4
2003-06-01Make these compile with both solaris as well as lunix-based stuffiesRonald S. Bultje1-1/+2
2003-05-31CPPFLAGS -> CXXFLAGSJeremy Simon1-1/+1
2003-05-24UNITS -> DEFAULTWim Taymans1-5/+1
2003-05-22fix Makefiles for C++ libraries. They should now work with Forte. This needs ...Benjamin Otte1-15/+2
2003-05-22remove '__inline' stuff and take normal 'inline' insteadBenjamin Otte1-6/+2
2003-05-22Forte is more picky about how the pow() and log() functions are called.Brian Cameron2-3/+3
2003-05-22Corrected modplug and monkeyaudio to build with non-gcc compilers.Brian Cameron2-4/+7
2003-05-22Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were c...Brian Cameron1-2/+2
2003-05-22change required to build on solaris.Brian Cameron1-1/+1
2003-05-22Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using ty...Brian Cameron1-6/+6
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so tha...Brian Cameron1-0/+8
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron8-9/+9
2003-04-10fixes to mp3 typefinding:Benjamin Otte1-27/+147
2003-04-07Fix a bunch of endianness conversions that were done as long instead of int32...David Schleef3-14/+14
2003-04-04Partial fix for #109700. Should be applied to 0.6.1.David Schleef1-2/+2
2003-03-02Silly bug, i wonder who was the last one to play with itZeeshan Ali1-6/+0