Thomas Vander Stichele
f1f862bc5a
merge back from release branch
...
Original commit message from CVS:
merge back from release branch
2002-12-11 21:58:32 +00:00
Thomas Vander Stichele
f9efd9e286
update
...
Original commit message from CVS:
update
2002-12-10 22:40:51 +00:00
Wim Taymans
dff7f0496f
Properly reset the internal state without leaking the filehandle
...
Original commit message from CVS:
Properly reset the internal state without leaking the filehandle
2002-12-10 20:41:06 +00:00
Thomas Vander Stichele
753a083ade
taaz's virtual patch
...
Original commit message from CVS:
taaz's virtual patch
2002-12-08 20:22:08 +00:00
Thomas Vander Stichele
fc6120b395
small fix
...
Original commit message from CVS:
small fix
2002-12-08 20:19:21 +00:00
Thomas Vander Stichele
46d5259674
more fixes
...
Original commit message from CVS:
more fixes
2002-12-08 19:55:32 +00:00
Thomas Vander Stichele
b815860264
peep
...
Original commit message from CVS:
peep
2002-12-08 18:59:57 +00:00
Thomas Vander Stichele
4096b30e3a
build fix
...
Original commit message from CVS:
build fix
2002-12-08 17:51:34 +00:00
Iain Holmes
efa337df0a
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:41 +00:00
Thomas Vander Stichele
e16c50551b
parallel install fixes
...
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:09 +00:00
Thomas Vander Stichele
17a38e044e
fail gracefully if can't install
...
Original commit message from CVS:
fail gracefully if can't install
2002-12-08 13:44:25 +00:00
Christian Schaller
b1db900c74
Applied endianess fix and unsigned data fix from Jon Nall
...
Original commit message from CVS:
Applied endianess fix and unsigned data fix from Jon Nall
2002-12-08 12:23:48 +00:00
Wim Taymans
4682001013
More refactoring osssrc has more features now, like query/convert etc
...
Original commit message from CVS:
More refactoring
osssrc has more features now, like query/convert etc
2002-12-07 20:54:47 +00:00
Wim Taymans
f5743b63de
Some cleanups and refactoring make ossrc do good negotiation
...
Original commit message from CVS:
Some cleanups and refactoring
make ossrc do good negotiation
2002-12-07 14:25:18 +00:00
Iain Holmes
3a96272da6
Add an event handler to the GstOssSrc. Handle EOS events.
...
Original commit message from CVS:
Add an event handler to the GstOssSrc. Handle EOS events.
2002-12-06 01:23:41 +00:00
David I. Lehn
8f5a50ba45
mpeg2dec req 0.3.0
...
Original commit message from CVS:
mpeg2dec req 0.3.0
2002-12-05 00:32:20 +00:00
David I. Lehn
2f4c85bdc9
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
...
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-12-05 00:29:11 +00:00
David I. Lehn
c7e109241f
examples should build conditionally
...
Original commit message from CVS:
examples should build conditionally
2002-12-05 00:25:13 +00:00
Thomas Vander Stichele
a03ceeadcb
more useful error messages
...
Original commit message from CVS:
more useful error messages
- how about i18n ?
- is this really the best way to pass user-visible error messages ?
2002-12-03 09:39:52 +00:00
Iain Holmes
2c758796f5
Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.
...
Original commit message from CVS:
Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.
Handle state changes correctly according to docs/random/wtay/states
2002-12-03 00:36:54 +00:00
Christian Schaller
8fb4f4b12e
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
35a8c568f1
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
5534b24f18
Added example indexing program for mpeg
...
Original commit message from CVS:
Added example indexing program for mpeg
2002-11-27 21:01:41 +00:00
Wim Taymans
c2758dbd00
Moved clock set/get to class functions.
...
Original commit message from CVS:
Moved clock set/get to class functions.
2002-11-27 20:54:43 +00:00
Wim Taymans
22f377d88b
Small cleanups
...
Original commit message from CVS:
Small cleanups
2002-11-27 20:49:11 +00:00
Thomas Vander Stichele
24511eb945
scrub esd flags
...
Original commit message from CVS:
scrub esd flags
2002-11-27 20:26:39 +00:00
Thomas Vander Stichele
ca0b9854a9
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
dbb97e6823
flac debug cleanup m4 for ffmpeg
...
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
2002-11-26 14:51:34 +00:00
Colin Walters
d9c6d0dde9
I'm too lazy to comment this
...
Original commit message from CVS:
*** empty log message ***
2002-11-25 16:35:18 +00:00
Jeremy Simon
f4d55b77c5
Remove audio/mod type from mikmod (build with modplug now)
...
Original commit message from CVS:
Remove audio/mod type from mikmod (build with modplug now)
2002-11-24 13:55:09 +00:00
Jeremy Simon
07f3eef84d
Bug #94429 (open with O_NONBLOCK). I hope it's ok (wtay ?)
...
Original commit message from CVS:
Bug #94429 (open with O_NONBLOCK). I hope it's ok (wtay ?)
2002-11-24 11:45:03 +00:00
Jeremy Simon
793944596f
Thanks Ken !
...
Original commit message from CVS:
Patch from Ken MacLeod (Bug #98797 ), Thanks Ken !
2002-11-23 09:32:25 +00:00
Jeremy Simon
486da3557d
should work with avifile too some cleanup ( video/png, ... )
...
Original commit message from CVS:
should work with avifile too
some cleanup ( video/png, ... )
2002-11-22 22:25:03 +00:00
Thomas Vander Stichele
6881559d8c
putting in png
...
Original commit message from CVS:
putting in png
2002-11-18 22:30:52 +00:00
Thomas Vander Stichele
6311badef8
LIBPNG going in
...
Original commit message from CVS:
LIBPNG going in
2002-11-18 22:30:12 +00:00
Thomas Vander Stichele
1c4686af94
putting in apoc's png encoder, needs some cleanup
...
Original commit message from CVS:
putting in apoc's png encoder, needs some cleanup
2002-11-18 22:29:38 +00:00
Thomas Vander Stichele
5ed59e18ed
too soon to put this in
...
Original commit message from CVS:
too soon to put this in
2002-11-18 11:00:19 +00:00
Zeeshan Ali
b65886cfa5
updated with the latest changes.
...
Original commit message from CVS:
updated with the latest changes.
2002-11-16 19:28:01 +00:00
Zeeshan Ali
766a544f35
(1) Caps nego are now dynamic, the Application developer now have choices: udp, tcp & none.
...
Original commit message from CVS:
(1) Caps nego are now dynamic, the Application developer now have choices: udp, tcp & none.
(2) Broadcast flag set to true on all the udp sockets.
2002-11-16 18:55:43 +00:00
Christian Schaller
cbba4edc0a
fix media info locations
...
Original commit message from CVS:
fix media info locations
2002-11-15 19:48:46 +00:00
Jan Schmidt
230f3f84af
add media-info to spec commit patch from Jan Schmidt for raw1394 plugin
...
Original commit message from CVS:
add media-info to spec
commit patch from Jan Schmidt for raw1394 plugin
2002-11-15 19:21:58 +00:00
Ronald S. Bultje
bcf4679ab3
v4l plugins: add open/close signals v4l2 plugins: add open/close signals move source format enumeration from v4l2elem...
...
Original commit message from CVS:
v4l plugins:
* add open/close signals
v4l2 plugins:
* add open/close signals
* move source format enumeration from v4l2element to v4l2src
* adapt to the final v4l2 API in kernel 2.5 (patches for 2.4 on http://bytesex.org/patches )
* small tweaks
2002-11-13 12:35:56 +00:00
Thomas Vander Stichele
2c1d8f0814
adding mediainfo
...
Original commit message from CVS:
adding mediainfo
2002-11-11 14:06:18 +00:00
Thomas Vander Stichele
8008441138
update to new structure
...
Original commit message from CVS:
update to new structure
2002-11-10 01:27:09 +00:00
Thomas Vander Stichele
93687028f1
separating tags and metadata
...
Original commit message from CVS:
separating tags and metadata
2002-11-09 18:40:35 +00:00
Zeeshan Ali
1125f6c41c
UDP plugins will work for RedHatians too
...
Original commit message from CVS:
UDP plugins will work for RedHatians too
2002-11-08 01:56:49 +00:00
Zeeshan Ali
7b3955e369
Trying to make udp plugins work
...
Original commit message from CVS:
Trying to make udp plugins work
2002-11-08 01:29:11 +00:00
Thomas Vander Stichele
7da598dde5
added mad
...
Original commit message from CVS:
added mad
2002-11-07 15:43:04 +00:00
Christian Schaller
37a2f0ca0e
small fixes to swfdec req and gstplay lib
...
Original commit message from CVS:
small fixes to swfdec req and gstplay lib
2002-11-05 22:23:23 +00:00
Christian Schaller
741a270fe0
fix the test for swfdec
...
Original commit message from CVS:
fix the test for swfdec
2002-11-05 21:25:18 +00:00