lp://staging/~libmms-devel/libmms/win32
- Get this branch:
- bzr branch lp://staging/~libmms-devel/libmms/win32
Branch merges
Branch information
Recent revisions
- 86. By Kwang Yul Seo
-
Hi,
I ported libmms to win32. I compiled libmms trunk with MSVC 6.0 and tested
it against gstreamer 0.10.17 with gstramer libmms plugin in
gstreamer-plugins- bad. The following command seems to work fine. gst-launch-0.10.exe playbin uri=mms:
//wms.andrew. cmu.edu/ 001/pausch. wmv In order to make libmms portable across many platforms, I used glib. Please
review the attched patch and let me know if there are things to be modified.
By the way, I tried to upload the patch to the launchpad project site, but I
couldn't find where to upload it.Thanks,
Kwang Yul Seo - 81. By jwrdegoede
-
Small bugfix to 64 bit off_t handling, which might be necesarry to get it to compile on some systems.
- 80. By jwrdegoede
-
2007-12-11 Hans de Goede <email address hidden>
* Remove out of date (not working with recent autotools) autogen.sh,
use: "autoreconf -i -f -v" instead. - 79. By jwrdegoede
-
2007-12-11 Hans de Goede <email address hidden>
* Better tracking of seekable state in mms.c, return immediately
from the seek functions when they gat called on a non seekable
stream. - 78. By jwrdegoede
-
2007-12-11 Hans de Goede <email address hidden>
* Do some minimal sanity checks on the information parsed from the
asf header. - 77. By jwrdegoede
-
2007-12-11 Hans de Goede <email address hidden>
* Add mmsx.c / .h, mmsx.c is a small wrapper around mms.c and mmsh.c
The mmsx functions provide transparent access to both protocols
so that programs who wish to support both can do so with a single
code path if desired.