summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-09-12Add mpegversion(1) to the capsRonald S. Bultje1-0/+1
Original commit message from CVS: Add mpegversion(1) to the caps
2003-09-11Remove all locally-defined optimization flagsDavid Schleef15-64/+15
Original commit message from CVS: Remove all locally-defined optimization flags
2003-09-11Add some stuff to disable bad asm codeDavid Schleef1-16/+101
Original commit message from CVS: Add some stuff to disable bad asm code
2003-09-11Build ffmpeg using automake instead of ffmpeg's (broken) MakefilesDavid Schleef1-0/+154
Original commit message from CVS: Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles
2003-09-11Fix caps definition. Fix copyright block.David Schleef1-5/+10
Original commit message from CVS: Fix caps definition. Fix copyright block.
2003-09-11add cvsignoresChristian Schaller3-0/+5
Original commit message from CVS: add cvsignores
2003-09-11misc minor build and rpm fixesChristian Schaller2-53/+52
Original commit message from CVS: misc minor build and rpm fixes
2003-09-03clean up varargs macro definitionDavid Schleef1-6/+8
Original commit message from CVS: clean up varargs macro definition
2003-09-03Remove vestigal code (#121174)David Schleef1-11/+0
Original commit message from CVS: Remove vestigal code (#121174)
2003-08-30get last fix correct.David Schleef1-1/+1
Original commit message from CVS: get last fix correct.
2003-08-25two small build fixesChristian Schaller1-0/+1
Original commit message from CVS: two small build fixes
2003-08-21compilation problems on FreeBSD.Andrew Turner1-0/+1
Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
2003-08-19needed fixes to enable building of RPMS of gst-pluginsChristian Schaller2-2/+13
Original commit message from CVS: needed fixes to enable building of RPMS of gst-plugins
2003-08-17Handle libtoolize with alternate namesDavid Schleef2-2/+2
Original commit message from CVS: Handle libtoolize with alternate names
2003-08-13so bug cannot be closed yetRonald S. Bultje3-2/+9
Original commit message from CVS: Several solaris fixes, see #118473... One issue remaining (see the bug), so bug cannot be closed yet
2003-08-13dist fixThomas Vander Stichele1-2/+0
Original commit message from CVS: dist fix
2003-08-13clean up code, fix typos in lst checkinDavid Schleef2-11/+9
Original commit message from CVS: clean up code, fix typos in lst checkin
2003-08-13Move some code from wavparseDavid Schleef2-0/+28
Original commit message from CVS: Move some code from wavparse
2003-08-10Remove redundant definition of plugindirDavid Schleef5-5/+0
Original commit message from CVS: Remove redundant definition of plugindir
2003-08-10Remove redundant plugindir definitionDavid Schleef50-53/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-08-09Define plugindirDavid Schleef2-0/+3
Original commit message from CVS: Define plugindir
2003-08-05Fix up small issues (fixes #119036)Ronald S. Bultje1-9/+17
Original commit message from CVS: Fix up small issues (fixes #119036)
2003-08-04Add DURATION support. It still doesn't work, see #119036 for why and on how ↵Ronald S. Bultje1-0/+1
to fix it Original commit message from CVS: Add DURATION support. It still doesn't work, see #119036 for why and on how to fix it
2003-08-04Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do ↵Ronald S. Bultje2-3/+1
the same and more Original commit message from CVS: Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more
2003-08-04We don't like -lstdc++ in Makefile.am, use libtool-1.5 insteadRonald S. Bultje2-1/+1
Original commit message from CVS: We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
2003-07-29Fix weird leftovers from the old mimetype era and also implement duration ↵Ronald S. Bultje1-2/+4
support Original commit message from CVS: Fix weird leftovers from the old mimetype era and also implement duration support
2003-07-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje7-40/+74
Original commit message from CVS: call xvid_init() only once, and move duplicated code into one place
2003-07-29fix installing into wrong dirDavid Schleef1-1/+1
Original commit message from CVS: fix installing into wrong dir
2003-07-29Fix installing in wrong dirDavid Schleef1-1/+1
Original commit message from CVS: Fix installing in wrong dir
2003-07-28second attempt fixing gdkpixbuf stuffThomas Vander Stichele2-2/+17
Original commit message from CVS: second attempt fixing gdkpixbuf stuff
2003-07-27Make mplex build dependent on USE_MPLEXDavid Schleef1-0/+6
Original commit message from CVS: Make mplex build dependent on USE_MPLEX
2003-07-27Add mplex subdirDavid Schleef1-1/+1
Original commit message from CVS: Add mplex subdir
2003-07-27Make mplex subdir dependent on USE_MPLEXDavid Schleef1-1/+7
Original commit message from CVS: Make mplex subdir dependent on USE_MPLEX
2003-07-27Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.David Schleef1-0/+5
Original commit message from CVS: Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
2003-07-27Add include dir for gst-libs/ext/mplexDavid Schleef1-1/+1
Original commit message from CVS: Add include dir for gst-libs/ext/mplex
2003-07-27Moved to gst-libs/ext/mplexDavid Schleef41-9406/+0
Original commit message from CVS: Moved to gst-libs/ext/mplex
2003-07-27Change to build against library in gst-libs/ext/mplexDavid Schleef1-28/+2
Original commit message from CVS: Change to build against library in gst-libs/ext/mplex
2003-07-26fix initializationDavid Schleef2-2/+2
Original commit message from CVS: fix initialization
2003-07-26Nothing in this directory actually uses FreetypeDavid Schleef1-1/+1
Original commit message from CVS: Nothing in this directory actually uses Freetype
2003-07-26Moved from gst-plugins/ext/mplex/. See that directory for older changelogs.David Schleef41-0/+9085
Original commit message from CVS: Moved from gst-plugins/ext/mplex/. See that directory for older changelogs.
2003-07-25Compilation fixes for 64-bit architecturesDavid Schleef1-3/+3
Original commit message from CVS: Compilation fixes for 64-bit architectures
2003-07-25Compilation fixes on 64-bit architecturesDavid Schleef5-16/+16
Original commit message from CVS: Compilation fixes on 64-bit architectures
2003-07-25Revert last change, because it is wrong.David Schleef1-1/+1
Original commit message from CVS: Revert last change, because it is wrong.
2003-07-25Added tcp plugin to buildAngel Carpintero1-1/+2
Original commit message from CVS: Added tcp plugin to build
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron9-3/+100
Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
2003-07-25Fixes to allow plugin to build with Forte.Brian Cameron4-3/+11
Original commit message from CVS: Fixes to allow plugin to build with Forte.
2003-07-25Rewrote the core function. Added some nice #defines that should probably go ↵David Schleef1-22/+39
in gstvideo.h. Fixes #118245. Original commit message from CVS: Rewrote the core function. Added some nice #defines that should probably go in gstvideo.h. Fixes #118245.
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef7-5/+28
Original commit message from CVS: Add buffer length checks to every typefinding function
2003-07-23Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ↵David Schleef1-2/+2
int) Original commit message from CVS: Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not int)
2003-07-23Take a hint from dschleef and grab the bufferpool at the last possible ↵Joshua N. Pritikin1-1/+3
moment instead of in gst_colorspace_srcconnect... Original commit message from CVS: Take a hint from dschleef and grab the bufferpool at the last possible moment instead of in gst_colorspace_srcconnect_func. I don't know if this is the "correct" fix, but I'm going to commit anyway because colorspace doesn't work _at_ _all_ without this change.