~ubuntu-branches/ubuntu/vivid/gst-libav1.0/vivid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge, Iain Lane, Sebastian Dröge
  • Date: 2014-02-09 11:42:06 UTC
  • mfrom: (21.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140209114206-jtvbwdvxi1v3klx7
Tags: 1.2.3-1
[ Iain Lane ]
* Drop ltmain-as-needed patch and do the same with dh_autoreconf
  --as-needed.

[ Sebastian Dröge ]
* New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== release 1.2.3 ===
 
2
 
 
3
2014-02-08  Sebastian Dröge <slomo@coaxion.net>
 
4
 
 
5
        * configure.ac:
 
6
          releasing 1.2.3
 
7
 
 
8
2014-02-04 18:17:32 +0200  Dmitry Melnichenko <dmitry.m@samsung.com>
 
9
 
 
10
        * ext/libav/gstavmux.c:
 
11
          avmux: Fix invalid address passing to av_opt_set_int()
 
12
          https://bugzilla.gnome.org/show_bug.cgi?id=723615
 
13
 
 
14
2014-01-21 22:58:42 +1100  Tim 'mithro' Ansell <mithro@mithis.com>
 
15
 
 
16
        * ext/libav/gstavmux.c:
 
17
          avmux: Force DV audio input format to 48kHz, 2 channels
 
18
          libavformat only supports muxing 16bit, 48kHz stereo into DV containers.
 
19
          Fixes https://bugzilla.gnome.org/show_bug.cgi?id=722672
 
20
 
 
21
2014-02-04 16:12:59 +0100  Sebastian Dröge <sebastian@centricular.com>
 
22
 
 
23
        * gst-libs/ext/libav:
 
24
          libav: Update to v9.11 bugfix release
 
25
 
 
26
2014-01-15 09:02:33 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
 
27
 
 
28
        * ext/libav/gstavauddec.c:
 
29
        * ext/libav/gstavaudenc.c:
 
30
        * ext/libav/gstavcfg.c:
 
31
        * ext/libav/gstavdeinterlace.c:
 
32
        * ext/libav/gstavviddec.c:
 
33
        * ext/libav/gstavvidenc.c:
 
34
          gst-libav: fix context leaks
 
35
          A AVCodecContext needs cleaning up before being freed.
 
36
          Go through all of the allocations/setups to ensure none of them
 
37
          can leak a context or its contents.
 
38
 
 
39
2014-01-11 19:19:24 +0000  Tim-Philipp Müller <tim@centricular.com>
 
40
 
 
41
        * ext/libav/gstavviddec.c:
 
42
          Revert "avviddec: release buffers when not direct rendering"
 
43
          This reverts commit fcf09aff3272a12b1f91168a856637f146ced113.
 
44
          This broke the build. In theory the problem might occur with
 
45
          libav 9 too, but it seems in practice it doesn't, unless you
 
46
          link against ffmpeg 2.x, but then you're on your own anyway.
 
47
          https://bugzilla.gnome.org/show_bug.cgi?id=721077
 
48
 
 
49
2014-01-10 17:18:53 +0100  Wim Taymans <wtaymans@redhat.com>
 
50
 
 
51
        * ext/libav/gstavviddec.c:
 
52
          avviddec: release buffers when not direct rendering
 
53
          New libav will not call the release_buffer callback anymore when
 
54
          avcodec_default_get_buffer() is called from get_buffer. Releasing of the
 
55
          memory in a picture should now be done by registering a callback to the
 
56
          avbuffer objects in the picture. There is some compatibility code to
 
57
          wrap the memory we provide in get_buffer in avbuffer with a callback to
 
58
          release_buffer but that is not done when avcodec_default_get_buffer()
 
59
          is called.
 
60
          Work around this by adding a dummy avbuffer object to the picture that
 
61
          will release the frame.
 
62
          Fixes https://bugzilla.gnome.org/show_bug.cgi?id=721077
 
63
 
 
64
2014-01-03 15:58:26 +0000  Tim-Philipp Müller <tim@centricular.com>
 
65
 
 
66
        * ext/libav/gstavcodecmap.c:
 
67
          avcodecmap: fix regression with wmv3 video in WMVA format
 
68
          The VC-1 decoder should handle that. Before avdec_wmv3 handled
 
69
          it, but then we added format=WMV3 to its sink pad template
 
70
          caps, at which point nothing handled WMVA any longer.
 
71
          https://bugzilla.gnome.org/show_bug.cgi?id=697665
 
72
 
 
73
2013-12-27 12:06:28 +0100  Sebastian Dröge <sebastian@centricular.com>
 
74
 
 
75
        * configure.ac:
 
76
          configure.ac: Remove warning when building against a system version of libav
 
77
          Nowadays libav has proper releases and API/ABI guarantees.
 
78
          We're not living in last decade.
 
79
 
1
80
=== release 1.2.2 ===
2
81
 
3
 
2013-12-26  Sebastian Dröge <slomo@coaxion.net>
 
82
2013-12-26 17:55:41 +0100  Sebastian Dröge <sebastian@centricular.com>
4
83
 
 
84
        * ChangeLog:
 
85
        * NEWS:
 
86
        * RELEASE:
5
87
        * configure.ac:
6
 
          releasing 1.2.2
 
88
        * gst-libav.doap:
 
89
          Release 1.2.2
7
90
 
8
91
2013-12-07 11:35:09 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
9
92