Age | Commit message (Expand) | Author | Files | Lines |
2003-08-04 | Add DURATION support. It still doesn't work, see #119036 for why and on how t... | Ronald S. Bultje | 1 | -0/+1 |
2003-08-04 | Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do ... | Ronald S. Bultje | 2 | -3/+1 |
2003-08-04 | We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead | Ronald S. Bultje | 2 | -1/+1 |
2003-07-29 | Fix weird leftovers from the old mimetype era and also implement duration sup... | Ronald S. Bultje | 1 | -2/+4 |
2003-07-29 | call xvid_init() only once, and move duplicated code into one place | Ronald S. Bultje | 7 | -40/+74 |
2003-07-29 | fix installing into wrong dir | David Schleef | 1 | -1/+1 |
2003-07-29 | Fix installing in wrong dir | David Schleef | 1 | -1/+1 |
2003-07-28 | second attempt fixing gdkpixbuf stuff | Thomas Vander Stichele | 2 | -2/+17 |
2003-07-27 | Make mplex build dependent on USE_MPLEX | David Schleef | 1 | -0/+6 |
2003-07-27 | Add mplex subdir | David Schleef | 1 | -1/+1 |
2003-07-27 | Make mplex subdir dependent on USE_MPLEX | David Schleef | 1 | -1/+7 |
2003-07-27 | Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex. | David Schleef | 1 | -0/+5 |
2003-07-27 | Add include dir for gst-libs/ext/mplex | David Schleef | 1 | -1/+1 |
2003-07-27 | Moved to gst-libs/ext/mplex | David Schleef | 41 | -9406/+0 |
2003-07-27 | Change to build against library in gst-libs/ext/mplex | David Schleef | 1 | -28/+2 |
2003-07-26 | fix initialization | David Schleef | 2 | -2/+2 |
2003-07-26 | Nothing in this directory actually uses Freetype | David Schleef | 1 | -1/+1 |
2003-07-26 | Moved from gst-plugins/ext/mplex/. See that directory for older changelogs. | David Schleef | 41 | -0/+9085 |
2003-07-25 | Compilation fixes for 64-bit architectures | David Schleef | 1 | -3/+3 |
2003-07-25 | Compilation fixes on 64-bit architectures | David Schleef | 5 | -16/+16 |
2003-07-25 | Revert last change, because it is wrong. | David Schleef | 1 | -1/+1 |
2003-07-25 | Added tcp plugin to build | Angel Carpintero | 1 | -1/+2 |
2003-07-25 | Adding needed license information. The patch was reviewed and approved by | Brian Cameron | 9 | -3/+100 |
2003-07-25 | Fixes to allow plugin to build with Forte. | Brian Cameron | 4 | -3/+11 |
2003-07-25 | Rewrote the core function. Added some nice #defines that should probably go ... | David Schleef | 1 | -22/+39 |
2003-07-24 | Add buffer length checks to every typefinding function | David Schleef | 7 | -5/+28 |
2003-07-23 | Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ... | David Schleef | 1 | -2/+2 |
2003-07-23 | Take a hint from dschleef and grab the bufferpool at the last possible moment... | Joshua N. Pritikin | 1 | -1/+3 |
2003-07-23 | Fix to loop through a list of caps when calling try_set_caps(). Added a work... | David Schleef | 1 | -11/+26 |
2003-07-22 | famedec is not actually implemented. (it'd just a copy of fameenc.) | David Schleef | 3 | -622/+2 |
2003-07-22 | Force MAKEFLAGS to -j1 since ffmpeg is not -j safe | David Schleef | 1 | -0/+2 |
2003-07-22 | enable ext/mplex | David Schleef | 2 | -2/+3 |
2003-07-22 | Remove .pc files from CLEANFILES, since it's done automatically by automake d... | David Schleef | 1 | -2/+0 |
2003-07-22 | Fix warnings/errors due to missing assert declaration. | David Schleef | 6 | -1/+6 |
2003-07-22 | Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x... | Joshua N. Pritikin | 1 | -3/+6 |
2003-07-22 | A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed. | Joshua N. Pritikin | 1 | -1/+1 |
2003-07-20 | Update matroska check (see #117717) | Ronald S. Bultje | 1 | -4/+4 |
2003-07-19 | + the last of the float caps changes ... these are a bit more pervasive | Leif Johnson | 8 | -158/+144 |
2003-07-19 | + changes for new float caps without slope/intercept + some category changes ... | Leif Johnson | 9 | -48/+39 |
2003-07-19 | + attempting to fix up playondemand ... still makes nasty crackly noises | Leif Johnson | 4 | -22/+30 |
2003-07-18 | fix spec file to work with new combined esound plugin | Christian Schaller | 1 | -2/+1 |
2003-07-18 | the real speex disting fix, the previous one was just the build fix :) | Christian Schaller | 1 | -1/+1 |
2003-07-18 | fix it so that the SPEEX plugin gets disted | Christian Schaller | 1 | -1/+7 |
2003-07-17 | fix compilation error | Jeremy Simon | 1 | -1/+1 |
2003-07-17 | _Really_ fix my lame attempts at previous fixes for matroska detection. | David Schleef | 1 | -1/+0 |
2003-07-17 | Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it. | David Schleef | 1 | -6/+6 |
2003-07-17 | Move to m4/ instead of common/m4/ | Ronald S. Bultje | 2 | -0/+262 |
2003-07-17 | Really disable Matroska this time. Reenable smoothwave until someone decides... | David Schleef | 1 | -10/+24 |
2003-07-17 | Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of... | David Schleef | 4 | -48/+56 |
2003-07-16 | actually recurse into sndfile if we are able big ladspa cleanups, mainly to c... | Andy Wingo | 12 | -629/+933 |