summaryrefslogtreecommitdiff
path: root/libs/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* android: make it ready for androgenizerAlessandro Decina2011-04-111-0/+5
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
* removing last mentions of wingo cothreadsThomas Vander Stichele2003-12-241-3/+1
| | | | | Original commit message from CVS: removing last mentions of wingo cothreads
* changed libgst -> libgstreamer to comply with namespace issues with gnu ↵Andy Wingo2002-02-101-2/+2
| | | | | | | | smalltalk various other fixes Original commit message from CVS: * changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk * various other fixes
* disabling cothreads build until it passes make distcheckThomas Vander Stichele2002-02-061-2/+2
| | | | | Original commit message from CVS: disabling cothreads build until it passes make distcheck
* cothreads stuff i forgot to commit last nightAndy Wingo2002-02-041-2/+2
| | | | | Original commit message from CVS: cothreads stuff i forgot to commit last night
* moving aroundThomas Vander Stichele2001-12-231-2/+2
| | | | | Original commit message from CVS: moving around
* Adding libs/resample, an audio resampling library. May eventually be forked ↵David Schleef2001-11-061-2/+2
| | | | | | | | off into a separate lib package. Original commit message from CVS: Adding libs/resample, an audio resampling library. May eventually be forked off into a separate lib package.
* merge from EVENTS1 on 20011016Erik Walthinsen2001-10-171-3/+2
| | | | | Original commit message from CVS: merge from EVENTS1 on 20011016
* added libs/controlSteve Baker2001-09-151-2/+2
| | | | | Original commit message from CVS: added libs/control
* Removed old unused libs.Wim Taymans2001-06-211-2/+2
| | | | | Original commit message from CVS: Removed old unused libs.
* Removed the wine loader.Wim Taymans2001-06-211-7/+2
| | | | | Original commit message from CVS: Removed the wine loader.
* added Makefile generation for gstaudio libraryThomas Vander Stichele2001-06-061-2/+2
| | | | | Original commit message from CVS: added Makefile generation for gstaudio library
* The BPB has been put over my head... this time it's right I thinkWim Taymans2001-02-191-1/+1
| | | | | Original commit message from CVS: The BPB has been put over my head... this time it's right I think
* Also build the videoscaler on non-I386 because we now have have a plainWim Taymans2001-02-181-1/+1
| | | | | | Original commit message from CVS: Also build the videoscaler on non-I386 because we now have have a plain C version too.
* Make libs/idct only build mmx support if available - hopefully makes it ↵Richard Boulton2000-09-211-2/+2
| | | | | | | | compile on PPC. Original commit message from CVS: Make libs/idct only build mmx support if available - hopefully makes it compile on PPC.
* More work porting to PPC. libs/winloader is disabled on PPC - I doubt this ↵Richard Boulton2000-09-161-1/+7
| | | | | | | | | | | | | | | | | | | can be made to work. Original commit message from CVS: More work porting to PPC. libs/winloader is disabled on PPC - I doubt this can be made to work. libs/videoscale and libs/idct are also disabled - they should be fixable though. Sorted out most of the plugins - avi is disabled for now on PPC; can be worked on later if there's any chance of getting it to work. Also provide an automake conditional for compiling vorbis, based on a configure test for the needed libraries: currently the test isn't implemented and defaults to "no" so you'll have to fiddle it to compile vorbis. I shall get hold of vorbis and implement an appropriate test some other time (if noone else beats me to it).
* Added general IDCT library. Added IEEE testbed.Wim Taymans2000-08-141-2/+2
| | | | | | | | Original commit message from CVS: Added general IDCT library. Added IEEE testbed. Update to the windows codec loader. fixes in the riff parser/encoder. cleanup in the getbits/putbits API.
* Added DivX ;-) support by using the wine .dll loader. you must unzip ↵Wim Taymans2000-07-151-2/+2
| | | | | | | | | | | | | | binaries.zip from http://divx.euro.ru/binaries.z... Original commit message from CVS: Added DivX ;-) support by using the wine .dll loader. you must unzip binaries.zip from http://divx.euro.ru/binaries.zip into the win32 directory **of the source tree**. Extended and bugfixed thr riff parser to support DivX ;-) Extended the avi parser to support DivX ;-) and MPEG Layer 3. Fixed a bug in mpg123. Sound still is seriously wrong with layer 3. Fixed MPEG2 playback in gstplay. Time indication in gstplay is temporarly broken.
* Unified putbits.Wim Taymans2000-06-161-2/+2
| | | | | Original commit message from CVS: Unified putbits.
* More changes to the mpeg parser and encoder.Wim Taymans2000-05-121-2/+2
| | | | | | | Original commit message from CVS: More changes to the mpeg parser and encoder. It seems like the mpeg2 decoder does not like some MPEG1 videos. Use mpeg_play for now (eg. AlienSong)
* Unified getbits handling. I currently have an inline integer implementation.Wim Taymans2000-04-161-2/+2
| | | | | Original commit message from CVS: Unified getbits handling. I currently have an inline integer implementation.
* Added a colorspace library and removed yuv2rgb conversion from the videosink.Wim Taymans2000-04-021-2/+2
| | | | | | | Original commit message from CVS: Added a colorspace library and removed yuv2rgb conversion from the videosink. The aviencoder should now more or less work.
* Added the riff code into a seperate library in /libs dir. The plugin loader ↵Wim Taymans2000-03-191-0/+3
also checks the /libs path. Original commit message from CVS: Added the riff code into a seperate library in /libs dir. The plugin loader also checks the /libs path. The avi parser now uses the riff library. WAV is broken.