summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding cod...David Schleef1-8/+1
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef5-5/+5
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte17-609/+23
2003-10-13no, we don't require bytestream anymoreBenjamin Otte2-4/+3
2003-10-13Woah, I'm f***ing annoyed that someonme never tests his changes and figures o...Benjamin Otte1-1/+2
2003-10-09Trivial fixes for GstBuffer->GstData migrationDavid Schleef1-2/+2
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo34-102/+127
2003-10-08just some code cleanupLeif Johnson2-103/+64
2003-10-08updating some plugin categoriesLeif Johnson1-1/+1
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje13-407/+361
2003-09-30Add new element: frame dropper. This element inserts/drops frames to go from ...Ronald S. Bultje3-0/+327
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele9-27/+12
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