summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-09-14add COPYING.LIBChristian Schaller2-1/+482
Original commit message from CVS: add COPYING.LIB
2003-09-14Integrating the GstVideoSink parent classJulien Moutte2-145/+56
Original commit message from CVS: Integrating the GstVideoSink parent class
2003-09-14exerting executive privilegeDavid Schleef1-26/+0
Original commit message from CVS: exerting executive privilege
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte4-2/+578
Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing.
2003-09-13Change default program suffix to -0.7David Schleef1-0/+4
Original commit message from CVS: Change default program suffix to -0.7
2003-09-13Copyright fix (code=mine)Ronald S. Bultje2-6/+4
Original commit message from CVS: Copyright fix (code=mine)
2003-09-13fix v4l elements as they have been merged into just 2Christian Schaller1-6/+2
Original commit message from CVS: fix v4l elements as they have been merged into just 2
2003-09-13typosRonald S. Bultje1-1/+2
Original commit message from CVS: typos
2003-09-13latest fixes to get everything disting and building like a charmChristian Schaller4-1/+8
Original commit message from CVS: latest fixes to get everything disting and building like a charm
2003-09-13Add missing \David Schleef1-1/+1
Original commit message from CVS: Add missing \
2003-09-13Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje6-35/+66
Original commit message from CVS: Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
2003-09-13Interface example: a mixerRonald S. Bultje5-2/+255
Original commit message from CVS: Interface example: a mixer
2003-09-12build and disting fixesChristian Schaller1-12/+6
Original commit message from CVS: build and disting fixes
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