lp://staging/libmms
- Get this branch:
- bzr branch lp://staging/libmms
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.code.sf.net/p/libmms/code.
Last successful import was .
Recent revisions
- 170. By John Lindgren <email address hidden>
-
Remove "Requires: glib-2.0" since libmms no longer depends on GLib.
Signed-off-by: Hans de Goede <email address hidden>
- 168. By Tom B
-
Fix a possible heap memory overrun in get_answer().
Reported by Alex Chapman <email address hidden>. - 165. By gstblub <email address hidden>
-
Fix connecting to certain mms streams. Ensure that the header is parsed before
any data chunks are received. - 164. By Tom B
-
Remove dependency on iconv. Some embedded platforms either do not have
it or do not support the utf8 to utf16le mapping, so libmms can either
not be compiled for these platforms, or will fail at runtime. - 163. By John Lindgren <email address hidden>
-
This patch fixes 3 bugs that were preventing seeks from working correctly:
1. mmsh_seek() was sending the wrong byte offset to the MMS server.
2. mmsh_t::chunk_ seq_number was not reset when reaching EOF.
3. mmsh_t::asf_num_ packets was never initialized. - 162. By Andre Przywara <email address hidden>
-
remove glib dependency from uri.c and thus from whole libmms
The uri.c defined functions are the only one left requiring glib.
A closer examination reveals the glib is not really needed. Do away
with the glib dependency by:
* removing the glib header file inclusion from uri.h
** replacing all glib defined (simple) types with their C counterpart
* removing the glib header file inclusion from uri.c
** commenting two functions (unneeded by libmms) that use non-trivial
glib functions
** replacing some glib defined functions with their C equivalent
* finally removing the configure check for glib
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)