~ubuntu-branches/ubuntu/raring/libav/raring-updates

« back to all changes in this revision

Viewing changes to Changelog

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-10-21 13:43:38 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20131021134338-rjtug4o072t7xd8i
Tags: 6:0.8.8-0ubuntu0.13.04.1
Update to 0.8.8 to fix multiple security issues (LP: #1242802)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
releases are sorted from youngest to oldest.
3
3
 
4
4
 
 
5
version 0.8.8:
 
6
 
 
7
- kmvc: Clip pixel position to valid range
 
8
- kmvc: use fixed sized arrays in the context
 
9
- indeo: use a typedef for the mc function pointer
 
10
- lavc: check for overflow in init_get_bits
 
11
- mjpegdec: properly report unsupported disabled features
 
12
- jpegls: return meaningful errors
 
13
- jpegls: factorize return paths
 
14
- jpegls: check the scan offset
 
15
- wavpack: validate samples size parsed in wavpack_decode_block
 
16
- ljpeg: use the correct number of components in yuv
 
17
- mjpeg: Validate sampling factors
 
18
- mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac
 
19
- wavpack: check packet size early
 
20
- wavpack: return meaningful errors
 
21
- apetag: use int64_t for filesize
 
22
- tiff: do not overread the source buffer
 
23
- Prepare for 0.8.8 Release
 
24
- smacker: fix an off by one in huff.length computation
 
25
- smacker: check the return value of smacker_decode_tree
 
26
- smacker: pad the extradata allocation
 
27
- smacker: check frame size validity
 
28
- vmdav: convert to bytestream2
 
29
- 4xm: don't rely on get_buffer() initializing the frame.
 
30
- 4xm: check the return value of read_huffman_tables().
 
31
- 4xm: use the correct logging context
 
32
- 4xm: reject frames not compatible with the declared version
 
33
- 4xm: check bitstream_size boundary before using it
 
34
- 4xm: do not overread the source buffer in decode_p_block
 
35
 
 
36
 
 
37
version 0.8.7:
 
38
 
 
39
- avfiltergraph: check for sws opts being non-NULL before using them
 
40
- bmv: check for len being valid in bmv_decode_frame()
 
41
- dfa: check for invalid access in decode_wdlt()
 
42
- indeo3: check motion vectors
 
43
- indeo3: fix data size check
 
44
- indeo3: switch parsing the header to bytestream2
 
45
- lavf: make sure stream probe data gets freed.
 
46
- oggdec: fix faulty cleanup prototype
 
47
- oma: Validate sample rates
 
48
- qdm2: check that the FFT size is a power of 2
 
49
- rv10: check that extradata is large enough
 
50
- xmv: check audio track parameters validity
 
51
- xmv: do not leak memory in the error paths in xmv_read_header()
 
52
- aac: check the maximum number of channels
 
53
- indeo3: fix off by one in MV validity check, Bug #503
 
54
- id3v2: check for end of file while unescaping tags
 
55
- wav: Always seek to an even offset, Bug #500, LP: #1174737
 
56
- proresdec: support mixed interlaced/non-interlaced content
 
57
 
5
58
version 0.8.6:
6
59
 
7
60
- Build system fixes: Fix Altivec detection (Debian Bug#701710) and fix