📄 changelog
字号:
2006-07-28 Soren Hansen <shawarma@users.sourceforge.net> * Apply security patches "stolen" from Debia. Thanks to Wesley J. Landaker, Martin Pitt and Matthias Hopf. * Applied patch from Daniel Rogers <daniel@phasevelocity.org> to enable mms through proxies!2005-12-12 Christian Schaller <uraeus@gnome.org> * Add mmsh.h to Makefile for distribution/installation * func mmsh_read, it doesnt return 0 even after it reaches the end. Fix from Edgard Lima2005-11-30 Christian Schaller <uraeus@gnome.org> Merge changes to get mmsh support, patch from Akira TAGOH * configure.in: * libmms.spec.in: * src/Makefile.am: * src/asfheader.h: * src/mms.c: (fallback_io_read), (send_command), (interp_asf_header), (mms_choose_best_streams): * src/mms.h: * src/mmsh.c: (fallback_io_select), (fallback_io_read), (fallback_io_write), (fallback_io_tcp_connect), (send_command), (get_answer), (get_chunk_header), (get_header), (interp_header), (mmsh_tcp_connect), (mmsh_connect_int), (mmsh_connect), (get_media_packet), (mmsh_read), (mmsh_get_current_pos): * src/mmsh.h:2005-03-15 mathrick <mathrick@users.sourcefourge.net> * src/mms.c: Ahem. We should be able to handle EOF, instead of falling into infloop, shouldn't we?2005-03-06 mathrick <mathrick@users.sourcefourge.net> * src/mms.c: Fix offets in live streams. Hope it doesn't break anything, will need to redo probably when seeking gets in.2005-01-06 mathrick <mathrick@users.sourcefourge.net> * pkgconfig/libmms.pc.in: Fix stupid mistake. Include dir should be $prefix/include, not $prefix/include/libmms.2004-12-27 mathrick <mathrick@users.sourcefourge.net> * src/mms.c: Fix compilation warning about comm unused in print_command(), wrong #defines used. Thanks to Stephane Loeuillet for noticing that.2004-12-22 mathrick <mathrick@users.sourcefourge.net> * src/mms.c: Kill printfs so that we aren't as verbose as we used to be. This time for real * Makefile.am, configure.in, src/Makefile.am: yay! libmms now correctly works, fixed miscompilation wrt large file support that caused gst-mms to trash offsets. Almost ready for first release, now only removing stray printf()s is pending2004-12-22 mathrick <mathrick@users.sourcefourge.net> * ChangeLog: Add patches from Stephane and Ronald, hope we don't get any conflicts from applying them twice (as it seems Christian already commited Stephane's)2004-12-11 Christian Fredrik Kalager Schaller <uraeus@fluendo.com> * src/Makefile.am, src/mms.c, src/testconnect.c, ChangeLog, autogen.sh: patch from Stephane to fix some build issues2004-12-11 Christian Fredrik Kalager Schaller <uraeus@fluendo.com> * src/Makefile.am, src/mms.c, src/testconnect.c, ChangeLog, autogen.sh: patch from Stephane to fix some build issues2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> * autogen.sh : use POSIX form of 'head' (-n 1, instead of deprecated GNU only -1) * src/mms.c : fix 4 warnings related to missing casts * src/testconnect.c : non-void function should return something * src/Makefile.am : if we don't plan to build testconnect, don't make automake think it exists * pkgconfig/libmms.pc.in : add 'glib-2.0' to 'Requires' in .pc file2004-12-09 Christian Fredrik Kalager Schaller <uraeus@fluendo.com> * .cvsignore: add some more files to be ignored * COPYING: Remove this * COPYING.LIB: Add this * Makefile.am: Update to actually work * autogen.sh: Completly replace with something nice * configure.in: Update for latest changes * src/Makefile.am: Update to install all we need * pkgconfig: add directory with .pc file2004-10-26 shawarma <shawarma@users.sourceforge.net> * configure: New configure due to changes in configure.in * configure.in: Added a check for gnet-2.0 * src/Makefile.am: Added the different tests to the makefiles * src/mms.c: Added missing include * src/.cvsignore, .cvsignore: Adjusted .cvsignore * .cvsignore, src/.cvsignore: Tweaked .cvsignore2004-10-22 shawarma <shawarma@users.sourceforge.net> * autogen.sh: Added libtoolize to the chain. Something changed between automake 1.4 and 1.7 that forces us to do this. * configure.in: Fixed a bug? * configure.in, src/Makefile.am, src/mms.c, TODO, autogen.sh, configure: Everything should be wrapped in GNU autotools now2004-10-21 mathrick <mathrick@users.sourceforge.net> * ChangeLog, src/bswap.h, src/mms.c, src/mms.h, src/testconnect.c, src/testdownload.c, src/testswap.c: Uhm, so basically now it works. Fixed funky bug in byteswapping (yay for meaningful macros names!). Added test for that. Added tests for connection and basic downloading (work). Removed some crufty bits from code, although there's still lots xine-specific code that'll need to be removed/abstracted (TODO: how to do progress reporting?)2004-10-21 mathrick <mathrick@users.sourcefourge.net> * src/testconnect.c: Test connection to mms:// host * src/testdownload.c: Test connection and basic download * src/testswap.c: Test byteswapping macros -- we don't want to screw it up again, do we?2004-05-08 mathrick <mathrick@users.sourcefourge.net> * src/bswap.h, src/mms.c, src/mms.h: Some initial commenting-out done in order to get it compiling w/o xine. Nothing working yet, though.2004-05-05 mathrick <mathrick@users.sourcefourge.net> * src/mms.c, src/mms.h: Import new, overhauled mms.[ch] from xine's tree. Code is cleaner now.2004-03-01 mathrick <mathrick@users.sourcefourge.net> * ChangeLog: *** empty log message *** * TODO, src/README.AUX, src/asfheader.h, src/mms.c, src/mms.h, ChangeLog: Slight changes in source files added some non sources like TODO imported asfheader.h2004-03-01 mathrick <mathrick@users.sourcefourge.net> * TODO, src/README.AUX, src/asfheader.h, src/libmms/TODO, src/libmms/src/README.AUX, src/libmms/src/asfheader.h, src/libmms/src/mms.c, src/libmms/src/mms.h, src/mms.c, src/mms.h, ChangeLog, src/libmms/ChangeLog: Slight changes in source files added some non sources like TODO imported asfheader.h2004-02-20 mathrick <mathrick@users.sourcefourge.net> * AUTHORS, README, src/libmms/AUTHORS, src/libmms/README, README.LICENSE, src/libmms/README.LICENSE: Filled in some info about project, corrected and enhanced details in AUTHORS2004-02-18 mathrick <mathrick@users.sourcefourge.net> * bswap.h, libmms/src/bswap.h: Done this incredibly creative byteswapping work, by stealing GLib's code and massaging it into file. It is no longer xine work, now it's fully LGPL licensed. * bswap.h, libmms/src/bswap.h, libmms/src/mms.c, libmms/src/mms.h, mms.c, mms.h: Imported bswap.h from xine (it's temporary fix, only to know what name are in there, no code is intended to be copied). Removed trailing whitespace from mms.[ch]2004-02-17 shawarma <shawarma@users.sourcefourge.net> * libmms/AUTHORS: Created AUTHORS * Makefile.am, libmms/src/Makefile.am: Forgot to add the header files to Makefile.am2004-02-15 mathrick <mathrick@users.sourcefourge.net> * libmms/src/mmsh.c, libmms/src/mmsh.h, mmsh.c, mmsh.h, input_mms.c, libmms/src/input_mms.c, libmms/src/mms.c, libmms/src/mms.h, mms.c, mms.h: Should be a little more sane now, with code dating back to 2001 removed ;)2004-02-13 shawarma <shawarma@users.sourcefourge.net> * libmms/autom4te.cache/output.0, libmms/autom4te.cache/requests, libmms/autom4te.cache/traces.0: These shouldn't have been imported in the first place.. * Makefile.am, bswap.h, libmms/autom4te.cache/output.0, libmms/autom4te.cache/traces.0, libmms/src/Makefile.am, libmms/src/bswap.h, libmms/src/mms.c, libmms/src/mms.h, mms.c, mms.h: Initial import of new source tree. Source files are from xine-mms project. * Makefile.am, bswap.h, libmms/autom4te.cache/output.0, libmms/autom4te.cache/traces.0, libmms/src/Makefile.am, libmms/src/bswap.h, libmms/src/mms.c, libmms/src/mms.h, mms.c, mms.h: New file. * libmms/AUTHORS, libmms/ChangeLog, libmms/NEWS, libmms/README, libmms/autom4te.cache/requests, libmms/configure: Initial import of new source tree. Source files are from xine-mms project. * libmms/AUTHORS, libmms/ChangeLog, libmms/NEWS, libmms/README, libmms/autom4te.cache/requests, libmms/configure: New file. * libmms/COPYING: Initial import of new source tree. Source files are from xine-mms project. * libmms/COPYING: New file. * libmms/INSTALL, libmms/Makefile.am, libmms/configure.in: Initial import of new source tree. Source files are from xine-mms project. * libmms/INSTALL, libmms/Makefile.am, libmms/configure.in: New file.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -