File ffmpeg-3.changes of Package A_tw-ffmpeg-3

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