summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2003-04-23Removing avifile and http plugins, also fixing some disting issuesChristian Schaller1-13/+0
Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje1-7/+22
Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje1-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.
2003-04-14Added initial version of audioconvert, a generic converter of integer ↵Benjamin Otte1-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.
2003-04-13Update dvdnav plugin to latest versionRonald S. Bultje1-0/+17
Original commit message from CVS: Update dvdnav plugin to latest version
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje1-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)
2003-04-05Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1David Schleef1-1/+1
Original commit message from CVS: Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
2003-04-04Correct fix for #109048. Disable qcamsrc plugin if non-i386.David Schleef1-3/+2
Original commit message from CVS: Correct fix for #109048. Disable qcamsrc plugin if non-i386.
2003-03-11Add monkeyaudio pluginJeremy Simon1-1/+3
Original commit message from CVS: Add monkeyaudio plugin
2003-03-09Fix v4l/v4l2 compilation problemsRonald S. Bultje1-2/+23
Original commit message from CVS: Fix v4l/v4l2 compilation problems
2003-03-05Fix compilation failure in testsuite/alsa/Ronald S. Bultje1-0/+1
Original commit message from CVS: Fix compilation failure in testsuite/alsa/
2003-03-02one missing file updatedChristian Schaller1-1/+1
Original commit message from CVS: one missing file updated
2003-03-02Complete the move of the RTP pluginChristian Schaller1-19/+1
Original commit message from CVS: Complete the move of the RTP plugin
2003-02-23disabling videosink from head build, should I do the same for 0.6 branch?Christian Schaller1-2/+1
Original commit message from CVS: disabling videosink from head build, should I do the same for 0.6 branch?
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller1-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
2003-02-23merge integer based Tremor vorbis pluginChristian Schaller1-0/+17
Original commit message from CVS: merge integer based Tremor vorbis plugin
2003-01-30The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali1-0/+10
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
2003-01-26add asf plugin to buildChristian Schaller1-1/+2
Original commit message from CVS: add asf plugin to build
2003-01-230.7.x dev branch is openThomas Vander Stichele1-1/+1
Original commit message from CVS: 0.7.x dev branch is open
2003-01-22update versionThomas Vander Stichele1-1/+1
Original commit message from CVS: update version
2003-01-21stray x checkThomas Vander Stichele1-0/+8
Original commit message from CVS: stray x check
2003-01-17Add a swfdec version dependency for new APIDavid Schleef1-1/+1
Original commit message from CVS: Add a swfdec version dependency for new API
2003-01-16build fixThomas Vander Stichele1-1/+3
Original commit message from CVS: build fix
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-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
2003-01-08merge back from releaseThomas Vander Stichele1-2/+3
Original commit message from CVS: merge back from release
2003-01-05moving forward to releaseThomas Vander Stichele1-1/+1
Original commit message from CVS: moving forward to release
2003-01-05redoThomas Vander Stichele1-1/+1
Original commit message from CVS: redo
2003-01-05only slurp in cvs modeThomas Vander Stichele1-4/+19
Original commit message from CVS: only slurp in cvs mode
2002-12-31Build the one-to-nIain Holmes1-1/+2
Original commit message from CVS: Build the one-to-n
2002-12-26slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele1-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
2002-12-19initial checkin of work-in-progress vbidec plugin for closed caption supportDavid I. Lehn1-1/+2
Original commit message from CVS: initial checkin of work-in-progress vbidec plugin for closed caption support
2002-12-15fix test for 0.3.1 mpeg2decChristian Schaller1-1/+1
Original commit message from CVS: fix test for 0.3.1 mpeg2dec
2002-12-15apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and ↵Christian Schaller1-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.
2002-12-10updateThomas Vander Stichele1-1/+1
Original commit message from CVS: update
2002-12-08parallel install fixesThomas Vander Stichele1-3/+17
Original commit message from CVS: parallel install fixes
2002-12-05drop mpeg2dec 0.2.1 support in favor of 0.3.0.David I. Lehn1-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.
2002-11-28fix some disting and rpm building issuesChristian Schaller1-0/+1
Original commit message from CVS: fix some disting and rpm building issues
2002-11-27scrub esd flagsThomas Vander Stichele1-0/+1
Original commit message from CVS: scrub esd flags
2002-11-26flac debug cleanup m4 for ffmpegThomas Vander Stichele1-0/+6
Original commit message from CVS: flac debug cleanup m4 for ffmpeg
2002-11-18putting in pngThomas Vander Stichele1-8/+18
Original commit message from CVS: putting in png
2002-11-15add media-info to spec commit patch from Jan Schmidt for raw1394 pluginJan Schmidt1-1/+1
Original commit message from CVS: add media-info to spec commit patch from Jan Schmidt for raw1394 plugin
2002-11-11adding mediainfoThomas Vander Stichele1-0/+1
Original commit message from CVS: adding mediainfo
2002-11-05fix the test for swfdecChristian Schaller1-1/+1
Original commit message from CVS: fix the test for swfdec
2002-11-03clashes with shout, put in expThomas Vander Stichele1-0/+2
Original commit message from CVS: clashes with shout, put in exp
2002-11-01bump up the versionThomas Vander Stichele1-1/+1
Original commit message from CVS: bump up the version
2002-10-30Fix shout2 test.David I. Lehn1-3/+3
Original commit message from CVS: Fix shout2 test. Upstream removed -lm from libpng, add it back for lib test and flags for now
2002-10-29stuff to go inThomas Vander Stichele1-0/+1
Original commit message from CVS: stuff to go in
2002-10-29peepalooThomas Vander Stichele1-1/+1
Original commit message from CVS: peepaloo
2002-10-29people interpreting .m4's make me laugh with wild abandonmentThomas Vander Stichele1-2/+6
Original commit message from CVS: people interpreting .m4's make me laugh with wild abandonment
2002-10-27new libgstplay location now buildsSteve Baker1-0/+1
Original commit message from CVS: new libgstplay location now builds