Christian Schaller
58fcf76b2e
Some bugfixes:
...
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
2003-05-12 13:17:11 +00:00
Christian Schaller
e45fb6b8c0
Removing avifile and http plugins, also fixing some disting issues
...
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
2003-04-23 19:42:12 +00:00
Ronald S. Bultje
08889d7a8f
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
...
Original commit message from CVS:
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-22 14:55:12 +00:00
David Schleef
cb4ce3dd59
Rewrote much of the code. Hopefully will work with gst-player now.
...
Original commit message from CVS:
Rewrote much of the code. Hopefully will work with gst-player now.
2003-04-22 08:23:08 +00:00
Ronald S. Bultje
ab57fbcd54
Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, 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-21 21:54:27 +00:00
David Schleef
3021d277dd
Grrr... another fix, to make gst_artsio.idl dist correctly.
...
Original commit message from CVS:
Grrr... another fix, to make gst_artsio.idl dist correctly.
2003-04-09 22:20:11 +00:00
David Schleef
27b2ebd812
Refix #104689
...
Original commit message from CVS:
Refix #104689
2003-04-08 22:53:24 +00:00
David Schleef
f2f86939c3
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
...
Original commit message from CVS:
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
2003-04-07 20:47:30 +00:00
David Schleef
bb23b9a3a2
Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
...
Original commit message from CVS:
Fix a bunch of endianness conversions that were done as long instead of
int32. Should go into 0.6.1.
2003-04-07 18:43:25 +00:00
David Schleef
6b32ca5b1a
Remove automake-1.4 hack to get files to dist correctly. Fixes #104689 .
...
Original commit message from CVS:
Remove automake-1.4 hack to get files to dist correctly. Fixes #104689 .
Doesn't need to go into 0.6.1, imo.
2003-04-05 21:28:34 +00:00
Andy Wingo
3503def596
update for the latest jack cvs and non-cothreaded gst scheduler
...
Original commit message from CVS:
update for the latest jack cvs and non-cothreaded gst scheduler
2003-03-04 15:34:20 +00:00
Christian Schaller
fd8b83489c
Complete the move of the RTP plugin
...
Original commit message from CVS:
Complete the move of the RTP plugin
2003-03-02 10:16:24 +00:00
Christian Schaller
3cd58ad6f9
commit first part of ivorbis fixes
...
Original commit message from CVS:
commit first part of ivorbis fixes
2003-03-01 14:48:00 +00:00
Christian Schaller
4344085222
state change fixes from Pedro Corte-Real for shout and shout2 plugins
...
Original commit message from CVS:
state change fixes from Pedro Corte-Real for shout and shout2 plugins
2003-02-23 21:01:23 +00:00
Christian Schaller
6fdb0b8039
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, 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-23 19:58:50 +00:00
David I. Lehn
56dd04644e
remove autogenerated file
...
Original commit message from CVS:
remove autogenerated file
2003-02-23 18:30:26 +00:00
Christian Schaller
da346202e4
merge integer based Tremor vorbis plugin
...
Original commit message from CVS:
merge integer based Tremor vorbis plugin
2003-02-23 17:35:35 +00:00
Jan Schmidt
ee1f58a95f
Changed caps->fixed to use FLAG_SET
...
Original commit message from CVS:
Changed caps->fixed to use FLAG_SET
2003-02-05 20:38:41 +00:00
Wim Taymans
869d913ff6
- properly ref/unref the caps while doing caps nego
...
Original commit message from CVS:
- properly ref/unref the caps while doing caps nego
2003-02-02 20:00:19 +00:00
David Schleef
48300827a1
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
...
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
2003-02-02 05:26:29 +00:00
Christian Schaller
b80a4140f3
remove README from Makefile.am as there is no README
...
Original commit message from CVS:
remove README from Makefile.am as there is no README
2003-02-01 15:43:39 +00:00
Zeeshan Ali
1c6ceb5c0b
The first attempt to support MAS. Dont expect it to work :)
...
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
2003-01-30 20:24:26 +00:00
David Schleef
b534ea2616
Add length querying
...
Original commit message from CVS:
Add length querying
2003-01-23 21:06:30 +00:00
David Schleef
b2d148685a
Update for new API
...
Original commit message from CVS:
Update for new API
2003-01-17 05:27:12 +00:00
Jan Schmidt
3f58aecb75
Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
...
Original commit message from CVS:
Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
2003-01-13 13:59:31 +00:00
Wim Taymans
801ee2866c
unref pool too
...
Original commit message from CVS:
unref pool too
2003-01-12 21:31:16 +00:00
Wim Taymans
3ac1f4da2d
connect fix
...
Original commit message from CVS:
connect fix
2003-01-12 02:13:17 +00:00
Thomas Vander Stichele
bc3ddb0c59
more link fixes
...
Original commit message from CVS:
more link fixes
2003-01-10 14:15:25 +00:00
Thomas Vander Stichele
8e3c533fcf
PadConnect -> PadLink
...
Original commit message from CVS:
PadConnect -> PadLink
2003-01-10 13:38:32 +00:00
Thomas Vander Stichele
424db0d3ae
another batch of connect->link fixes please let me know about issues and 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-10 10:22:25 +00:00
Wim Taymans
6f47b369c8
Remove PAD_EOS
...
Original commit message from CVS:
Remove PAD_EOS
2003-01-01 17:18:38 +00:00
Wim Taymans
1e530c57a5
First attempt at a cd player plugins that uses libcdaudio.
...
Original commit message from CVS:
First attempt at a cd player plugins that uses libcdaudio.
2002-12-30 18:01:31 +00:00
Wim Taymans
2deab46c69
Fix plugins for new query API
...
Original commit message from CVS:
Fix plugins for new query API
2002-12-30 17:53:18 +00:00
Wim Taymans
6eae42d06c
Update to new element sync API
...
Original commit message from CVS:
Update to new element sync API
2002-12-27 23:00:34 +00:00
Thomas Vander Stichele
d2aa85e4de
fix location
...
Original commit message from CVS:
fix location
2002-12-27 13:03:09 +00:00
Zeeshan Ali
03356adb24
added timestamping code
...
Original commit message from CVS:
added timestamping code
2002-12-20 22:06:18 +00:00
Wim Taymans
b1dd924593
Just copy timestamps for now
...
Original commit message from CVS:
Just copy timestamps for now
2002-12-20 20:01:17 +00:00
Iain Holmes
b521a373bf
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
...
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08 17:20:44 +00:00
Thomas Vander Stichele
708cf898e8
parallel install fixes
...
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:10 +00:00
David I. Lehn
5daec672ad
sanity check in case of symbol clashes with avifile
...
Original commit message from CVS:
sanity check in case of symbol clashes with avifile
2002-12-05 00:26:19 +00:00
Christian Schaller
f4dbdcb51c
fix some disting and rpm building issues
...
Original commit message from CVS:
fix some disting and rpm building issues
2002-11-28 12:58:38 +00:00
Christian Schaller
489731248b
fix some directories left out of dist
...
Original commit message from CVS:
fix some directories left out of dist
2002-11-27 21:25:11 +00:00
Wim Taymans
15c9d99874
Moved clock set/get to class functions.
...
Original commit message from CVS:
Moved clock set/get to class functions.
2002-11-27 20:54:42 +00:00
Thomas Vander Stichele
49be3b526f
not sure what I did wrong but this should fix it hopefully
...
Original commit message from CVS:
not sure what I did wrong but this should fix it hopefully
2002-11-27 19:58:21 +00:00
Thomas Vander Stichele
ab5a4110e2
flac debug cleanup m4 for ffmpeg
...
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
2002-11-26 14:51:33 +00:00
Thomas Vander Stichele
e79d186b44
LIBPNG going in
...
Original commit message from CVS:
LIBPNG going in
2002-11-18 22:30:12 +00:00
Wim Taymans
722a09ea7b
Lower the rank, this element should not be selected in the player
...
Original commit message from CVS:
Lower the rank, this element should not be selected in the player
2002-11-02 13:37:37 +00:00
Thomas Vander Stichele
ad67a1081d
backmerge
...
Original commit message from CVS:
backmerge
2002-11-01 21:41:28 +00:00
Christian Schaller
5461098c19
fixed shout2 building
...
Original commit message from CVS:
fixed shout2 building
2002-10-29 12:02:31 +00:00
Wim Taymans
730bcc0db5
Handle more stream types
...
Original commit message from CVS:
Handle more stream types
2002-10-25 20:46:12 +00:00