Christian Schaller
5e91c99e09
Added Goom and icecast to the spec, also fixed jpmeg mmx
...
Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx
2002-02-03 19:05:07 +00:00
Christian Schaller
0ec6995971
Added Goom and icecast to the spec, also fixed jpmeg mmx
...
Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx
2002-02-03 19:05:07 +00:00
Christian Schaller
85d0c60072
Added Goom and icecast to the spec, also fixed jpmeg mmx
...
Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx
2002-02-03 19:05:07 +00:00
Wim Taymans
57ce0321c8
Added a tarkin encoder/decoder plugin.
...
Original commit message from CVS:
Added a tarkin encoder/decoder plugin.
I moved the tarking CVS code in here temporarily until they have a
library (hence this plugin is in ext)
test with:
./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg }
./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
2002-02-03 16:30:31 +00:00
Thomas Vander Stichele
6b2df345f7
initial import
...
Original commit message from CVS:
initial import
2002-02-03 16:16:36 +00:00
Thomas Vander Stichele
cf1fb56395
Initial revision
...
Original commit message from CVS:
Initial revision
2002-02-03 16:16:36 +00:00
Ronald S. Bultje
5aeb0b399f
We dont need these anymore, avidemux handles it all internally
...
Original commit message from CVS:
We dont need these anymore, avidemux handles it all internally
2002-02-03 16:09:07 +00:00
Ronald S. Bultje
bbe54084b8
We dont need avidecoder and avitypes anymore
...
Original commit message from CVS:
We dont need avidecoder and avitypes anymore
2002-02-03 16:07:53 +00:00
Ronald S. Bultje
3ea3b8e8ab
Some small adjustments for for better open-a-new-file handling
...
Original commit message from CVS:
Some small adjustments for for better open-a-new-file handling
2002-02-03 15:47:20 +00:00
Ronald S. Bultje
41d83ad803
Some small adjustments for for better open-a-new-file handling
...
Original commit message from CVS:
Some small adjustments for for better open-a-new-file handling
2002-02-03 15:47:02 +00:00
Ronald S. Bultje
63c5bedc40
Fixes AVI playback - doh
...
Original commit message from CVS:
Fixes AVI playback - doh
2002-02-03 13:47:16 +00:00
Erik Walthinsen
824252ea93
added back goom to configure.ac after syncing with release
...
Original commit message from CVS:
added back goom to configure.ac after syncing with release
2002-02-03 04:00:17 +00:00
Erik Walthinsen
c984ba5978
added back goom to configure.ac after syncing with release
...
Original commit message from CVS:
added back goom to configure.ac after syncing with release
2002-02-03 04:00:17 +00:00
Erik Walthinsen
b1fea04686
added back goom to configure.ac after syncing with release
...
Original commit message from CVS:
added back goom to configure.ac after syncing with release
2002-02-03 04:00:17 +00:00
Erik Walthinsen
2e5ae1de37
added back goom to configure.ac after syncing with release
...
Original commit message from CVS:
added back goom to configure.ac after syncing with release
2002-02-03 04:00:17 +00:00
Erik Walthinsen
e371dc2b58
Committing differences between CVS and the 0.3.2 release. These changes were in the local copy that the dist was mad...
...
Original commit message from CVS:
Committing differences between CVS and the 0.3.2 release. These changes
were in the local copy that the dist was made from, but have never been
in CVS (I hunted for matching revisions on all of them). I will retag
these files with the proper release tag as soon as they're committed.
2002-02-03 03:57:04 +00:00
Erik Walthinsen
979290ded5
Committing differences between CVS and the 0.3.2 release. These changes were in the local copy that the dist was mad...
...
Original commit message from CVS:
Committing differences between CVS and the 0.3.2 release. These changes
were in the local copy that the dist was made from, but have never been
in CVS (I hunted for matching revisions on all of them). I will retag
these files with the proper release tag as soon as they're committed.
2002-02-03 03:57:04 +00:00
Erik Walthinsen
2bba9ef04e
Committing differences between CVS and the 0.3.2 release. These changes were in the local copy that the dist was mad...
...
Original commit message from CVS:
Committing differences between CVS and the 0.3.2 release. These changes
were in the local copy that the dist was made from, but have never been
in CVS (I hunted for matching revisions on all of them). I will retag
these files with the proper release tag as soon as they're committed.
2002-02-03 03:57:04 +00:00
Erik Walthinsen
d49445652d
Committing differences between CVS and the 0.3.2 release. These changes were in the local copy that the dist was mad...
...
Original commit message from CVS:
Committing differences between CVS and the 0.3.2 release. These changes
were in the local copy that the dist was made from, but have never been
in CVS (I hunted for matching revisions on all of them). I will retag
these files with the proper release tag as soon as they're committed.
2002-02-03 03:57:04 +00:00
Wim Taymans
8c47de1c65
Added fps control to goom
...
Original commit message from CVS:
Added fps control to goom
2002-02-03 02:45:33 +00:00
Bastien Nocera
2da71acdf5
- remove the use of ASM as well
...
Original commit message from CVS:
- remove the use of ASM as well
2002-02-03 01:59:30 +00:00
Andy Wingo
e9ea094528
some release caveats, some todos
...
Original commit message from CVS:
some release caveats, some todos
2002-02-02 23:09:20 +00:00
Andy Wingo
259c8c394c
some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main...
...
Original commit message from CVS:
some compile fixes, api changes, and i added the ability to create new chunks on the
stack, which can extend the main thread's stack up to 8M under linuxthreads. thanks
to billh for the {set,get}rlimit tip.
on the other hand, there's a nasty bug in cothreads when they are run without gthreads
that i'm still tracking down. that's the last bug though, at this point.
the commit is to syn the repository with my working copy before moving cothreads to a
separate module.
2002-02-02 19:07:10 +00:00
Bastien Nocera
f19f820724
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
...
Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
2002-02-02 18:49:03 +00:00
Bastien Nocera
08518534a8
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
...
Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
2002-02-02 18:49:03 +00:00
Bastien Nocera
88d7ce0080
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
...
Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
2002-02-02 18:49:03 +00:00
Bastien Nocera
7019a03ee1
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
...
Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
2002-02-02 18:49:03 +00:00
Thomas Vander Stichele
aae5e50662
back to cvs mode
...
Original commit message from CVS:
back to cvs mode
2002-02-02 17:35:06 +00:00
Ronald S. Bultje
e8ace28405
WARNING: avimux is still broken, but less broken than it used to be... Code is under heavy development and will work ...
...
Original commit message from CVS:
WARNING: avimux is still broken, but less broken than it used to be... Code is under heavy development and will work sooner or later... Uploaded for generic development and testing purposes, not intended for generic use whatsoever
2002-02-02 16:27:20 +00:00
Wim Taymans
a7928f4f94
Remove deprecated call.
...
Original commit message from CVS:
Remove deprecated call.
2002-02-02 16:26:41 +00:00
Wim Taymans
c7669b9434
Faster RGB to YUV conversion
...
Original commit message from CVS:
Faster RGB to YUV conversion
2002-02-02 16:21:41 +00:00
Christian Schaller
59c95cf74e
Corrected OpenQuicktime dep to openquicktime
...
Original commit message from CVS:
Corrected OpenQuicktime dep to openquicktime
2002-02-02 15:59:00 +00:00
Christian Schaller
ceddd28a25
Corrected OpenQuicktime dep to openquicktime
...
Original commit message from CVS:
Corrected OpenQuicktime dep to openquicktime
2002-02-02 15:59:00 +00:00
Christian Schaller
f0d9c25c94
Corrected OpenQuicktime dep to openquicktime
...
Original commit message from CVS:
Corrected OpenQuicktime dep to openquicktime
2002-02-02 15:59:00 +00:00
Christian Schaller
5d8ebbc9f5
Corrected OpenQuicktime dep to openquicktime
...
Original commit message from CVS:
Corrected OpenQuicktime dep to openquicktime
2002-02-02 15:59:00 +00:00
Thomas Vander Stichele
ff3dde773d
updates for release
...
Original commit message from CVS:
updates for release
2002-02-02 15:50:36 +00:00
Thomas Vander Stichele
304dd4a6fc
updates for release
...
Original commit message from CVS:
updates for release
2002-02-02 15:50:36 +00:00
Thomas Vander Stichele
9ff7277e7d
updates for release
...
Original commit message from CVS:
updates for release
2002-02-02 15:50:36 +00:00
Thomas Vander Stichele
a0705aa4a2
updates for release
...
Original commit message from CVS:
updates for release
2002-02-02 15:50:36 +00:00
Thomas Vander Stichele
3b51d4e107
sigh
...
Original commit message from CVS:
sigh
2002-02-02 14:37:04 +00:00
Thomas Vander Stichele
242e80e503
another fix
...
Original commit message from CVS:
another fix
2002-02-02 14:30:39 +00:00
Thomas Vander Stichele
bf52c37b13
fixing an error
...
Original commit message from CVS:
fixing an error
2002-02-02 14:24:35 +00:00
Wim Taymans
fdcfd49d2b
Pointless cleanup
...
Original commit message from CVS:
Pointless cleanup
2002-02-02 14:03:45 +00:00
Wim Taymans
8926b8607d
Add timestamps on the buffers
...
Original commit message from CVS:
Add timestamps on the buffers
2002-02-02 14:03:05 +00:00
Wim Taymans
bbf23ce2c7
Cleanups
...
Original commit message from CVS:
Cleanups
2002-02-02 13:59:48 +00:00
Wim Taymans
19a845c0d7
Compile fix.
...
Original commit message from CVS:
Compile fix.
2002-02-02 13:59:13 +00:00
Wim Taymans
716b8feb88
Pretty pointless cleanup
...
Original commit message from CVS:
Pretty pointless cleanup
2002-02-02 13:58:48 +00:00
Wim Taymans
76e4e1449c
Destroy the bytestream object when we go to paused
...
Original commit message from CVS:
Destroy the bytestream object when we go to paused
2002-02-02 13:57:30 +00:00
Wim Taymans
fd28e67e4f
Small fixes
...
Original commit message from CVS:
Small fixes
2002-02-02 13:56:02 +00:00
Wim Taymans
ddb176f2ed
Small fixes
...
Original commit message from CVS:
Small fixes
2002-02-02 13:56:02 +00:00