File faad2.changes of Package faad2 (Revision 29)
Currently displaying revision 29 , Show latest
278
1
-------------------------------------------------------------------
2
Sat Nov 28 13:22:22 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
3
4
- Update to version 2.10.0
5
* mp4read.c: fix stack-buffer-overflow in stringin()/ftypin()
6
* fix heap-buffer-overflow in mp4read.c
7
* Remove non-ASCII characters
8
* Remove trailing whitespace
9
* Check return value of ltp_data.
10
* Restrict SBR frame length to 960 and 1024 samples.
11
* Support object type 29.
12
* Support implicit SBR signaling in frontend.
13
* Fix PNS decoding when only right channel is noise.
14
* Initialize element_id array with an invalid id.
15
* Fix NULL pointer dereferences.
16
* Fix infinite loop in adts_parse.
17
* Fix infinite loop in huffman_getescape.
18
* Check for error after each channel decode.
19
* Check for inconsistent number of channels.
20
- Drop faad2-fix-stack-overflow.patch (merged upstream)
21
- Refresh faad2-PACKAGE_VERSION.patch to make it future-proof
22
23
-------------------------------------------------------------------
24
Tue Aug 25 18:59:46 UTC 2020 - Bjørn Lie <zaitor@opensuse.org>
25
26
- Add faad2-fix-stack-overflow.patch: mp4read.c: fix
27
stack-buffer-overflow in stringin()/ftypin().
28
29
-------------------------------------------------------------------
30
Thu Jun 4 14:02:05 UTC 2020 - aloisio@gmx.com
31
32
- Buildrequire pkgconfig to make sure faad2.pc is properly indexed.
33
34
-------------------------------------------------------------------
35
Tue Jun 2 08:20:55 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
36
37
- Update to version 2.9.2
38
* Only use x86-assembly when explicitly on x86
39
* Use unsigned integers correctly
40
* Initialize pointers that might otherwise not be
41
* update README esp. WRT directory structure
42
* fix compilation without SBR/PS_DEC (#48)
43
* fix compilation with LC_ONLY_DECODER (#47)
44
* fix "inline function 'cfftf1' declared but never defined"
45
compiler warning
46
* fix some inconsistencies in the frontend output
47
* mp4read_open: add check for failed frame buffer allocation
48
* stszin: add check for allocation error and integer overflow
49
* add a pkg-config file
50
* frontend: address compile warning + add missing LF (#50)
51
* library name is faad (#52)
52
* Unbreak PS audio (#51)
53
- Refresh faad2-PACKAGE_VERSION.patch
54
- Spec cleanup
55
56
-------------------------------------------------------------------
57
Thu Feb 13 08:58:00 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
58
59
- Update version to 2.9.1
60
* Include stdio.h in libfaad/ps_dec.c for stderr (Michael Fink)
61
* Fix Tille -> Title typo in frontend/mp4read.c (Alexander Thomas)
62
* Build system fixes and code clean-up
63
* Fix compiler warnings and code indentation
64
* Fix compilation with GCC <= 4.7.3
65
* MSVC solution file clean-up
66
* Fix compilation with GCC 4.7.4
67
* Fix compilation with MinGW
68
* MSVC 2017 project file update
69
* Fix crash with unsupported MP4 files (NULL pointer dereference,
70
* division by zero)
71
* CVE-2019-6956: ps_dec: sanitize iid_index before mixing
72
* CVE-2018-20196: sbr_fbt: sanitize sbr->M (should not exceed MAX_M)
73
* CVE-2018-20199, CVE-2018-20360: specrec: better handle unexpected
74
* parametric stereo (PS)
75
* CVE-2018-20362, CVE-2018-19504, CVE-2018-20195, CVE-2018-20198,
76
* CVE-2018-20358: syntax.c: check for syntax element inconsistencies
77
* CVE-2018-20194, CVE-2018-19503, CVE-2018-20197, CVE-2018-20357,
78
* CVE-2018-20359, CVE-2018-20361: sbr_hfadj: sanitize frequency band
79
* borders
80
* CVE-2019-15296, CVE-2018-19502: Fix a couple buffer overflows
81
* Prevent crash on SCE followed by CPE
82
* Fix linking with GCC 9 and "-Wl,--as-needed"
83
* Enable the frontend to be built reproducibly
84
- Drop patches: Fix-a-couple-buffer-overflows.patch,
85
syntax.c-check-for-syntax-element-inconsistencies.patch
86
sbr_hfadj-sanitize-frequency-band-borders.patch
87
merged by upstream.
88
- Drop faad2-pic-fix.patch, all files are non-existent which need to be patched.
89
90
-------------------------------------------------------------------
91
Thu Aug 29 15:40:36 UTC 2019 - Bjørn Lie <zaitor@opensuse.org>
92
93
- Add patches from debian fixing CVE-2018-20194 and CVE-2018-20362
94
and some buffer owerflows:
95
* Fix-a-couple-buffer-overflows.patch
96
* sbr_hfadj-sanitize-frequency-band-borders.patch
97
* syntax.c-check-for-syntax-element-inconsistencies.patch
98
99
-------------------------------------------------------------------
100
Sat Dec 30 21:08:23 UTC 2017 - zaitor@opensuse.org
101
102
- Update to version 2.8.8:
103
* Add new files to Makefile.am.
104
- Changes from version 2.8.7:
105
* MSVC build fixes.
106
* Fixed a coulple bugs.
107
108
-------------------------------------------------------------------
109
Sun Nov 26 23:25:40 UTC 2017 - zaitor@opensuse.org
110
111
- Update to version 2.8.6:
112
* No changelog provided by upstream.
113
- Rebase faad2-PACKAGE_VERSION.patch.
114
- Add faad2-pic-fix.patch: Fix non-PIC objects in libmp4ff.a,
115
following this, trim the CFLAGS export down to just
116
-fno-strict-aliasing.
117
- Add %%{libname} = %%{version} Requires to devel subpackage, yet
118
a change to silence rpmlint.
119
- Add %%{lib}_drm%%{major} = %%{version} Requires aswell to the
120
devel subpackage.
121
122
-------------------------------------------------------------------
123
Mon Oct 9 06:53:57 UTC 2017 - hillwood@opensuse.org
124
125
- Update to 2.8.5
126
* another package fix
127
* minor fix to released packages
128
* better autotools support
129
* PNS bug fixed
130
* New MP4 input module
131
* NeAACDecGetVersion: new api function to get version and copyright strings
132
* seeking support for MP4 files
133
* patches and fixed bugs
134
- Drop faad2-reproducible-build.patch, upstream merge it.
135
- Update faad2-visibility.patch.
136
137
-------------------------------------------------------------------
138
Sun Feb 26 00:41:57 UTC 2017 - zaitor@opensuse.org
139
140
- Add faad2-reproducible-build.patch: Remove
141
'__DATE__' and '__TIME__' to make build more reproducible.
142
Following this, remove sed hack to inject date/time into build.
143
144
-------------------------------------------------------------------
145
Mon Jul 14 11:09:54 CEST 2014 - olaf@aepfle.de
146
147
- disable xmms also in sle11, fails to compile also there
148
149
-------------------------------------------------------------------
150
Thu May 8 23:58:28 UTC 2014 - crrodriguez@opensuse.org
151
152
- faad2-visibility.patch Only public symbols should be
153
exported + fix broken C99 test
154
155
-------------------------------------------------------------------
156
Tue Apr 3 13:15:27 UTC 2012 - reddwarf@opensuse.org
157
158
- Revert previous commit. It just broke something that worked.
159
160
-------------------------------------------------------------------
161
Mon Mar 26 19:42:25 UTC 2012 - hvogel@opensuse.org
162
163
- We only build xmms for evergreen so only build the xmms
164
plugin up to 11.2
165
166
-------------------------------------------------------------------
167
Tue Jan 24 17:09:09 UTC 2012 - reddwarf@opensuse.org
168
169
- Change License tag to SPDX
170
- Remove unneeded autoreconf call
171
- Run spec-cleaner
172
- Remove unneeded BuildRequires
173
174
-------------------------------------------------------------------
175
Wed Mar 30 20:12:58 UTC 2011 - reddwarf@opensuse.org
176
177
- Remove __DATE__ references to help build-compare
178
179
-------------------------------------------------------------------
180
Fri Mar 4 22:41:35 UTC 2011 - reddwarf@opensuse.org
181
182
- Remove .la files
183
- Remove bogus libfaad -> libmp4v2-devel dependency
184
- Readd mp4ff (static) lib which it seems was unpackaged by error
185
186
-------------------------------------------------------------------
187
Tue Nov 24 09:07:39 UTC 2009 - lnussel@suse.de
188
189
- some spec file cleanup
190
- add baselibs.conf
191
192
-------------------------------------------------------------------
193
Sat Aug 22 00:00:00 UTC 2009 - Manfred.Tremmel@iiv.de
194
195
- removed old compatibility packages
196
197
-------------------------------------------------------------------
198
Tue Feb 10 00:00:00 UTC 2009 - Manfred.Tremmel@iiv.de
199
200
- update to version 2.7
201
202
-------------------------------------------------------------------
203
Sat Oct 4 00:00:00 UTC 2008 - Manfred.Tremmel@iiv.de
204
205
- disabled drm support, had once again problems with aac playback
206
207
-------------------------------------------------------------------
208
Sat Sep 20 00:00:00 UTC 2008 - Manfred.Tremmel@iiv.de
209
210
- rename of the lib packages
211
212
-------------------------------------------------------------------
213
Sat Jul 5 00:00:00 UTC 2008 - Manfred.Tremmel@iiv.de
214
215
- update to version 2.6.1
216
- reenabled drm support, I hope it makes no trouble in this version
217
218
-------------------------------------------------------------------
219
Sat Feb 24 00:00:00 UTC 2007 - Manfred.Tremmel@iiv.de
220
221
- added a patch from Toni <toni@links2linux.de> to include
222
mp4ff lib
223
224
-------------------------------------------------------------------
225
Sat Feb 17 00:00:00 UTC 2007 - Manfred.Tremmel@iiv.de
226
227
- adeed mp4ff.h include
228
229
-------------------------------------------------------------------
230
Wed Aug 16 00:00:00 UTC 2006 - Manfred.Tremmel@iiv.de
231
232
- removed drm support, makes trouble with multichannel aac
233
234
-------------------------------------------------------------------
235
Mon Aug 14 00:00:00 UTC 2006 - Manfred.Tremmel@iiv.de
236
237
- update to verion 2.5
238
239
-------------------------------------------------------------------
240
Mon Mar 20 00:00:00 UTC 2006 - henne@links2linux.de
241
242
- build against mpeg4ip
243
- fix buildrequires
244
- create mp4player plugin subpackage
245
- dont package libmp4v2 anymore. comes from mpeg4ip. should have never been
246
provided by faad2!!!
247
248
-------------------------------------------------------------------
249
Fri Jan 27 00:00:00 UTC 2006 - Manfred.Tremmel@iiv.de
250
251
- added fixes to the gcc 4 patch, thanks to Carl Eugen Hoyos
252
253
-------------------------------------------------------------------
254
Sun Sep 11 00:00:00 UTC 2005 - Manfred.Tremmel@iiv.de
255
256
- added patch to compile with gcc 4 (SUSE 10)
257
258
-------------------------------------------------------------------
259
Tue Mar 1 00:00:00 UTC 2005 - rainer@links2linux.de
260
261
- added mp3ff_int_types.h
262
263
-------------------------------------------------------------------
264
Wed Aug 18 00:00:00 UTC 2004 - rainer@links2linux.de
265
266
- readded xmms plugin
267
268
-------------------------------------------------------------------
269
Mon Jun 14 00:00:00 UTC 2004 - rainer@links2linux.de
270
271
- version 2.0
272
273
-------------------------------------------------------------------
274
Wed Apr 9 00:00:00 UTC 2003 - henne@links2linux.de
275
276
- first build and release
277
278