File ffmpeg-3.changes of Package A_tw-ffmpeg-3 (Revision 2985d3ab77a773b64e703094e1da4b38)
Currently displaying revision 2985d3ab77a773b64e703094e1da4b38 , Show latest
1323
1
-------------------------------------------------------------------
2
Fri Mar 3 03:03:03 UTC 2023 - olaf@aepfle.de
3
4
- Version update to 3.4.12
5
6
-------------------------------------------------------------------
7
Mon Feb 11 21:43:44 UTC 2019 - bjorn.lie@gmail.com
8
9
- Add ffmpeg-fix-build-fdk-aac2.patch: Fix build with updated
10
fdk-aac. Patch backported from upstream master.
11
12
-------------------------------------------------------------------
13
Sat Nov 17 11:19:52 UTC 2018 - wbauer@tmo.at
14
15
- Version update to 3.4.5:
16
* avutil/integer: Fix integer overflow in av_mul_i()
17
* avcodec/msrle: Check that the input is large enough to contain a end of picture code
18
* avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handling
19
* avcodec/mpeg4videodec: Fix typo in sprite delta check
20
* avcodec/h264_cavlc: Check mb_skip_run
21
* avcodec/ra144: Fix integer overflow in add_wav()
22
* avformat/utils: Never store negative values in last_IP_duration
23
* avformat/utils: Fix integer overflow in discontinuity check
24
* avcodec/unary: Improve get_unary() docs
25
* avcodec/gdv: Replace divisions by shifts in rescale()
26
* avcodec/dvdsubdec: Sanity check len in decode_rle()
27
* avcodec/mpeg4videodec: Fix undefined shift in get_amv()
28
* avcodec/zmbv: Check that the decompressed data size is correct
29
* avcodec/zmbv: Update decomp_len in raw frames
30
* avcodec/shorten: Fix bitstream end check in read_header()
31
* avcodec/dvdsubdec: Avoid branch in decode_run_8bit()
32
* avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking()
33
* avcodec/ra144: Fix undefined integer overflow in add_wav()
34
* avcodec/indeo4: Check dimensions in decode_pic_hdr()
35
* avformat/mov: Error on too large stsd entry counts.
36
* examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADER
37
* avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb()
38
* avcodec/vb: Check for end of bytestream before reading blocktype
39
* avcodec/snowdec: Fix integer overflow with motion vector residual
40
* avformat/nsvdec: Do not parse multiple NSVf
41
* avformat/mlvdec: read_string() received unsigned size, make the argument unsigned
42
* avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()
43
* avcodec/scpr: Check for min > max in decompress_p()
44
* avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame()
45
* avcodec/shorten: Fix integer overflow in residual/LPC combination
46
* avcodec/shorten: Check verbatim length
47
* avcodec/mpegaudio_parser: Initialize poutbuf*
48
* avcodec/aacpsdsp_template: Fix integer overflow in ps_stereo_interpolate_c()
49
* avformat/flvenc: Check audio packet size
50
* lavc/svq3: Fix regression decoding some files.
51
* avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp()
52
* avcodec/diracdec: Check bytes count in else branch in decode_lowdelay() too
53
* avcodec/diracdec: Check slice numbers for overflows in relation to picture dimensions
54
* avcodec/diracdec: Change frame_number to 64bit as its a 32bit from the bitstream and we also have a -1 special case
55
* avcodec/dirac_dwt_template: Fix several integer overflows in horizontal_compose_daub97i()
56
* avcodec/diracdec: Prevent integer overflow in intermediate in global_mv()
57
* swresample/swresample: Fix input channel count in resample_first computation
58
* avutil/pixfmt: Document chroma plane size for odd resolutions
59
* avcodec/cuviddec: properly take deinterlacing and display delay into account for buffer_full check
60
* configure: add LIBDRM to extralibs_avutil
61
* avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() for NUL
62
63
-------------------------------------------------------------------
64
Mon Aug 6 07:44:01 UTC 2018 - davejplater@gmail.com
65
66
- Enable mpeg 1 and 2 encoders.
67
68
-------------------------------------------------------------------
69
Tue Jul 31 14:39:25 UTC 2018 - tchvatal@suse.com
70
71
- bsc#1103064 attempt to allow migration from the unprefixed devel
72
packages cleanly
73
74
-------------------------------------------------------------------
75
Sun Jul 22 10:02:00 UTC 2018 - tchvatal@suse.com
76
77
- Version update to 3.4.4:
78
* avcodec/dvdsub_parser: Allocate input padding
79
* avcodec/dvdsub_parser: Init output buf/size
80
* avcodec/dirac_dwt_template: Fix signedness regression in interleave()
81
* avformat/movenc: Write version 2 of audio atom if channels is not known
82
* swresample/arm: rename labels to fix xcode build error
83
* avcodec/imgconvert: fix possible null pointer dereference
84
* avformat/movenc: Check input sample count
85
* avcodec/mjpegdec: Check for odd progressive RGB
86
* avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have a supported substream id
87
* avcodec/vp8_parser: Do not leave data/size uninitialized
88
* avformat/mms: Add missing chunksize check
89
* avformat/pva: Check for EOF before retrying in read_part_of_packet()
90
* avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata()
91
* avformat/asfdec_o: Check size_bmp more fully
92
* avcodec/indeo4: Check for end of bitstream in decode_mb_info()
93
* avcodec/shorten: Fix undefined addition in shorten_decode_frame()
94
* avcodec/shorten: Fix undefined integer overflow
95
* avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration()
96
* avcodec/jpeg2000dec: Check that there are enough bytes for all tiles
97
* avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sample
98
* avcodec/escape124: Fix spelling errors in comment
99
* avcodec/ra144: Fix integer overflow in ff_eval_refl()
100
* avcodec/cscd: Check output buffer size for lzo.
101
* avcodec/escape124: Check buf_size against num_superblocks
102
* avcodec/h264_parser: Reduce needed history for parsing mb index
103
* avcodec/magicyuv: Check bits left in flags&1 branch
104
* avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan()
105
* avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed()
106
* avcodec/dirac_dwt_template: Fix undefined behavior in interleave()
107
* avutil/common: Fix undefined behavior in av_clip_uintp2_c()
108
* fftools/ffmpeg: Fallback to duration if sample rate is unavailable
109
* avformat/mov: Only set pkt->duration to non negative values
110
* avcodec/h264_slice: Fix overflow in recovery_frame computation
111
* avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h264_sei
112
* avcodec/h264_mc_template: Only prefetch motion if the list is used.
113
* avcodec/xwddec: Use ff_set_dimensions()
114
* avcodec/wavpack: Fix overflow in adding tail
115
* avcodec/shorten: Fix multiple integer overflows
116
* avcodec/shorten: Fix undefined shift in fix_bitshift()
117
* avcodec/shorten: Fix a negative left shift in shorten_decode_frame()
118
* avcodec/shorten: Sanity check nmeans
119
* avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header()
120
* avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan()
121
* avcodec/truemotion2: Fix overflow in tm2_apply_deltas()
122
* avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c
123
* avcodec/amrwbdec: Fix division by 0 in find_hb_gain()
124
* avformat/mov: replace a value error by clipping into valid range in mov_read_stsc()
125
* avformat/mov: Break out early if chunk_count is 0 in mov_build_index()
126
* avcodec/fic: Avoid some magic numbers related to cursors
127
* avcodec/g2meet: ask for sample with overflowing RGB
128
* avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed()
129
* oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behavior
130
* avcodec/g723_1dec: Clip bits2 in both directions
131
* avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()
132
* avcodec/mlpdec: Only change noise_type if the related fields are valid
133
* indeo4: Decode all or nothing of a band header.
134
* avformat/mov: Only fail for STCO/STSC contradictions if both exist
135
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0
136
* avcodec/fic: Check available input space for cursor
137
* avcodec/g2meet: Check RGB upper limit
138
* avcodec/jpeg2000dec: Fix undefined shift in the jpeg2000_decode_packets_po_iteration() CPRL case
139
* avcodec/jpeg2000dec: Skip init for component in CPRL if nothing is to be done
140
* avcodec/g2meet: Change order of operations to avoid undefined behavior
141
* avcodec/flac_parser: Fix infinite loop
142
* avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED()
143
* avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()
144
* avcodec/error_resilience: Fix integer overflow in filter181()
145
* avcodec/h263dec: Check slice_ret in mspeg4 slice loop
146
* avcodec/elsdec: Fix memleaks
147
* avcodec/vc1_block: simplify ac_val computation
148
* avcodec/ffv1enc: Check that the crc + version combination is supported
149
* lavf/http.c: Free allocated client URLContext in case of error.
150
* avcodec/dsicinvideo: Fail if there is only a small fraction of the data available that comprises a full frame
151
* avcodec/dsicinvideo: Propagate errors from cin_decode_rle()
152
* avcodec/dfa: Check dimension against maximum
153
* avcodec/cinepak: Skip empty frames
154
* avcodec/cinepak: move some checks prior to frame allocation
155
* swresample/arm: remove unintentional relocation.
156
* doc/APIchanges: Fix typos in hashes
157
* avformat/utils: Check cur_dts in update_initial_timestamps() more
158
* avcodec/utils: Enforce minimum width also for VP5/6
159
* avcodec/truemotion2: Propagate out of bounds error from GET_TOK()
160
* avformat/utils: Fix integer overflow in end time calculation in update_stream_timings()
161
* avcodec/mjpegdec: Check input buffer size.
162
* avcodec/h264_slice: Fix integer overflow with last_poc
163
* avformat/mov: Fix extradata memleak
164
* lavc/libopusdec: Allow avcodec_open2 to call .close
165
* avcodec/movtextdec: Check style_start/end
166
* avcodec/aacsbr_fixed: Fix integer overflow in sbr_hf_assemble()
167
* libavcodec/rv34: error out earlier on missing references
168
* swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering.
169
* avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed()
170
* avcodec/cscd: Error out when LZ* decompression fails
171
* avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list()
172
* avfilter/vf_signature: use av_strlcpy()
173
* avcodec/utvideodec: Set pro flag based on fourcc
174
* avcodec/wmalosslessdec: Fix null pointer dereference in decode_frame()
175
* avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables
176
* avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_entry()
177
* avcodec/get_bits: Make sure the input bitstream with padding can be addressed
178
* avformat/mov: Check STSC and remove invalid entries
179
* avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded pixels thus reject it
180
* avcodec/nuv: Check for minimum input size for uncomprssed and rtjpeg
181
* avcodec/wmalosslessdec: Reset num_saved_bits on error path
182
* avformat/mov: Fix integer overflows related to sample_duration
183
* avformat/img2dec: fix infinite loop
184
* avformat/oggparsedaala: Do not adjust AV_NOPTS_VALUE
185
* avformat/oggparseogm: Check lb against psize
186
* avformat/oggparseogm: Fix undefined shift in ogm_packet()
187
* avformat/avidec: Fix integer overflow in cum_len check
188
* avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUE
189
* avformat/utils: Fix integer overflow of fps_first/last_dts
190
* avformat/oggdec: Fix metadata memleak on multiple headers
191
* libavformat/oggparsevorbis: Fix memleak on multiple headers
192
* avformat/mov: Fix integer overflow in mov_get_stsc_samples()
193
* avcodec/truemotion2rt: Check input buffer size
194
* avcodec/g2meet: Check tile dimensions with av_image_check_size2()
195
* avcodec/exr: fix invalid shift in unpack_14()
196
* avcodec/bintext: sanity check dimensions
197
* avcodec/utvideodec: Check subsample factors
198
* avcodec/smc: Check input packet size
199
* avcodec/cavsdec: Check alpha/beta offset
200
* avcodec/diracdec: Fix integer overflow in mv computation
201
* avcodec/h264_parse: Clear invalid chroma weights in ff_h264_pred_weight_table()
202
* avcodec/aacdec_templat: Fix integer overflow in apply_ltp()
203
* avcodec/jpeg2000dwt: Fix integer overflows in sr_1d53()
204
* avcodec/diracdec: Use int64 in global mv to prevent overflow
205
* avcodec/dxtory: Remove code that corrupts dimensions
206
* avcodec/dirac_dwt_template: Fix Integer overflow in horizontal_compose_dd137i()
207
* avcodec/hevcdec: Check luma/chroma_log2_weight_denom
208
* avcodec/jpeg2000dec: Use av_image_check_size2()
209
* avcodec/vp8: Check for bitstream end before vp7_fade_frame()
210
* avcodec/exr: Check remaining bits in last get code loop
211
* avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()
212
* avcodec/h264_cabac: Tighten allowed coeff_abs range
213
* avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc()
214
* avdevice/iec61883: free the private context at the end
215
* avdevice/iec61883: return reference counted packets
216
* configure: add nvcc to CMDLINE_SET
217
* avcodec/mpeg4_unpack_bframes: make sure the packet is writable when data needs to be changed
218
* avcodec/mp3_header_decompress: don't free the user provided packet on error
219
* avcodec/extract_extradata: zero initalize the padding bytes in all allocated buffers
220
* avformat/hvcc: zero initialize the nal buffers past the last written byte
221
* swresample/rematrix: fix update of channel matrix if input or output layout is undefined
222
* avformat/matroskadec: ignore CodecPrivate if the stream is VP9
223
- drop patch merged upstream:
224
* 0001-avformat-img2dec-fix-infinite-loop.patch
225
226
-------------------------------------------------------------------
227
Fri Jul 6 10:54:14 UTC 2018 - tchvatal@suse.com
228
229
- Fix typo in swresample name
230
231
-------------------------------------------------------------------
232
Wed Jul 4 12:17:32 UTC 2018 - tchvatal@suse.com
233
234
- Conditionalize vidstab so it gets working on Leap
235
- full_build only on Leap 42 and 15, not on TW
236
237
-------------------------------------------------------------------
238
Tue Jul 3 08:46:42 UTC 2018 - tchvatal@suse.com
239
240
- Add macros to allow conflicting with all other devel projects
241
to ensure we always install only one specific ffmpeg
242
243
-------------------------------------------------------------------
244
Sat Jun 30 14:01:25 UTC 2018 - tchvatal@suse.com
245
246
- Enable vidstab on tumbleweed
247
248
-------------------------------------------------------------------
249
Sat Jun 23 22:21:48 UTC 2018 - bjorn.lie@gmail.com
250
251
- Conditionalize pkgconfig(libopenjpeg) and pkgconfig(sdl2)
252
BuildRequires: Fix build for SLE 12 SP3.
253
- Enable pkgconfig(vidstab) BuildRequires unconditionally, now
254
available in openSUSE.
255
256
-------------------------------------------------------------------
257
Thu Jun 14 07:39:15 UTC 2018 - tchvatal@suse.com
258
259
- Conditionalize zimg for Leap 42.3
260
261
-------------------------------------------------------------------
262
Thu Jun 14 07:29:15 UTC 2018 - tchvatal@suse.com
263
264
- Split out the develpkgs again
265
- Use %autopatch
266
267
-------------------------------------------------------------------
268
Wed Jun 13 18:03:36 UTC 2018 - tchvatal@suse.com
269
270
- Sync with ffmpeg-4
271
272
-------------------------------------------------------------------
273
Thu Apr 26 14:42:03 UTC 2018 - jengelh@inai.de
274
275
- Add 0001-avformat-img2dec-fix-infinite-loop.patch [boo#1090826]
276
277
-------------------------------------------------------------------
278
Mon Apr 09 20:47:49 UTC 2018 - enzokiel@kabelmail.de
279
280
- Enable build against libzimg.
281
282
-------------------------------------------------------------------
283
Tue Mar 27 16:04:57 UTC 2018 - jengelh@inai.de
284
285
- Add 0001-opusenc-psy-disable-stereo-searches.patch
286
to fix a crash in the Opus encoder when outputting mono.
287
- Enable FFmpeg Opus encoder as a selectable runtime alternative
288
to Xiph libopus.
289
290
-------------------------------------------------------------------
291
Fri Mar 23 10:54:48 UTC 2018 - alarrosa@suse.com
292
293
- Create a new package ffmpeg-private-devel which contains some
294
headers under /usr/include/ffmpeg/private that were not installed
295
by upstream. Those headers are needed by the libav package in order
296
to build avconv and other tools using the libav* libraries generated
297
by ffmpeg instead of its own. No other package should require
298
ffmpeg-private-devel.
299
300
-------------------------------------------------------------------
301
Wed Mar 21 16:04:32 UTC 2018 - alarrosa@suse.com
302
303
- Build and install also the sidxindex tool
304
305
-------------------------------------------------------------------
306
Tue Feb 20 21:27:19 UTC 2018 - bjorn.lie@gmail.com
307
308
- Enable mpeg1video and mpeg2video in enable_decoders, and remove
309
it from disable-decoders call given to configure, mpeg2 now
310
available in openSUSE.
311
312
-------------------------------------------------------------------
313
Tue Feb 13 14:39:31 UTC 2018 - nico.kruber@gmail.com
314
315
- enable video stabilization/deshaking via libvidstab (optional)
316
317
-------------------------------------------------------------------
318
Mon Feb 12 11:55:47 UTC 2018 - jengelh@inai.de
319
320
- Update to new bugfix release 3.4.2
321
* Fix integer overflows, multiplication overflows, undefined
322
shifts, and verify buffer lengths.
323
* avfilter/vf_transpose: Fix used plane count
324
[boo#1078488, CVE-2018-6392]
325
* avcodec/utvideodec: Fix bytes left check in decode_frame()
326
[boo#1079368, CVE-2018-6621]
327
- Enable use of libzvbi for displaying teletext subtitles.
328
- Fixed a DoS in swri_audio_convert(), added cve-2017-17555.diff
329
[boo#1072366, CVE-2017-17555].
330
331
-------------------------------------------------------------------
332
Mon Dec 11 11:24:03 UTC 2017 - jengelh@inai.de
333
334
- Update to new bugfix release 3.4.1
335
* Fixed integer overflows, division by zero, illegal bit shifts
336
* Fixed the gmc_mmx function which failed to validate width
337
and height [boo#1070762, CVE-2017-17081]
338
* Fixed out-of-bounds in VC-2 encoder [boo#1069407, CVE-2017-16840]
339
* ffplay: use SDL2 audio API
340
- Removed 0001-avcodec-x86-mpegvideodsp-Fix-signedness-bug-in-need_.patch
341
(upstreamed).
342
343
-------------------------------------------------------------------
344
Fri Dec 1 10:55:08 UTC 2017 - jengelh@inai.de
345
346
- Add 0001-avcodec-x86-mpegvideodsp-Fix-signedness-bug-in-need_.patch
347
[boo#1070762]
348
349
-------------------------------------------------------------------
350
Thu Nov 30 07:07:49 UTC 2017 - jslaby@suse.com
351
352
- install also doc/ffserver.conf
353
354
-------------------------------------------------------------------
355
Tue Oct 31 17:35:25 UTC 2017 - jengelh@inai.de
356
357
- Get rid of ffmpeg-pkgconfig-version.patch.
358
359
-------------------------------------------------------------------
360
Mon Oct 16 11:16:16 UTC 2017 - jengelh@inai.de
361
362
- Update to new upstream release 3.4
363
* New video filters: deflicker, doublewave, lumakey, pixscope,
364
oscilloscope, robterts, limiter, libvmaf, unpremultiply,
365
tlut2, floodifll, pseudocolor, despill, convolve, vmafmotion.
366
* New audio filters: afir, crossfeed, surround, headphone,
367
superequalizer, haas.
368
* Some video filters with several inputs now use a common set
369
of options: blend, libvmaf, lut3d, overlay, psnr, ssim. They
370
must always be used by name.
371
* librsvg support for svg rasterization
372
* spec-compliant VP9 muxing support in MP4
373
* Remove the libnut and libschroedinger muxer/demuxer wrappers
374
* drop deprecated qtkit input device (use avfoundation instead)
375
* SUP/PGS subtitle muxer
376
* VP9 tile threading support
377
* KMS screen grabber
378
* CUDA thumbnail filter
379
* V4L2 mem2mem HW assisted codecs
380
* Rockchip MPP hardware decoding
381
* (Not in openSUSE builds, only original ones:)
382
* Gremlin Digital Video demuxer and decoder
383
* Additional frame format support for Interplay MVE movies
384
* Dolby E decoder and SMPTE 337M demuxer
385
* raw G.726 muxer and demuxer, left- and right-justified
386
* NewTek NDI input/output device
387
* FITS demuxer, muxer, decoder and encoder
388
- Fixed a double free in huffyuv [boo#1064577, CVE-2017-15186]
389
- Fixed an out-of-bounds in ffv1dec [boo#1066428, CVE-2017-15672]
390
- Fixed a denial of service in rtmppkt [boo#1082335, CVE-2017-11665]
391
392
-------------------------------------------------------------------
393
Tue Sep 12 10:57:37 UTC 2017 - jengelh@inai.de
394
395
- Update to new upstream release 3.3.4.
396
* avutil/pixdesc: fixed NULL deref in av_color_primaries_name
397
[CVE-2017-14225] [boo#1058018]
398
* avformat/asfdec: Fix DoS in asf_build_simple_index
399
[CVE-2017-14223] [boo#1058019]
400
* avformat/mov: Fix DoS in read_tfra
401
[CVE-2017-14222] [boo#1058020].
402
- Dropped integrated patches:
403
D 0001-avformat-hls-Fix-DoS-due-to-infinite-loop.patch
404
D 0001-avformat-nsvdec-Fix-DoS-due-to-lack-of-eof-check-in-.patch
405
D 0002-avformat-asfdec-Fix-DoS-due-to-lack-of-eof-check.patch
406
D 0002-avformat-mxfdec-Fix-DoS-issues-in-mxf_read_index_ent.patch
407
D 0003-avformat-cinedec-Fix-DoS-due-to-lack-of-eof-check.patch
408
D 0003-avformat-mxfdec-Fix-Sign-error-in-mxf_read_primer_pa.patch
409
D 0004-avformat-rmdec-Fix-DoS-due-to-lack-of-eof-check.patch
410
D 0005-avformat-rl2-Fix-DoS-due-to-lack-of-eof-check.patch
411
D 0006-avformat-mvdec-Fix-DoS-due-to-lack-of-eof-check.patch
412
413
-------------------------------------------------------------------
414
Thu Sep 7 08:33:20 UTC 2017 - jengelh@inai.de
415
416
- Add 0001-avformat-nsvdec-Fix-DoS-due-to-lack-of-eof-check-in-.patch
417
[CVE-2017-14171] [boo#1057539],
418
0002-avformat-mxfdec-Fix-DoS-issues-in-mxf_read_index_ent.patch
419
[CVE-2017-14170] [boo#1057537],
420
0003-avformat-mxfdec-Fix-Sign-error-in-mxf_read_primer_pa.patch
421
[CVE-2017-14169] [boo#1057536]
422
423
-------------------------------------------------------------------
424
Mon Sep 4 20:19:07 UTC 2017 - jengelh@inai.de
425
426
- Add 0001-avformat-hls-Fix-DoS-due-to-infinite-loop.patch
427
[CVE-2017-14058] [boo#1056762],
428
0002-avformat-asfdec-Fix-DoS-due-to-lack-of-eof-check.patch
429
[CVE-2017-14057] [boo#1056761],
430
0003-avformat-cinedec-Fix-DoS-due-to-lack-of-eof-check.patch
431
[CVE-2017-14059] [boo#1056763],
432
0004-avformat-rmdec-Fix-DoS-due-to-lack-of-eof-check.patch
433
[CVE-2017-14054] [boo#1056765],
434
0005-avformat-rl2-Fix-DoS-due-to-lack-of-eof-check.patch
435
(code not enabled in openSUSE, though in packman)
436
[CVE-2017-14056] [boo#1056760],
437
0006-avformat-mvdec-Fix-DoS-due-to-lack-of-eof-check.patch
438
[CVE-2017-14055] [boo#1056766]
439
440
-------------------------------------------------------------------
441
Sat Aug 26 14:56:44 UTC 2017 - jengelh@inai.de
442
443
- Unconditionalize celt, ass, openjpeg, webp, netcdf, libva, vdpau.
444
445
-------------------------------------------------------------------
446
Fri Aug 25 06:34:58 UTC 2017 - olaf@aepfle.de
447
448
- Build unconditionally with lame and twolame
449
450
-------------------------------------------------------------------
451
Sun Jul 30 23:07:52 UTC 2017 - jengelh@inai.de
452
453
- Update to maintenance release 3.3.3
454
* Various fixes for integer overflows, too-large bit shifts
455
and buffer length checks.
456
- Drop 0001-avcodec-apedec-Fix-integer-overflow.patch
457
(included upstream)
458
459
-------------------------------------------------------------------
460
Tue Jul 18 08:47:03 UTC 2017 - jengelh@inai.de
461
462
- Add 0001-avcodec-apedec-Fix-integer-overflow.patch
463
to address CVE-2017-11399 [boo#1049095]
464
465
-------------------------------------------------------------------
466
Fri Jun 23 12:14:07 UTC 2017 - davejplater@gmail.com
467
468
- Enabled cuda and cuvid for unrestricted build.
469
- Fixed typos in devel package descriptions.
470
471
-------------------------------------------------------------------
472
Wed Jun 7 10:48:54 UTC 2017 - jengelh@inai.de
473
474
- Update to new upstream release 3.3.2
475
* Various fixes for integer overflows and too-large bit shifts
476
477
-------------------------------------------------------------------
478
Wed May 31 11:41:10 UTC 2017 - davejplater@gmail.com
479
480
- Disable cuda support to fix boo#1041794:
481
ffmpeg 3.3. enablement of cuda prevents H264/avc1.4d400d videos
482
from playing on Youtube
483
- Refreshed patches: ffmpeg-codec-choice.diff
484
ffmpeg-libcdio_cdda-pkgconfig.patch
485
ffmpeg-pkgconfig-version.patch and ffmpeg-new-coder-errors.diff
486
487
-------------------------------------------------------------------
488
Wed May 31 00:18:31 UTC 2017 - jengelh@inai.de
489
490
- Add additional checks to ensure MPEG is off
491
492
-------------------------------------------------------------------
493
Fri May 19 17:57:00 UTC 2017 - jengelh@inai.de
494
495
- Update to new upstream release 3.3.1
496
* Fix uninitialized variables, signed integer overflow,
497
excess shift operations. Add boundary checks.
498
499
-------------------------------------------------------------------
500
Tue Apr 18 13:43:51 UTC 2017 - jengelh@inai.de
501
502
- Enable ac3 per request from idonmez
503
504
-------------------------------------------------------------------
505
Fri Apr 14 14:02:24 UTC 2017 - jengelh@inai.de
506
507
- Update to new upstream release 3.3
508
* EBU R128 implementation now within ffmpeg, not relying on
509
external library anymore
510
* New video filters "premultiply", "readeia608", "threshold",
511
"midequalizer"
512
* Support for spherical videos
513
* New decoders: 16.8 and 24.0 floating point PCM, XPM
514
* New demuxers: MIDI Sample Dump Standard, Sample Dump eXchange demuxer
515
* MJPEG encoding uses Optimal Huffman tables now
516
* Native Opus encoder
517
* Support .mov with multiple sample description tables
518
* Removed the legacy X11 screen grabber, use XCB instead
519
* Removed asyncts filter (use af_aresample instead)
520
* resolved CVE-2016-10190 [boo#1022920],
521
CVE-2016-10191 [boo#1022921], CVE-2016-10192 [boo#1022922],
522
CVE-2017-7859 [boo#1034183], CVE-2017-7862 [boo#1034181],
523
CVE-2017-7863 [boo#1034179], CVE-2017-7865 [boo#1034177],
524
CVE-2017-7866 [boo#1034176]
525
526
-------------------------------------------------------------------
527
Thu Apr 13 13:33:35 UTC 2017 - idonmez@suse.com
528
529
- Enable mp3 decoding
530
531
-------------------------------------------------------------------
532
Sat Feb 18 14:22:15 UTC 2017 - dimstar@opensuse.org
533
534
- Have libavcodec57 additionally provide libavcodec57(unrestricted)
535
when building unrestricted: allow third party packages to require
536
the unrestricted codec. The existing -full provides is not
537
suitable as it can be provided by multiple libavcodec* packages,
538
whereas we require a specific ABI version.
539
540
-------------------------------------------------------------------
541
Sat Feb 11 11:31:55 UTC 2017 - jengelh@inai.de
542
543
- Update to new upstream release 3.2.4
544
* lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
545
* lavf/mov.c: Avoid OOB in mov_read_udta_string()
546
* lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()
547
548
-------------------------------------------------------------------
549
Sat Feb 11 09:13:02 UTC 2017 - olaf@aepfle.de
550
551
- Make sure each subpkg comes from the same src.rpm
552
553
-------------------------------------------------------------------
554
Tue Feb 7 13:47:05 UTC 2017 - jengelh@inai.de
555
556
- Update to new upstream release 3.2.3
557
* Maintenance release with bugfixes
558
* ffplay: fix sws_scale possible out of bounds array access
559
- Drop version number from patch: ffmpeg-2.4.5-arm6l.patch ->
560
ffmpeg-arm6l.diff
561
562
-------------------------------------------------------------------
563
Tue Jan 3 11:04:12 UTC 2017 - olaf@aepfle.de
564
565
- Wrap netcdf support in build condtional because it is a drop-in pkg
566
567
-------------------------------------------------------------------
568
Tue Dec 20 12:05:52 UTC 2016 - tchvatal@suse.com
569
570
- Enable all muxers and demuxers as they are just descriptor of format
571
thus do not change the behaviour in any relevant way.
572
* The best user now gets is proper interpretation of the format and
573
failure to play it without proper de/encoder
574
* Recommended by vlc team to be done this way :)
575
576
-------------------------------------------------------------------
577
Tue Dec 6 11:52:10 UTC 2016 - jengelh@inai.de
578
579
- Update to new upstream release 3.2.2
580
* avformat/rtmppkt: Check for packet size mismatches
581
* avcodec/flacdec: Fix undefined shift in decode_subframe()
582
* avcodec/flacdec: Fix signed integer overflow in
583
decode_subframe_fixed()
584
* avcodec/flacdsp_template: Fix undefined shift in
585
flac_decorrelate_indep_c
586
587
-------------------------------------------------------------------
588
Sat Nov 26 07:30:28 UTC 2016 - aloisio@gmx.com
589
590
- Update to version 3.2.1:
591
* avcodec/aac_adtstoasc_bsf: validate and forward extradata
592
if the stream is already ASC
593
* libopusdec: default to stereo for invalid number of
594
channels
595
* sbgdec: prevent NULL pointer access
596
* rmdec: validate block alignment
597
* smacker: limit recursion depth of smacker_decode_bigtree
598
* mxfdec: fix NULL pointer dereference in mxf_read_packet_old
599
* ffmdec: validate codec parameters
600
* avformat/mpeg: Adjust vid probe threshold to correct
601
mis-detection
602
* avcodec/avpacket: fix leak on realloc in
603
av_packet_add_side_data()
604
* avformat/apngenc: use the stream parameters extradata if
605
available
606
* ffprobe: fix crash in case -of is specified with an empty
607
string
608
* exr: fix out-of-bounds read
609
* libschroedingerdec: fix leaking of framewithpts
610
* filmstripdec: correctly check image dimensions
611
* icodec: fix leaking pkt on error
612
* dvbsubdec: fix division by zero in compute_default_clut
613
* escape124: reject codebook size 0
614
* mpegts: prevent division by zero
615
* matroskadec: fix NULL pointer dereference in
616
webm_dash_manifest_read_header
617
* mxfdec: fix NULL pointer dereference
618
* avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC
619
bug
620
* avcodec/mpegvideo: Fix edge emu buffer overlap with
621
interlaced mpeg4
622
* avcodec/ituh263dec: Avoid spending a long time in slice
623
sync
624
* avcodec: Check side data size before use
625
* avformat/flvdec: Fix regression losing streams
626
627
-------------------------------------------------------------------
628
Fri Oct 28 22:50:18 UTC 2016 - jengelh@inai.de
629
630
- Update to new upstream release 3.2
631
* SDL2 output device and ffplay support
632
* SDL1 output device and SDL1 support removed
633
* New: libopenmpt demuxer, fifo muxer, True Audio (TTA) muxer
634
* New filters: weave, gblur, avgblur, sobel, prewitt,
635
vaguedenoiser, yuvtestsrc, lut2, hysteresis, maskedclamp,
636
crystalizer, acrusher, bitplanenoise, sidedata, asidedata
637
* Non-Local Means (nlmeans) denoising filter
638
* 16-bit support in curves filter and selectivecolor filter
639
* Added threads option per filter instance
640
* The "curves" filter does not automatically insert points at x=0
641
and x=1 anymore
642
* Matroska muxer now writes CRC32 elements by default in all
643
Level 1 elements
644
* New "tee" protocol
645
* VP8 in Ogg muxing
646
* Floating point support in ALS decoder
647
* Extended mov edit list support
648
* Changed mapping of RTP MIME type G726 to codec g726le.
649
- Drop ffmpeg-fix-CONFIG_VC1DSP-changes.patch
650
(no longer needed)
651
652
-------------------------------------------------------------------
653
Fri Oct 28 17:58:28 UTC 2016 - olaf@aepfle.de
654
655
- Enable libfdk_aac if it is available at buildtime
656
657
-------------------------------------------------------------------
658
Sat Oct 22 07:46:27 UTC 2016 - aloisio@gmx.com
659
660
- Update to version 3.1.5
661
* avformat/mxfdec: Check size to avoid integer overflow in
662
mxf_read_utf16_string()
663
* avcodec/mpegvideo_enc: Clear mmx state in
664
ff_mpv_reallocate_putbitbuffer()
665
* avcodec/utils: Clear MMX state before returning from
666
avcodec_default_execute*()
667
* libopenjpegenc: fix out-of-bounds reads when filling the
668
edges
669
* libopenjpegenc: stop reusing image data buffer for
670
openjpeg 2
671
* avformat/utils: Update codec_id before using it in the
672
parser init
673
* ffmpeg: remove unused and errorneous AVFrame timestamp
674
check
675
* Support for MIPS cpu P6600
676
* avutil/mips/generic_macros_msa: rename macro variable
677
which causes segfault for mips r6
678
679
-------------------------------------------------------------------
680
Sat Oct 1 11:00:20 UTC 2016 - aloisio@gmx.com
681
682
- Update to version 3.1.4
683
* avformat/avidec: Check nb_streams in read_gab2_sub()
684
* avformat/avidec: Remove ancient assert
685
* avfilter/vf_colorspace: fix range for output colorspace
686
option
687
* lavc/mediacodecdec_h264: fix SODB escaping
688
* avcodec/nvenc: fix const options for hevc gpu setting
689
* avformat/avidec: Fix memleak with dv in avi
690
* lavc/movtextdec.c: Avoid infinite loop on invalid data.
691
* avcodec/ansi: Check dimensions
692
* avcodec/cavsdsp: use av_clip_uint8() for idct
693
* avformat/movenc: Check packet in mov_write_single_packet()
694
too
695
* avformat/movenc: Factor check_pkt() out
696
* avformat/utils: fix timebase error in avformat_seek_file()
697
* avcodec/g726: Add missing ADDB output mask
698
* avcodec/avpacket: clear side_data_elems
699
* avformat/movenc: Check first DTS similar to dts difference
700
* avcodec/ccaption_dec: Use simple array instead of AVBuffer
701
* avcodec/svq3: Reintroduce slice_type
702
* avformat/mov: Fix potential integer overflow in
703
mov_read_keys
704
* swscale/swscale_unscaled: Try to fix
705
Rgb16ToPlanarRgb16Wrapper() with slices
706
* swscale/swscale_unscaled: Fix packed_16bpc_bswap() with
707
slices
708
* avformat/avidec: Fix infinite loop in avi_read_nikon()
709
* lavf/utils: Avoid an overflow for huge negative durations.
710
* avformat/hls: Fix handling of EXT-X-BYTERANGE streams over
711
2GB
712
* lavc/avpacket: Fix undefined behaviour, do not pass a null
713
pointer to memcpy().
714
* lavc/mjpegdec: Do not skip reading quantization tables.
715
* cmdutils: fix implicit declaration of SetDllDirectory
716
function
717
718
-------------------------------------------------------------------
719
Mon Aug 29 00:36:30 UTC 2016 - stefan.bruens@rwth-aachen.de
720
721
- Fix linking errors for arm and aarch64 builds, boo#995937
722
* Add ffmpeg-fix-CONFIG_VC1DSP-changes.patch
723
724
-------------------------------------------------------------------
725
Sat Aug 27 06:18:31 UTC 2016 - aloisio@gmx.com
726
727
- Update to version 3.1.3
728
* examples/demuxing_decoding: convert to codecpar
729
* avcodec/exr: Check tile positions
730
* avcodec/aacenc: Tighter input checks
731
* avformat/wtvdec: Check pointer before use
732
* libavcodec/wmalosslessdec: Check the remaining bits
733
* avcodec/adpcm: Fix adpcm_ima_wav padding
734
* avcodec/svq3: fix slice size check
735
* avcodec/diracdec: Check numx/y
736
* avcodec/h2645_parse: fix nal size
737
* avcodec/h2645_parse: Use get_nalsize() in
738
ff_h2645_packet_split()
739
* h2645_parse: only read avc length code at the correct
740
position
741
* h2645_parse: don't overread AnnexB NALs within an avc
742
stream
743
* avcodec/h264_parser: Factor get_avc_nalsize() out
744
* avcodec/cfhd: Increase minimum band dimension to 3
745
* avcodec/indeo2: check ctab
746
* avformat/swfdec: Fix inflate() error code check
747
* avcodec/rawdec: Fix bits_per_coded_sample checks
748
* vcodec/h2645_parse: Clear buffer padding
749
* avcodec/h2645: Fix NAL unit padding
750
* avfilter/drawutils: Fix single plane with alpha
751
* cmdutils: check for SetDllDirectory() availability
752
753
-------------------------------------------------------------------
754
Tue Aug 9 07:34:10 UTC 2016 - aloisio@gmx.com
755
756
- Update to version 3.1.2:
757
* avcodec/rawdec: Fix palette handling with changing
758
palettes
759
* avcodec/raw: Fix decoding of ilacetest.mov
760
* avformat/mov: Enable mp3 parsing if a packet needs it
761
* avformat/hls: Sync starting segment across variants on
762
live streams
763
* avformat/hls: Fix regression with ranged media segments
764
* avcodec/ffv1enc: Fix assertion failure with non zero
765
bits per sample
766
* avfilter/af_hdcd: small fix in af_hdcd.c where gain was
767
not being adjusted for "attenuate slowly"
768
* avformat/oggdec: Fix integer overflow with invalid pts
769
* libavcodec/dnxhd: Enable 12-bit DNxHR support.
770
* lavc/vaapi_encode_h26x: Fix a crash if "." is not the
771
decimal separator.
772
* avcodec/vp9_parser: Check the input frame sizes for
773
being consistent
774
* avformat/flvdec: parse keyframe before a/v stream was
775
created add_keyframes_index() when stream created or
776
keyframe parsed
777
* libavformat/rtpdec_asf: zero initialize the AVIOContext
778
struct
779
* libx264: Increase x264 opts character limit to 4096
780
* avcodec/h264_parser: Set sps/pps_ref
781
* librtmp: Avoid an infinite loop setting connection
782
arguments
783
* avformat/oggparsevp8: fix pts calculation on pages
784
ending with an invisible frame
785
* lavf/vplayerdec: Improve auto-detection.
786
* lavc/mediacodecdec_h264: properly convert extradata to
787
annex-b
788
789
-------------------------------------------------------------------
790
Fri Jul 29 09:25:52 UTC 2016 - jengelh@inai.de
791
792
- Build with netcdf so as to enable af_sofalizer [boo#983398]
793
794
-------------------------------------------------------------------
795
Fri Jul 1 06:17:49 UTC 2016 - aloisio@gmx.com
796
797
- Update to version 3.1.1
798
* doc/APIchanges: document the lavu/lavf field moves
799
* avformat/avformat: Move new field to the end of AVStream
800
* avformat/utils: update deprecated AVStream->codec when the context is updated
801
* avutil/frame: Move new field to the end of AVFrame
802
* libavcodec/exr : fix decoding piz float file.
803
* avformat/mov: Check sample size
804
* lavfi: Move new field to the end of AVFilterContext
805
* lavfi: Move new field to the end of AVFilterLink
806
* ffplay: Fix usage of private lavfi API
807
* lavc/mediacodecdec_h264: add missing NAL headers to SPS/PPS buffers
808
* lavc/pnm_parser: disable parsing for text based PNMs
809
810
-------------------------------------------------------------------
811
Mon Jun 27 06:20:03 UTC 2016 - aloisio@gmx.com
812
813
- Update to version 3.1
814
* DXVA2-accelerated HEVC Main10 decoding
815
* fieldhint filter
816
* loop video filter and aloop audio filter
817
* Bob Weaver deinterlacing filter
818
* firequalizer filter
819
* datascope filter
820
* bench and abench filters
821
* ciescope filter
822
* protocol blacklisting API
823
* MediaCodec H264 decoding
824
* VC-2 HQ RTP payload format (draft v1) depacketizer and
825
packetizer
826
* VP9 RTP payload format (draft v2) packetizer
827
* AudioToolbox audio decoders
828
* AudioToolbox audio encoders
829
* coreimage filter (GPU based image filtering on OSX)
830
* libdcadec removed
831
* bitstream filter for extracting DTS core
832
* ADPCM IMA DAT4 decoder
833
* musx demuxer
834
* aix demuxer
835
* remap filter
836
* hash and framehash muxers
837
* colorspace filter
838
* hdcd filter
839
* readvitc filter
840
* VAAPI-accelerated format conversion and scaling
841
* libnpp/CUDA-accelerated format conversion and scaling
842
* Duck TrueMotion 2.0 Real Time decoder
843
* Wideband Single-bit Data (WSD) demuxer
844
* VAAPI-accelerated H.264/HEVC/MJPEG encoding
845
* DTS Express (LBR) decoder
846
* Generic OpenMAX IL encoder with support for Raspberry Pi
847
* IFF ANIM demuxer & decoder
848
* Direct Stream Transfer (DST) decoder
849
* loudnorm filter
850
* MTAF demuxer and decoder
851
* MagicYUV decoder
852
* OpenExr improvements (tile data and B44/B44A support)
853
* BitJazz SheerVideo decoder
854
* CUDA CUVID H264/HEVC decoder
855
* 10-bit depth support in native utvideo decoder
856
* libutvideo wrapper removed
857
* YUY2 Lossless Codec decoder
858
859
- Added minimum requirement for libva (0.35.0, matched by
860
1.3.0 package)
861
862
-------------------------------------------------------------------
863
Tue May 31 08:31:36 UTC 2016 - robert.munteanu@gmail.com
864
865
- Guard usage of opencore using bcond_with, boo#980542
866
867
-------------------------------------------------------------------
868
Thu Apr 28 06:29:57 UTC 2016 - aloisio@gmx.com
869
870
- Update to version 3.0.2
871
* avcodec/ttaenc: Reallocate packet if its too small
872
* configure: build fix for P5600 with mips code restructuring
873
* mips: add support for R6
874
* pgssubdec: fix subpicture output colorspace and range
875
* avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
876
* avfilter/vf_drawtext: Check return code of load_glyph()
877
* avformat/mux: Check that deinit is set before calling it
878
* avcodec/takdec: add code that got somehow lost in process of
879
REing
880
* avcodec/apedec: fix decoding of stereo files with one
881
channel full of silence
882
* avcodec/avpacket: Fix off by 5 error
883
* avcodec/h264: Fix for H.264 configuration parsing
884
* avcodec/bmp_parser: Ensure remaining_size is not too small
885
in startcode packet crossing corner case
886
* avcodec/pngdec: Fix alpha detection with skip_frame
887
* Changelog: Make formating consistent
888
* avfilter/src_movie: fix how we check for overflows with
889
seek_point
890
* avcodec/j2kenc: Add attribution to OpenJPEG project:
891
892
- Dropped dcadec (libdca was merged upstream)
893
894
-------------------------------------------------------------------
895
Mon Apr 25 06:39:32 UTC 2016 - jengelh@inai.de
896
897
- Add ffmpeg-codec-choice.diff
898
899
-------------------------------------------------------------------
900
Sun Apr 17 22:13:21 UTC 2016 - olaf@aepfle.de
901
902
- Remove ffmpeg-devel subpackage.
903
All users have been converted to pkgconfig
904
Add Provides/Obsoletes to libavdevice-devel
905
906
-------------------------------------------------------------------
907
Sun Apr 10 21:51:14 UTC 2016 - jengelh@inai.de
908
909
- Add ffmpeg-new-coder-errors.diff
910
911
-------------------------------------------------------------------
912
Wed Apr 6 18:57:05 UTC 2016 - jengelh@inai.de
913
914
- Another try at organizing the codec-enable list.
915
Enable video: AYUV, Dirac, MJPEG, rawvideo, Theora, VP8, VP9, WebP,
916
zlib
917
Enable audio: Celt, GSM, Opus, Speex, Vorbis
918
Enable subtitle: ASS/SSA text, SRT text, UTF-8 plaintext
919
920
-------------------------------------------------------------------
921
Wed Mar 30 00:47:30 UTC 2016 - jengelh@inai.de
922
923
- Update to new maintenance release 3.0.1
924
* vc2enc: fix use of uninitialized variables in the rate control
925
system
926
* postproc: fix an unaligned access
927
* lavc/hevc: Allow arbitrary garbage in bytestream as long as at
928
least one NAL unit is found.
929
930
-------------------------------------------------------------------
931
Tue Feb 16 16:36:09 UTC 2016 - olaf@aepfle.de
932
933
- Update included pkgconfig files to require the exact version
934
of ffmpeg pc files, instead of any later version
935
ffmpeg-pkgconfig-version.patch
936
937
-------------------------------------------------------------------
938
Mon Feb 15 12:57:55 UTC 2016 - idonmez@suse.com
939
940
- Remove the optional vo-aacenc dependency, upstream removed it.
941
942
-------------------------------------------------------------------
943
Mon Feb 15 11:54:46 UTC 2016 - jengelh@inai.de
944
945
- Update to new upstream release 3.0
946
* New filters: extrastereo, ocr, alimiter, stereowiden, stereotools,
947
rubberband, tremolo, agate, chromakey, displace, and many more.
948
* ffplay dynamic volume control
949
* audio high-order multiband parametric equalizer
950
* automatic bitstream filtering
951
952
-------------------------------------------------------------------
953
Tue Feb 2 18:24:15 UTC 2016 - aloisio@gmx.com
954
955
- Update to version 2.8.6
956
* avcodec/jpeg2000dec: More completely check cdef
957
* avutil/opt: check for and handle errors in av_opt_set_dict2()
958
* avcodec/flacenc: fix calculation of bits required in case
959
of custom sample rate
960
* avformat: Document urls a bit
961
* avformat/libquvi: Set default demuxer and protocol
962
limitations
963
* avformat/concat: Check protocol prefix
964
* doc/demuxers: Document enable_drefs and use_absolute_path
965
* avcodec/mjpegdec: Check for end for both bytes in unescaping
966
* avcodec/mpegvideo_enc: Check for integer overflow in
967
ff_mpv_reallocate_putbitbuffer()
968
* avformat/avformat: Replace some references to filenames by
969
urls
970
* avcodec/wmaenc: Check ff_wma_init() for failure
971
* avcodec/mpeg12enc: Move high resolution thread check to
972
before initializing threads
973
* avformat/img2dec: Use AVOpenCallback
974
* avformat/avio: Limit url option parsing to the documented
975
cases
976
* avformat/img2dec: do not interpret the filename by default
977
if a IO context has been opened
978
* avcodec/ass_split: Fix null pointer dereference in
979
ff_ass_style_get()
980
* mov: Add an option to toggle dref opening
981
* avcodec/gif: Fix lzw buffer size
982
* avcodec/put_bits: Assert buf_ptr in flush_put_bits()
983
* avcodec/tiff: Check subsample & rps values more completely
984
* swscale/swscale: Add some sanity checks for srcSlice*
985
parameters
986
* swscale/x86/rgb2rgb_template: Fix planar2x() for short
987
width
988
* swscale/swscale_unscaled: Fix odd height inputs for
989
bayer_to_yv12_wrapper()
990
* swscale/swscale_unscaled: Fix odd height inputs for
991
bayer_to_rgb24_wrapper()
992
* avcodec/aacenc: Check both channels for finiteness
993
* asfdec_o: check for too small size in asf_read_unknown
994
* asfdec_o: break if EOF is reached after
995
asf_read_packet_header
996
* asfdec_o: make sure packet_size is non-zero before seeking
997
* asfdec_o: prevent overflow causing seekback
998
* asfdec_o: check avio_skip in asf_read_simple_index
999
* asfdec_o: reject size > INT64_MAX in asf_read_unknown
1000
* asfdec_o: only set asf_pkt->data_size after sanity checks
1001
* Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896'
1002
* dca: fix misaligned access in avpriv_dca_convert_bitstream
1003
* brstm: fix missing closing brace
1004
* brstm: also allocate b->table in read_packet
1005
* brstm: make sure an ADPC chunk was read for adpcm_thp
1006
* vorbisdec: reject rangebits 0 with non-0 partitions
1007
* vorbisdec: reject channel mapping with less than two
1008
channels
1009
* ffmdec: reset packet_end in case of failure
1010
* avformat/ipmovie: put video decoding_map_size into packet
1011
and use it in decoder
1012
* avformat/brstm: fix overflow
1013
1014
-------------------------------------------------------------------
1015
Sun Jan 17 09:45:29 UTC 2016 - idonmez@suse.com
1016
1017
- Update to version 2.8.5
1018
* Fixes CVE-2016-1897 and CVE-2016-1898 [boo#961937]
1019
1020
-------------------------------------------------------------------
1021
Mon Dec 28 13:51:18 UTC 2015 - idonmez@suse.com
1022
1023
- Update to version 2.8.4
1024
* Many bugfixes, see the included Changelog for all the changes.
1025
* resolving CVE-2015-8661 [boo#960385], CVE-2015-8662 [boo#960384],
1026
CVE-2015-8663 [boo#960383]
1027
- Drop ffmpeg-remove_some_unused_ctrl_id_mappings.patch, fixed
1028
upstream.
1029
1030
-------------------------------------------------------------------
1031
Tue Dec 22 09:14:58 UTC 2015 - olaf@aepfle.de
1032
1033
- Obsolete ffmpeg-tools from packman
1034
1035
-------------------------------------------------------------------
1036
Mon Dec 21 12:37:05 UTC 2015 - jengelh@inai.de
1037
1038
- Add some provides to make it easier for firefox to recommend
1039
this package for installation
1040
1041
-------------------------------------------------------------------
1042
Sat Dec 19 13:05:31 UTC 2015 - joerg.lorenzen@ki.tng.de
1043
1044
- Added patch ffmpeg-remove_some_unused_ctrl_id_mappings.patch to
1045
successfully build against libvpx >= 1.5 (at least on PMBS).
1046
1047
-------------------------------------------------------------------
1048
Thu Dec 17 07:04:14 UTC 2015 - olaf@aepfle.de
1049
1050
- Add buildconditionals for libass,libva,vdpau to fix build in SLE_11
1051
1052
-------------------------------------------------------------------
1053
Mon Dec 14 11:05:46 UTC 2015 - olaf@aepfle.de
1054
1055
- Rename bcond dca to dcadec
1056
- Add more buildconditionals to get closer to removal of BUILD_ORIG
1057
1058
-------------------------------------------------------------------
1059
Wed Dec 9 13:23:44 UTC 2015 - olaf@aepfle.de
1060
1061
- Remove unused imlib2
1062
1063
-------------------------------------------------------------------
1064
Mon Dec 7 12:18:36 UTC 2015 - idonmez@suse.com
1065
1066
- Sync with packman changes
1067
* All packman specific changes are protected with BUILD_ORIG
1068
- Added the following patches
1069
* ffmpeg-2.4.5-arm6l.patch
1070
* ffmpeg-libcdio_cdda-pkgconfig.patch
1071
1072
-------------------------------------------------------------------
1073
Sun Nov 29 11:24:54 UTC 2015 - jengelh@inai.de
1074
1075
- Update to new upstream maintenance release 2.8.3
1076
* avformat/matroskadec: Check subtitle stream before dereferencing
1077
* avcodec/jpeg2000dec: Fix potential integer overflow with tile
1078
dimensions
1079
* avcodec/jpeg2000dec: Check for duplicate SIZ marker
1080
* avcodec/jpeg2000: Change coord to 32bit to support larger than
1081
32k width or height
1082
* avcodec/jpeg2000dec: Check SIZ dimensions to be within the
1083
supported range
1084
* avcodec/jpeg2000: Check comp coords to be within the supported
1085
size
1086
* dds: validate compressed source buffer size
1087
* dds: validate source buffer size before copying
1088
* softfloat: assert when the argument of av_sqrt_sf is negative
1089
- Fixes CVE-2015-8363 [bnc#957114], CVE-2015-8364 [bnc#957115],
1090
CVE-2015-8365 [bnc#957116]
1091
1092
-------------------------------------------------------------------
1093
Sat Nov 14 06:46:13 UTC 2015 - idonmez@suse.com
1094
1095
- Update to new upstream release 2.8.2, containing fixes for the
1096
following security issues:
1097
* CVE-2015-8216 boo#955346
1098
* CVE-2015-8217 boo#955347
1099
* CVE-2015-8218 boo#955348
1100
* CVE-2015-8219 boo#955350
1101
- Upstream changes:
1102
* various fixes in the aac_fixed decoder
1103
* various fixes in softfloat
1104
* swresample/resample: increase precision for compensation
1105
* lavf/mov: add support for sidx fragment indexes
1106
* avformat/mxfenc: Only store user comment related tags when needed
1107
* ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.
1108
* apng: use correct size for output buffer
1109
* jvdec: avoid unsigned overflow in comparison
1110
* avcodec/jpeg2000dec: Clip all tile coordinates
1111
* avcodec/microdvddec: Check for string end in 'P' case
1112
* avcodec/dirac_parser: Fix undefined memcpy() use
1113
* avformat/xmv: Discard remainder of packet on error
1114
* avformat/xmv: factor return check out of if/else
1115
* avcodec/mpeg12dec: Do not call show_bits() with invalid bits
1116
* avcodec/faxcompr: Add missing runs check in decode_uncompressed()
1117
* libavutil/channel_layout: Check strtol*() for failure
1118
* avformat/mpegts: Only start probing data streams within probe_packets
1119
* avcodec/hevc_ps: Check chroma_format_idc
1120
* avcodec/ffv1dec: Check for 0 quant tables
1121
* avcodec/mjpegdec: Reinitialize IDCT on BPP changes
1122
* avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
1123
* avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet
1124
* avformat/hls: update cookies on setcookie response
1125
* opusdec: Don't run vector_fmul_scalar on zero length arrays
1126
* avcodec/opusdec: Fix extra samples read index
1127
* avcodec/ffv1: Initialize vlc_state on allocation
1128
* avcodec/ffv1dec: update progress in case of broken pointer chains
1129
* avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
1130
* rtsp: Allow $ as interleaved packet indicator before a complete response header
1131
* videodsp: don't overread edges in vfix3 emu_edge.
1132
* avformat/mp3dec: improve junk skipping heuristic
1133
* concatdec: fix file_start_time calculation regression
1134
* avcodec: loongson optimize h264dsp idct and loop filter with mmi
1135
* avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too
1136
* avformat/hls: add support for EXT-X-MAP
1137
* avformat/hls: fix segment selection regression on track changes of live streams
1138
* configure: Require libkvazaar < 0.7.
1139
* avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
1140
- Drop ffmpeg-mov-sidx-fragment.patch, fixed upstream.
1141
1142
-------------------------------------------------------------------
1143
Sat Oct 31 11:00:43 UTC 2015 - idonmez@suse.com
1144
1145
- Update to new upstream release 2.8.1
1146
* Minor bugfix release
1147
* Includes all changes from. Ffmpeg-mt,
1148
libav master of 2015-08-28, libav 11 as of 2015-08-28
1149
- Add ffmpeg-mov-sidx-fragment.patch to add sidx fragment indexes.
1150
Needed for new mpv release.
1151
1152
-------------------------------------------------------------------
1153
Wed Sep 9 08:11:24 UTC 2015 - jengelh@inai.de
1154
1155
- Update to new upstream release 2.8
1156
* DirectDraw Surface image/texture decoder
1157
* Many improvements to the JPEG 2000 decoder
1158
* New video filters: colorkey, SSIM, showvolume, adrawgraph,
1159
drawgraph, removegrain, erosion, dilation, deflate, inflate,
1160
reverse, atadenoise, aphasemeter, showfreqs, vectorscope,
1161
waveform, hstack, vstack, framerate
1162
* New audio filters: Dynamic Audio Normalizer as dynaudnorm
1163
filter, areverse, random, deband, sidechaincompress,
1164
acrossfade
1165
* allyuv and allrgb video sources
1166
* Switched default encoders for webm to VP9 and Opus
1167
* Removed experimental flag from the JPEG 2000 encoder
1168
1169
-------------------------------------------------------------------
1170
Mon Jul 20 09:30:19 UTC 2015 - jengelh@inai.de
1171
1172
- Update to new upstream release 2.7.2
1173
- webp: fix infinite loop in webp_decode_frame
1174
- huffyuvdec: validate image size
1175
- avcodec/vp8: Check buffer size in vp8_decode_frame_header()
1176
- avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()
1177
- avutil/fifo: Fix the case where func() returns less bytes than
1178
requested in av_fifo_generic_write()
1179
- bytestream2: set the reader to the end when reading more than
1180
available
1181
- oggparsedirac: check return value of init_get_bits
1182
- vp9/update_prob: prevent out of bounds table read
1183
- avcodec/pngdec: Check values before updating context in
1184
decode_fctl_chunk()
1185
- avcodec/pngdec: Copy IHDR & plte state from last thread
1186
- avcodec/pngdec: Require a IHDR chunk before fctl
1187
- avcodec/pngdec: Only allow one IHDR chunk
1188
- ffmpeg: Do not use the data/size of a bitstream filter
1189
after failure
1190
1191
-------------------------------------------------------------------
1192
Thu Jun 25 20:11:32 UTC 2015 - jengelh@inai.de
1193
1194
- Enable codecs for audio: PCM, Speex, CELT, FLAC, ILBC, Opus
1195
- Enable codecs for image: BMP/PCX/TGA, TIFF, Sun/SGI/X11 raster
1196
raw Huff-compressed or uncompressed YUV
1197
- Update to new upstream release 2.7.1
1198
* postproc: fix unaligned access
1199
* avcodec/flacenc: Fix Invalid Rice order
1200
* tls_gnutls: fix hang on disconnection
1201
* avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set
1202
* avio: fix potential crashes when combining ffio_ensure_seekback + crc
1203
* ffmpeg_opt: Check for localtime() failure
1204
* configure: Disable VSX on unspecified / generic CPUs
1205
1206
-------------------------------------------------------------------
1207
Thu Jun 25 17:48:19 UTC 2015 - develop7@develop7.info
1208
1209
- Enabled 'bluray' protocol
1210
1211
-------------------------------------------------------------------
1212
Wed Jun 10 22:41:20 UTC 2015 - jengelh@inai.de
1213
1214
- Update to new upstream release 2.7
1215
* New encoders: apng (PNG with alpha)
1216
* New decoders: TDSC (a JPEG/BGR24/zlib format)
1217
* New audio filters: chorus
1218
* New video filters: cover_rect, detelecine, fftfilt, find_rect
1219
- Enable codecs: 012v, ansi, apng, bmp, exr, ffv1, ffvhuff
1220
* unpack DivX-style packed B-frames in MPEG-4 bitstream filter
1221
* WebM Live Chunk Muxer
1222
* nvenc level and tier options
1223
- Canopus HQ/HQA decoder
1224
- Automatically rotate videos based on metadata in ffmpeg
1225
- improved Quickdraw compatibility
1226
- VP9 high bit-depth and extended colorspaces decoding support
1227
- WebPAnimEncoder API when available for encoding and muxing WebP
1228
- Direct3D11-accelerated decoding
1229
- Support Secure Transport
1230
- Multipart JPEG demuxer
1231
1232
-------------------------------------------------------------------
1233
Sat May 23 21:33:34 UTC 2015 - robert.munteanu@gmail.com
1234
1235
- Fix building with BUILD_ORIG
1236
1237
-------------------------------------------------------------------
1238
Sun May 17 16:55:42 UTC 2015 - jengelh@inai.de
1239
1240
- Update to new upstream release 2.6.3
1241
* avcodec/libtheoraenc: Check for av_malloc failure
1242
* ffmpeg_opt: Fix -timestamp parsing
1243
* avcodec/cavsdec: Use ff_set_dimensions()
1244
* swr: fix alignment issue caused by 8ch sse functions
1245
* avcodec/mjpegdec: fix len computation in ff_mjpeg_decode_dqt()
1246
* avformat/matroskadec: Cleanup error handling for bz2 & zlib
1247
* avformat/matroskaenc: Check ff_vorbiscomment_length in
1248
put_flac_codecpriv()
1249
* avcodec/mpeg12dec: use the correct dimensions for checking SAR
1250
* xcbgrab: Validate the capture area
1251
* xcbgrab: Do not assume the non shm image data is always available
1252
* avfilter/lavfutils: disable frame threads when decoding a single
1253
image
1254
* ffmpeg: remove incorrect network deinit
1255
* OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c
1256
* libvpxenc: only set noise reduction w/vp8
1257
* vp9: remove another optimization branch in iadst16 which causes
1258
overflows.
1259
* network: Do not leave context locked on error
1260
* vp9: remove one optimization branch in iadst16 which causes
1261
overflows.
1262
* swresample: Allow reinitialization without ever setting channel
1263
layouts/counts
1264
* imgutils: initialize palette padding bytes in av_image_alloc
1265
* id3v2: catch avio_read errors in check_tag
1266
* avi: Validate sample_size
1267
* diracdec: avoid overflow of bytes*8 in decode_lowdelay
1268
* diracdec: prevent overflow in data_unit_size check
1269
* matroskadec: use uint64_t instead of int for index_scale
1270
* pngdec: don't use AV_PIX_FMT_MONOBLACK for apng
1271
* pngdec: return correct error code from decode_frame_common
1272
* swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8()
1273
delete macro GET_VF() it was wrong
1274
* matroskadec: export cover art correctly
1275
* mxfenc: don't try to write footer without header
1276
- Enable building avresample for extra API compat
1277
- Remove ffmpeg-pkgconfig-requires.diff: RPM's pkgconfigdeps.sh is
1278
scanning Requires.private too.
1279
1280
-------------------------------------------------------------------
1281
Mon May 11 07:28:10 UTC 2015 - dimstar@opensuse.org
1282
1283
- Add baselibs.conf: provide -32bit libraries (used by xine-32bit).
1284
1285
-------------------------------------------------------------------
1286
Mon Apr 13 08:18:11 UTC 2015 - jengelh@inai.de
1287
1288
- Update to new upstream release 2.6.2
1289
* avformat/utils: avoid discarded streams in
1290
av_find_default_stream_index()
1291
* avutil/cpu: add missing check for mmxext to av_force_cpu_flags
1292
* avformat/http: replace cookies with updated values instead of
1293
appending forever
1294
1295
-------------------------------------------------------------------
1296
Thu Mar 19 17:58:35 UTC 2015 - jengelh@inai.de
1297
1298
- Update to new upstream release 2.6.1
1299
* Maintenance release with some bugfixes
1300
1301
-------------------------------------------------------------------
1302
Sun Mar 8 09:17:15 UTC 2015 - jengelh@inai.de
1303
1304
- Update to new upstream release 2.6
1305
* The VP9 decoder is now usable on x86(-32) and pre-SSSE3 CPUs.
1306
* 10-bit support in the SPP video filter
1307
* New video filters: "colorlevels", "tblend", "palettegen",
1308
"paletteuse". New audio filters: "dcshift".
1309
* The old libmpcodecs wrapper is finally gone
1310
* API changes: introduction of device inputs and outputs
1311
1312
-------------------------------------------------------------------
1313
Tue Jan 27 22:22:42 UTC 2015 - jengelh@inai.de
1314
1315
- Update to new upstream release 2.5.3
1316
* AVFoundation screen-grabbing support, animated WebP decoding
1317
support, and Animated PNG support. UDP-Lite support was added.
1318
1319
-------------------------------------------------------------------
1320
Sun Jan 4 17:32:48 UTC 2015 - jengelh@inai.de
1321
1322
- Initial package (version 2.5.3) for build.opensuse.org
1323