summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Use new ffmpeg revisionRonald S. Bultje2003-05-291-1/+1
| | | | | Original commit message from CVS: Use new ffmpeg revision
* I'm too lazy to comment thisRonald S. Bultje2003-05-291-2/+9
| | | | | Original commit message from CVS: New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
* Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron2003-05-211-11/+15
| | | | | | | | | that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-211-1/+23
| | | | | | | | | script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
* remove creation of makefile in nonexistent (sys/x11) directoryDavid Schleef2003-05-191-1/+0
| | | | | Original commit message from CVS: remove creation of makefile in nonexistent (sys/x11) directory
* update libflac checkJeremy Simon2003-05-191-1/+2
| | | | | Original commit message from CVS: update libflac check
* Some bugfixes:Christian Schaller2003-05-121-18/+18
| | | | | | | Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
* Removing avifile and http plugins, also fixing some disting issuesChristian Schaller2003-04-231-13/+0
| | | | | Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
* Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje2003-04-221-7/+22
| | | | | Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
* Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje2003-04-211-0/+33
| | | | | | | | | | | closed-source) Original commit message from CVS: Adds divx/xvid encoders. * divx encoder is based on divx4linux (commercial, closed-source) * xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) ) Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
* Added initial version of audioconvert, a generic converter of integer ↵Benjamin Otte2003-04-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/raw formats. Original commit message from CVS: Added initial version of audioconvert, a generic converter of integer audio/raw formats. It currently supports conversion of - channels (mono/stereo only, until someone tells me how to mix other channels) - endianness (little/bi endian) - signedness - width (8, 1, 24 and 32 bits) - depth (1 - width bits) missing: - enough testing (I intend to write a testsuite for this, but that's pending) - samplerate conversion - other goodies like format conversion etc Expect bugs when using it. problems this should solve: - encoding wav files on big endian machines - goom working with mono audio files in gst-player - Iain's soundcard (that one is a problem in itself) - complaints about missing conversion - too many age old, nearly unmaintained plugins (stereo2mono etc.) Have fun.
* Update dvdnav plugin to latest versionRonald S. Bultje2003-04-131-0/+17
| | | | | Original commit message from CVS: Update dvdnav plugin to latest version
* Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje2003-04-071-6/+16
| | | | | | | pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
* Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1David Schleef2003-04-051-1/+1
| | | | | Original commit message from CVS: Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
* Correct fix for #109048. Disable qcamsrc plugin if non-i386.David Schleef2003-04-041-3/+2
| | | | | Original commit message from CVS: Correct fix for #109048. Disable qcamsrc plugin if non-i386.
* Add monkeyaudio pluginJeremy Simon2003-03-111-1/+3
| | | | | Original commit message from CVS: Add monkeyaudio plugin
* Fix v4l/v4l2 compilation problemsRonald S. Bultje2003-03-091-2/+23
| | | | | Original commit message from CVS: Fix v4l/v4l2 compilation problems
* Fix compilation failure in testsuite/alsa/Ronald S. Bultje2003-03-051-0/+1
| | | | | Original commit message from CVS: Fix compilation failure in testsuite/alsa/
* one missing file updatedChristian Schaller2003-03-021-1/+1
| | | | | Original commit message from CVS: one missing file updated
* Complete the move of the RTP pluginChristian Schaller2003-03-021-19/+1
| | | | | Original commit message from CVS: Complete the move of the RTP plugin
* disabling videosink from head build, should I do the same for 0.6 branch?Christian Schaller2003-02-231-2/+1
| | | | | Original commit message from CVS: disabling videosink from head build, should I do the same for 0.6 branch?
* add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller2003-02-231-9/+1
| | | | | | | also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
* merge integer based Tremor vorbis pluginChristian Schaller2003-02-231-0/+17
| | | | | Original commit message from CVS: merge integer based Tremor vorbis plugin
* The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali2003-01-301-0/+10
| | | | | Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
* add asf plugin to buildChristian Schaller2003-01-261-1/+2
| | | | | Original commit message from CVS: add asf plugin to build
* 0.7.x dev branch is openThomas Vander Stichele2003-01-231-1/+1
| | | | | Original commit message from CVS: 0.7.x dev branch is open
* update versionThomas Vander Stichele2003-01-221-1/+1
| | | | | Original commit message from CVS: update version
* stray x checkThomas Vander Stichele2003-01-211-0/+8
| | | | | Original commit message from CVS: stray x check
* Add a swfdec version dependency for new APIDavid Schleef2003-01-171-1/+1
| | | | | Original commit message from CVS: Add a swfdec version dependency for new API
* build fixThomas Vander Stichele2003-01-161-1/+3
| | | | | Original commit message from CVS: build fix
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-0/+3
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* merge back from releaseThomas Vander Stichele2003-01-081-2/+3
| | | | | Original commit message from CVS: merge back from release
* moving forward to releaseThomas Vander Stichele2003-01-051-1/+1
| | | | | Original commit message from CVS: moving forward to release
* redoThomas Vander Stichele2003-01-051-1/+1
| | | | | Original commit message from CVS: redo
* only slurp in cvs modeThomas Vander Stichele2003-01-051-4/+19
| | | | | Original commit message from CVS: only slurp in cvs mode
* Build the one-to-nIain Holmes2002-12-311-1/+2
| | | | | Original commit message from CVS: Build the one-to-n
* slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele2002-12-261-2/+7
| | | | | | | | | | | link in a .a file in our .so plugin Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
* initial checkin of work-in-progress vbidec plugin for closed caption supportDavid I. Lehn2002-12-191-1/+2
| | | | | Original commit message from CVS: initial checkin of work-in-progress vbidec plugin for closed caption support
* fix test for 0.3.1 mpeg2decChristian Schaller2002-12-151-1/+1
| | | | | Original commit message from CVS: fix test for 0.3.1 mpeg2dec
* apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and ↵Christian Schaller2002-12-151-18/+4
| | | | | | | spec file. Original commit message from CVS: apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
* updateThomas Vander Stichele2002-12-101-1/+1
| | | | | Original commit message from CVS: update
* parallel install fixesThomas Vander Stichele2002-12-081-3/+17
| | | | | Original commit message from CVS: parallel install fixes
* drop mpeg2dec 0.2.1 support in favor of 0.3.0.David I. Lehn2002-12-051-1/+18
| | | | | | Original commit message from CVS: drop mpeg2dec 0.2.1 support in favor of 0.3.0. keeping old code around in cvs for a while just in case someone needs it.
* fix some disting and rpm building issuesChristian Schaller2002-11-281-0/+1
| | | | | Original commit message from CVS: fix some disting and rpm building issues
* scrub esd flagsThomas Vander Stichele2002-11-271-0/+1
| | | | | Original commit message from CVS: scrub esd flags
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-261-0/+6
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* putting in pngThomas Vander Stichele2002-11-181-8/+18
| | | | | Original commit message from CVS: putting in png
* add media-info to spec commit patch from Jan Schmidt for raw1394 pluginJan Schmidt2002-11-151-1/+1
| | | | | | Original commit message from CVS: add media-info to spec commit patch from Jan Schmidt for raw1394 plugin
* adding mediainfoThomas Vander Stichele2002-11-111-0/+1
| | | | | Original commit message from CVS: adding mediainfo
* fix the test for swfdecChristian Schaller2002-11-051-1/+1
| | | | | Original commit message from CVS: fix the test for swfdec