~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to Changelog

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-08-17 21:55:47 UTC
  • mfrom: (1.3.46 sid)
  • Revision ID: package-import@ubuntu.com-20140817215547-y2kyo1q8o4i0tlti
Tags: 6:10.4-1
* New Upstream Release v10.3
  - mpegts: Do not try to write a PMT larger than SECTION_SIZE
            (CVE-2014-2263)
  - mpegts: Define the section length with a constant
  - ffv1dec: check that global parameters do not change in version 0/1
             (CVE-2013-7020)
  - h264: fix interpretation of interleaved stereo modes
  - svq1: do not modify the input packet
  - cdgraphics: do not return 0 from the decode function
  - cdgraphics: switch to bytestream2 (CVE-2013-3674)
  - jpeg2000: enable 4 component pixel formats
  - stereo3d: add missing include guards
  - huffyuvdec: check width size for yuv422p (CVE-2013-0848)
  - mmvideo: check horizontal coordinate too (CVE-2013-3672)
  - wmalosslessdec: fix mclms_coeffs* array size (CVE-2014-2098)
* build against libgnutls28-dev (Closes: #758447)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Entries are sorted chronologically from oldest to youngest within each release,
2
2
releases are sorted from youngest to oldest.
3
3
 
 
4
version 10.4:
 
5
- mpegts: Do not try to write a PMT larger than SECTION_SIZE (CVE-2014-2263)
 
6
- mpegts: Define the section length with a constant
 
7
- ffv1dec: check that global parameters do not change in version 0/1 (CVE-2013-7020)
 
8
- h264: fix interpretation of interleaved stereo modes
 
9
- svq1: do not modify the input packet
 
10
- cdgraphics: do not return 0 from the decode function
 
11
- cdgraphics: switch to bytestream2 (CVE-2013-3674)
 
12
- jpeg2000: enable 4 component pixel formats
 
13
- stereo3d: add missing include guards
 
14
- huffyuvdec: check width size for yuv422p (CVE-2013-0848)
 
15
- mmvideo: check horizontal coordinate too (CVE-2013-3672)
 
16
- wmalosslessdec: fix mclms_coeffs* array size (CVE-2014-2098)
 
17
 
4
18
version 10.3:
5
19
- huffyuv: Check and propagate function return values (CVE-2013-0868)
6
20
- h264: prevent theoretical infinite loop in SEI parsing (CVE-2011-3946)