| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
removing last mentions of wingo cothreads
|
|
|
|
|
|
|
|
| |
smalltalk various other fixes
Original commit message from CVS:
* changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk
* various other fixes
|
|
|
|
|
| |
Original commit message from CVS:
disabling cothreads build until it passes make distcheck
|
|
|
|
|
| |
Original commit message from CVS:
cothreads stuff i forgot to commit last night
|
|
|
|
|
| |
Original commit message from CVS:
moving around
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
merge from EVENTS1 on 20011016
|
|
|
|
|
| |
Original commit message from CVS:
added libs/control
|
|
|
|
|
| |
Original commit message from CVS:
Removed old unused libs.
|
|
|
|
|
| |
Original commit message from CVS:
Removed the wine loader.
|
|
|
|
|
| |
Original commit message from CVS:
added Makefile generation for gstaudio library
|
|
|
|
|
| |
Original commit message from CVS:
The BPB has been put over my head... this time it's right I think
|
|
|
|
|
|
| |
Original commit message from CVS:
Also build the videoscaler on non-I386 because we now have have a plain
C version too.
|
|
|
|
|
|
|
|
| |
compile on PPC.
Original commit message from CVS:
Make libs/idct only build mmx support if available - hopefully makes it
compile on PPC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Unified putbits.
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Original commit message from CVS:
Unified getbits handling. I currently have an inline integer implementation.
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Added a colorspace library and removed yuv2rgb conversion from the
videosink.
The aviencoder should now more or less work.
|
|
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.
|