The NetBSD Project

CVS log for pkgsrc/net/libmms/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / libmms

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jun 22 11:52:31 2019 UTC (5 years, 5 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Use https for sourceforge project links.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 17 11:15:09 2014 UTC (10 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
Update to 0.6.4:

2014-04-08 libmms-0.6.4 release (blutomat <blutomat@gmail.com>)
---------------------------------------------------------------

* Fix a possible heap memory overrun in get_answer().
  Reported by Alex Chapman.

2014-04-02 libmms-0.6.3 release (blutomat <blutomat@gmail.com>)
---------------------------------------------------------------

* Some changes for more recent automake versions
* Remove glib dependency from uri.c and thus from whole libmms, patch by Andre Przywara
  http://sourceforge.net/p/libmms/patches/11/
* Fix several issues that prevented seeking from working, patch by John Lindgren
  http://sourceforge.net/p/libmms/patches/12/
* Remove dependency on iconv
  https://sourceforge.net/p/libmms/bugs/15/
* Fix connecting to certain mms streams, patch by gstblub
  http://sourceforge.net/p/libmms/bugs/13/

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jun 16 21:12:26 2013 UTC (11 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines
Update to 0.6.2:

2011-01-17 libmms-0.6.2 release (Hans de Goede <j.w.r.degoede@gmail.com>)
-------------------------------------------------------------------------

* Really fix building libmms with mingw, once more thanks to Carlo Bramini
* Move a lot of duplicate code between mms and mmsh to a new
  mms-common-funcs file
* Fix several issues in the stream selection code when dealing with mms
  streams with multiple audio / video streams inside them
  https://bugs.launchpad.net/libmms/+bug/381782
  https://bugs.launchpad.net/libmms/+bug/414892

2011-01-11 libmms-0.6.1 release (Hans de Goede <j.w.r.degoede@gmail.com>)
-------------------------------------------------------------------------

* Fix use of this keyword in public headers, patch by Fabian Greffrath
  http://bugzilla.rpmfusion.org/show_bug.cgi?id=1596
* Add support for getting file creation time patch by Norman Rasmussen
  https://sourceforge.net/tracker/?func=detail&aid=3072760&group_id=101989&atid=630607
  https://bugs.edge.launchpad.net/libmms/+bug/398287
* Fix endianness macros doing unaligned word accesses (this also fixes
  the strict aliasing warnings):
  https://sourceforge.net/tracker/?func=detail&aid=3068992&group_id=101989&atid=630609
  https://sourceforge.net/tracker/?func=detail&aid=3050812&group_id=101989&atid=630607
* Add support for compiling under mingw and BeOS, patch by Carlo Bramini
  https://sourceforge.net/tracker/?func=detail&aid=3072635&group_id=101989&atid=630607
  https://bugs.launchpad.net/libmms/+bug/339946
* Add support for connecting to mmsh / mmst streams over ipv6,
  based on a patch by Cristian Morales Vega:
  https://sourceforge.net/tracker/?func=detail&aid=3051744&group_id=101989&atid=630609
* Fix mmsh infinite loop when stream not avaliable any more, patch by
  Serge (sf account ttipok):
  https://sourceforge.net/tracker/?func=detail&aid=3025529&group_id=101989&atid=630609

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 23 17:18:34 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Sep 15 10:06:04 2012 UTC (12 years, 2 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:13:46 2012 UTC (12 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Recursive bump for pcre-8.30* (shlib major change)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 16 19:31:25 2012 UTC (12 years, 9 months ago) by hans
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Fix build on SunOS.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:41:15 2012 UTC (12 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:44:24 2011 UTC (13 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
recursive bump from gettext-lib shlib bump.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 3 08:16:09 2010 UTC (14 years, 6 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4 lines
Update libmms to 0.6.
While here, set LICENSE=gnu-lgpl-v2.1.

2010-05-30 libmms-0.6 release (Hans de Goede <j.w.r.degoede@hhs.nl>)
--------------------------------------------------------------------

* libmms hosting has moved back to sf.net and switched to git as vcs
* For mms:// uris try mmsh before mms like mediaplayer does, this avoids
  large connection delays with servers which silently drop packets to the
  mmsh port. This resolves:
  https://bugs.launchpad.net/libmms/+bug/517007
  https://bugs.launchpad.net/libmms/+bug/512089
* mmsh: allow stream ids > 23
  This brings the mms patch from below to our mmsh support code as well:
  https://sourceforge.net/tracker/?func=detail&aid=1521441&group_id=101989&atid=630609
* Add support for GUID_ASF_EXTENDED_STREAM_PROPERTIES to mms, add the
  GUID_ASF_EXTENDED_STREAM_PROPERTIES support added to the mmsh code in
  the 0.5 release to our mms code too
* Many cleanups and out of bounds buffer access checks added
* Debug printf's are now always compiled in, but they are silent by default
  set the LIBMMS_DEBUG environment variable to enable them
* Don't fall back to lowest bitrate video stream when id 0 is the one we want
* Remove percent escaping from mms uris before sending them to the server:
  http://bugs.xine-project.org/show_bug.cgi?id=99
* Testing has shown the above bugfixes also resolve:
  https://bugs.launchpad.net/libmms/+bug/540476
  https://bugs.launchpad.net/libmms/+bug/531326
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493735
  https://bugs.launchpad.net/libmms/+bug/477876

Old per change ChangeLog entries
--------------------------------

2009-11-03  Maxim Levitsky <maximlevitsky@gmail.com>

	* Rework URL handling
	* Increase buffer size for very long URLS and handle buffer overflow

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Remove out of date (not working with recent autotools) autogen.sh,
	  use: "autoreconf -i -f -v" instead.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Better tracking of seekable state in mms.c, return immediately
	  from the seek functions when they gat called on a non seekable
	  stream.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Do some minimal sanity checks on the information parsed from the
	  asf header.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* 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.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Add an atrribute to the mms / mmsh structs to track if the
	  stream is seekable and export it.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Add support for both time and byte offset based mmsh seeking!

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Export (add get methods for) asf header- and packet-length.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Calculate length returned by mss_get_length() instead if returning
	  the filesize from the header. The filesize usually is bigger then
	  then the header + all packets because the end of the file contains
	  time->packet offset lookup tables, however these tables are not
	  accessible through mms.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Some off_t changes so that applications no longer need to be
	  have _FILE_OFFSET_BITS defined to 64 when compiling, when they
	  will be linked against a libmms which did have _FILE_OFFSET_BITS
	  defined to 64 during its compile (which gets defined by default
	  by configure on systems which support it).

2007-09-10  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix libmms to work with URL's that contain a query string.
	  Many thanks to Bob Richmond for discovering this and providing
	  a patch!

2007-09-10  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix hardcoded path in pkgconfig. Thanks to Ronald Bultje for
	  the patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Make libmms C89 compliant. Thanks to Jens Granseuer for the
	  patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix discarded first mmsh packet. Thanks to
	  azwemmer@users.sourceforge.net for the patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix URL handling. Thanks to Gabriel Velo for the patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Added seeking support. Many thanks to Anon Sricharoenchai
	  for this excellent work!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix stream ID > 23. Thanks to Fabrizio Gennari for the patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Double the acceptable size of ASF headers. Thanks to Sjoerd
	  Simons for the patch!

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 14 12:56:10 2008 UTC (16 years, 4 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
Mark as destdir ready.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 16 20:55:31 2007 UTC (17 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -9 lines
malloc.h: evil
stdlib.h: good
using patches: better

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Sep 10 16:17:34 2007 UTC (17 years, 2 months ago) by xtraeme
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of libmms-0.3 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net.

LibMMS aims to be a common mms:// and mmsh:// (Microsoft streaming protocols)
parsing library, licensed under LGPL.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 10 16:17:34 2007 UTC (17 years, 2 months ago) by xtraeme
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>