~ubuntu-branches/ubuntu/jaunty/moon/jaunty

« back to all changes in this revision

Viewing changes to src/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-03-06 10:09:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090306100949-pgxjxjqltaxi12rz
Tags: 1.0.1-0ubuntu1
New upstream release (LP: #338665)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-02-24  Chris Toshok  <toshok@ximian.com>
 
2
 
 
3
        * dependencyobject.cpp (EventObject::FinishEmit): if handlers are
 
4
        added to the list during emission, we can end up doing the Finish
 
5
        decrements when we didn't do the Start increments, leading to a
 
6
        negative events->emitting count.  This causes us to spin in
 
7
        unref_delayed on shutdown.  Fixes bug #479364.
 
8
 
 
9
        r: kangaroo.
 
10
 
 
11
2009-02-23  Aaron Bockover  <abockover@novell.com>
 
12
 
 
13
        * playlist.cpp:
 
14
        * playlist.h: Support relaxed handling of ASX3 and implemented a relaxed
 
15
        playlist parser that basically consists of reading URLs on a line; these
 
16
        two modes are only supported when GetRelaxedMediaMode is true on surface,
 
17
        so it only affects Moonshine, effectively; make the Is* playlist methods
 
18
        static so they can be reused; added PlaylistParser::IsValidPlaylist that
 
19
        is reused to reduce magic sniffing duplication
 
20
 
 
21
        * pipeline.cpp: Reduce ASXDemuxerInfo::Supports to simply calling 
 
22
        PlaylistParser::IsValidPlaylist to avoid duplicating magic sniffing
 
23
 
 
24
        * mediaelement.cpp:
 
25
        * runtime.cpp:
 
26
        * runtime.h: Renamed MediaElementEmitEndedOnError to RelaxedMediaMode
 
27
 
 
28
        r: kangaroo
 
29
 
 
30
2009-02-23  Geoff Norton  <gnorton@novell.com>
 
31
 
 
32
        * pipeline-ui.cpp: Don't blow up if we've created the codec installer
 
33
        on a zombified surface.
 
34
 
 
35
        r: toshok
 
36
 
 
37
o2009-02-12  Aaron Bockover  <abockover@novell.com>
 
38
 
 
39
        * mediaelement.cpp: if Surface::GetMediaElementEmitEndedOnError is
 
40
        set, emit the Ended signal instead of the Failed signal when a playlist
 
41
        item is encountered that cannot be demuxed; this allows playlists with
 
42
        invalid items to continue playing possible valid items (e.g. Sports
 
43
        Illustrated's WM playlists)
 
44
 
 
45
        * runtime.cpp:
 
46
        * runtime.h: Provide (Get|Set)MediaElementEmitEndedOnError properties as a
 
47
        means for the plugin to proxy its desired playlist error handling behavior
 
48
 
 
49
        r: kangaroo
 
50
 
 
51
2009-02-10  Jeffrey Stedfast  <fejj@novell.com>
 
52
 
 
53
        * *.cpp: Fixed to use g_ascii_str[n]casecmp instead of
 
54
        g_str[n]casecmp() to prevent possible problems in non-ascii
 
55
        locales.
 
56
 
 
57
        * color.cpp (read_next_double): Use g_ascii_strtod().
 
58
 
 
59
        r: kangaroo
 
60
 
 
61
2009-01-25  Jeffrey Stedfast  <fejj@novell.com>
 
62
 
 
63
        * utils.h: #include <sys/types.h> for ssize_t
 
64
 
 
65
        r: kangaroo
 
66
 
1
67
2009-01-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2
68
 
3
69
        * media.h: