You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2458 lines
112KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version 2.8.15:
  4. - avcodec/dvdsub_parser: Allocate input padding
  5. - avcodec/dvdsub_parser: Init output buf/size
  6. - avcodec/imgconvert: fix possible null pointer dereference
  7. - swresample/arm: rename labels to fix xcode build error
  8. - avformat/utils: fix mixed declarations and code
  9. - libwebpenc_animencoder: add missing braces to struct initialization
  10. - avformat/movenc: Check input sample count
  11. - avcodec/mjpegdec: Check for odd progressive RGB
  12. - avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have a supported substream id
  13. - avformat/mms: Add missing chunksize check
  14. - avformat/pva: Check for EOF before retrying in read_part_of_packet()
  15. - avcodec/indeo4: Check for end of bitstream in decode_mb_info()
  16. - avcodec/shorten: Fix undefined addition in shorten_decode_frame()
  17. - avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration()
  18. - avcodec/jpeg2000dec: Check that there are enough bytes for all tiles
  19. - avcodec/escape124: Fix spelling errors in comment
  20. - avcodec/ra144: Fix integer overflow in ff_eval_refl()
  21. - avcodec/cscd: Check output buffer size for lzo.
  22. - avcodec/escape124: Check buf_size against num_superblocks
  23. - avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan()
  24. - avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed()
  25. - avutil/common: Fix undefined behavior in av_clip_uintp2_c()
  26. - fftools/ffmpeg: Fallback to duration if sample rate is unavailable
  27. - avformat/mov: Only set pkt->duration to non negative values
  28. - avcodec/h264_mc_template: Only prefetch motion if the list is used.
  29. - avcodec/xwddec: Use ff_set_dimensions()
  30. - avcodec/wavpack: Fix overflow in adding tail
  31. - avcodec/shorten: Fix multiple integer overflows
  32. - avcodec/shorten: Sanity check nmeans
  33. - avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan()
  34. - avcodec/truemotion2: Fix overflow in tm2_apply_deltas()
  35. - avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c
  36. - avcodec/amrwbdec: Fix division by 0 in find_hb_gain()
  37. - avformat/mov: replace a value error by clipping into valid range in mov_read_stsc()
  38. - avformat/mov: Break out early if chunk_count is 0 in mov_build_index()
  39. - avcodec/fic: Avoid some magic numbers related to cursors
  40. - avcodec/g2meet: ask for sample with overflowing RGB
  41. - avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed()
  42. - avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()
  43. - avcodec/mlpdec: Only change noise_type if the related fields are valid
  44. - indeo4: Decode all or nothing of a band header.
  45. - avformat/mov: Only fail for STCO/STSC contradictions if both exist
  46. - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0
  47. - avcodec/fic: Check available input space for cursor
  48. - avcodec/g2meet: Check RGB upper limit
  49. - avcodec/jpeg2000dec: Fix undefined shift in the jpeg2000_decode_packets_po_iteration() CPRL case
  50. - avcodec/jpeg2000dec: Skip init for component in CPRL if nothing is to be done
  51. - avcodec/g2meet: Change order of operations to avoid undefined behavior
  52. - avcodec/flac_parser: Fix infinite loop
  53. - avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED()
  54. - avcodec/error_resilience: Fix integer overflow in filter181()
  55. - avcodec/h263dec: Check slice_ret in mspeg4 slice loop
  56. - avcodec/elsdec: Fix memleaks
  57. - avcodec/vc1_block: simplify ac_val computation
  58. - avcodec/ffv1enc: Check that the crc + version combination is supported
  59. - lavf/http.c: Free allocated client URLContext in case of error.
  60. - avcodec/dsicinvideo: Fail if there is only a small fraction of the data available that comprises a full frame
  61. - avcodec/dsicinvideo: Propagate errors from cin_decode_rle()
  62. - avcodec/dfa: Check dimension against maximum
  63. - avcodec/cinepak: Skip empty frames
  64. - avcodec/cinepak: move some checks prior to frame allocation
  65. - swresample/arm: remove unintentional relocation.
  66. - doc/APIchanges: Fix typos in hashes
  67. - avformat/utils: Check cur_dts in update_initial_timestamps() more
  68. - avcodec/utils: Enforce minimum width also for VP5/6
  69. - avcodec/truemotion2: Propagate out of bounds error from GET_TOK()
  70. - avcodec/mjpegdec: Check input buffer size.
  71. - lavc/libopusdec: Allow avcodec_open2 to call .close
  72. - avcodec/movtextdec: Check style_start/end
  73. - avcodec/aacsbr_fixed: Fix integer overflow in sbr_hf_assemble()
  74. - swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering.
  75. - avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed()
  76. - avcodec/cscd: Error out when LZ* decompression fails
  77. - avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list()
  78. - avcodec/wmalosslessdec: Fix null pointer dereference in decode_frame()
  79. - avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables
  80. - avcodec/get_bits: Make sure the input bitstream with padding can be addressed
  81. - avformat/mov: Check STSC and remove invalid entries
  82. - avcodec/nuv: rtjpeg with dimensions less than 16 would result in no decoded pixels thus reject it
  83. - avcodec/nuv: Check for minimum input size for uncomprssed and rtjpeg
  84. - avcodec/wmalosslessdec: Reset num_saved_bits on error path
  85. - avformat/mov: Fix integer overflows related to sample_duration
  86. - avformat/oggparseogm: Check lb against psize
  87. - avformat/oggparseogm: Fix undefined shift in ogm_packet()
  88. - avformat/avidec: Fix integer overflow in cum_len check
  89. - avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUE
  90. - avformat/utils: Fix integer overflow of fps_first/last_dts
  91. - libavformat/oggparsevorbis: Fix memleak on multiple headers
  92. - avcodec/bintext: sanity check dimensions
  93. - avcodec/utvideodec: Check subsample factors
  94. - avcodec/smc: Check input packet size
  95. - avcodec/cavsdec: Check alpha/beta offset
  96. - avcodec/diracdec: Fix integer overflow in mv computation
  97. - avcodec/jpeg2000dwt: Fix integer overflows in sr_1d53()
  98. - avcodec/diracdec: Use int64 in global mv to prevent overflow
  99. - avformat/hvcc: zero initialize the nal buffers past the last written byte
  100. version 2.8.14:
  101. - avcodec/vp8: Check for bitstream end before vp7_fade_frame()
  102. - avcodec/exr: Check remaining bits in last get code loop
  103. - avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()
  104. - avcodec/h264_cabac: Tighten allowed coeff_abs range
  105. - avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc()
  106. - avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()
  107. - avcodec/mpeg4videodec: Ignore multiple VOL headers
  108. - avcodec/vp3: Check eob_run
  109. - avcodec/huffyuvdec: Check input buffer size
  110. - avcodec/wavpack: Fix integer overflow in FFABS
  111. - avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble()
  112. - changelog: update with previous commit
  113. - x264: Support version 153
  114. - avcodec/indeo5: Do not leave frame_type set to an invalid value
  115. - avcodec/hevc_ps: Check log2_sao_offset_scale_*
  116. - avcodec/mpeg4videodec: Avoid possibly aliasing violating casts
  117. - avcodec/get_bits: Document the return code of get_vlc2()
  118. - avcodec/mpeg4videodec: Check mb_num also against 0
  119. - avfilter/vf_transpose: Fix used plane count.
  120. - avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode()
  121. - avcodec/mjpegdec: Fix integer overflow in DC dequantization
  122. - avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() down
  123. - avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()
  124. - avcodec/snowdec: Fix integer overflow before htaps check
  125. - avcodec/ulti: Check number of blocks at init
  126. - avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs()
  127. - avformat/lrcdec: Fix memory leak in lrc_read_header()
  128. - avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_parse_tracks()
  129. - configure: bump year
  130. - avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one
  131. - avcodec/h264addpx_template: Fixes integer overflows
  132. - avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0
  133. - avcodec/diracdec: Fix integer overflow with quant
  134. - avcodec/opus_parser: Check payload_len in parse_opus_ts_header()
  135. - avcodec/jpeg2000dsp: Fix integer overflows in ict_int()
  136. - avcodec/h264_slice: Do not attempt to render into frames already output
  137. - avcodec/exr: Check buf_size more completely
  138. - avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()
  139. - avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w()
  140. - avcodec/flacdec: avoid undefined shift
  141. - avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)
  142. - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0()
  143. - avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()
  144. - avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()
  145. - avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()
  146. - libavfilter/af_dcshift.c: Fixed repeated spelling error
  147. - avfilter/formats: fix wrong function name in error message
  148. - avcodec/amrwbdec: Fix division by 0 in voice_factor()
  149. - avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*
  150. - avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.
  151. - Don't manipulate duration when it's AV_NOPTS_VALUE.
  152. - avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.
  153. - avformat/utils: Prevent undefined shift with wrap_bits > 64.
  154. - avcodec/j2kenc: Fix out of array access in encode_cblk()
  155. - avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()
  156. - avcodec/mlpdsp: Fix signed integer overflow, 2nd try
  157. - avcodec/kgv1dec: Check that there is enough input for maximum RLE compression
  158. - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*
  159. - avcodec/mpeg4videodec: Check also for negative versions in the validity check
  160. - Close ogg stream upon error when using AV_EF_EXPLODE.
  161. - Fix undefined shift on assumed 8-bit input.
  162. - avformat/mov: Propagate errors in mov_switch_root.
  163. - avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()
  164. - avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()
  165. - avcodec/zmbv: Check that the buffer is large enough for mvec
  166. - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()
  167. - avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb()
  168. - avcodec/snowdec: Check for remaining bitstream in decode_blocks()
  169. - avcodec/snowdec: Check intra block dc differences.
  170. - avformat/mov: Check size of STSC allocation
  171. - avcodec/h264dec: Fix potential array overread
  172. - avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu
  173. - avcodec/aacdec_fixed: Fix undefined shift
  174. - avcodec/mdct_*: Fix integer overflow in addition in RESCALE()
  175. - avcodec/snowdec: Fix integer overflow in header parsing
  176. - avcodec/cngdec: Fix integer clipping
  177. - avcodec/sbrdsp_fixed: Fix integer overflow in shift in sbr_hf_g_filt_c()
  178. - avutil/softfloat: Add FLOAT_MIN
  179. - avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc()
  180. - avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()
  181. - avcodec/xan: Check for bitstream end in xan_huffman_decode()
  182. - avformat: Free the internal codec context at the end
  183. - avcodec/xan: Improve overlapping check
  184. - avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()
  185. - avcodec/aacdec_fixed: Fix integer overflow in predict()
  186. - avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line()
  187. - avcodec/jpeglsdec: Check ilv for being a supported value
  188. - avcodec/snowdec: Check mv_scale
  189. - avcodec/pafvideo: Check for bitstream end in decode_0()
  190. - avcodec/ffv1dec: Fix out of array read in slice counting
  191. - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_53iL0()
  192. - avcodec/mpeg_er: Clear mcsel in mpeg_er_decode_mb()
  193. - avcodec/mpeg4videodec: Use 64 bit intermediates for sprite delta
  194. - avcodec/truemotion2: Fix integer overflows in tm2_high_chroma()
  195. - avcodec/aacdec_template: Clear tns present flag on error
  196. - avcodec/proresdec2: SKIP_BITS() does not work with len=32
  197. - avcodec/hevcdsp_template: Fix undefined shift
  198. - avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initialized
  199. - avcodec/takdec: Fix integer overflow in decode_lpc()
  200. - avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shift
  201. - avcodec/takdec: Fix integer overflows in decode_subframe()
  202. - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*()
  203. - avcodec/ffv1dec: Fix integer overflow in read_quant_table()
  204. - avcodec/svq3: Fix overflow in svq3_add_idct_c()
  205. - avcodec/pngdec: Clean up on av_frame_ref() failure
  206. - avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int()
  207. - avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixels
  208. - avcodec/diracdec: Fix overflow in DC computation
  209. - avformat/asfdec: Fix DoS in asf_build_simple_index()
  210. - avformat/mov: Fix DoS in read_tfra()
  211. - avcodec/dirac_dwt: Fix multiple overflows in 9/7 lifting
  212. - avformat/libssh: check the user provided a password before trying to use it
  213. version 2.8.13:
  214. - avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()
  215. - avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()
  216. - avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.
  217. - avcodec/snowdec: Fix integer overflow in decode_subband_slice_buffered()
  218. - avcodec/hevc_ps: Fix undefined shift in pcm code
  219. - avcodec/sbrdsp_fixed: Fix undefined overflows in autocorrelate()
  220. - avformat/mvdec: Fix DoS due to lack of eof check
  221. - avformat/rl2: Fix DoS due to lack of eof check
  222. - avformat/cinedec: Fix DoS due to lack of eof check
  223. - avformat/asfdec: Fix DoS due to lack of eof check
  224. - avformat/hls: Fix DoS due to infinite loop
  225. - ffprobe: Fix NULL pointer handling in color parameter printing
  226. - ffprobe: Fix null pointer dereference with color primaries
  227. - avcodec/hevc_ps: Check delta_pocs in ff_hevc_decode_short_term_rps()
  228. - avformat/aviobuf: Fix signed integer overflow in avio_seek()
  229. - avformat/mov: Fix signed integer overflows with total_size
  230. - avcodec/aacdec_template: Fix running cleanup in decode_ics_info()
  231. - avcodec/me_cmp: Fix crashes on ARM due to misalignment
  232. - avcodec/fic: Fixes signed integer overflow
  233. - avcodec/snowdec: Fix off by 1 error
  234. - avcodec/diracdec: Check perspective_exp and zrs_exp.
  235. - avcodec/mpeg4videodec: Clear mcsel before decoding an image
  236. - avcodec/dirac_dwt: Fixes integer overflows in COMPOSE_DAUB97*
  237. - avcodec/aacdec_fixed: fix invalid shift in predict()
  238. - avcodec/h264_slice: Fix overflow in slice offset
  239. - avformat/utils: fix memory leak in avformat_free_context
  240. - avcodec/dirac_dwt: Fix multiple integer overflows in COMPOSE_DD97iH0()
  241. - avcodec/diracdec: Fix integer overflow in divide3()
  242. - avcodec/takdec: Fix integer overflow in decode_subframe()
  243. - avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2
  244. - avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2
  245. - avcodec/hevc_ps: fix integer overflow in log2_parallel_merge_level_minus2
  246. - avformat/oggparsecelt: Do not re-allocate os->private
  247. - avcodec/aacps: Fix multiple integer overflow in map_val_34_to_20()
  248. - avcodec/aacdec_fixed: fix: left shift of negative value -1
  249. - doc/filters: typo in frei0r
  250. - avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid undefined shifts later
  251. - avcodec/mjpegdec: Clip DC also on the negative side.
  252. - avcodec/aacps (fixed point): Fix multiple signed integer overflows
  253. - avcodec/sbrdsp_fixed: Fix integer overflow in sbr_hf_apply_noise()
  254. - avcodec/wavpack: Fix invalid shift
  255. - avcodec/hevc_ps: Fix integer overflow with beta/tc offsets
  256. - avcodec/vb: Check vertical GMC component before multiply
  257. - avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()
  258. - avcodec/apedec: Fix integer overflow
  259. - avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()
  260. - avcodec/mpeg4videodec: Fix GMC with videos of dimension 1
  261. - avcodec/wavpack: Fix integer overflow
  262. - avcodec/takdec: Fix integer overflow
  263. - avcodec/tiff: Update pointer only when the result is used
  264. - avcodec/hevc_filter: Fix invalid shift
  265. - avcodec/mpeg4videodec: Fix overflow in virtual_ref computation
  266. - avcodec/wavpack: Fix undefined integer negation
  267. - avcodec/aacdec_fixed: Check s for being too small
  268. - avcodec/h264: Fix mix of lossless and lossy MBs decoding
  269. - avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264
  270. - avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4
  271. - avcodec/takdec: Fixes: integer overflow in AV_SAMPLE_FMT_U8P output
  272. - avcodec/jpeg2000dsp: Reorder operations in ict_int() to avoid 2 integer overflows
  273. - avcodec/hevcpred_template: Fix left shift of negative value
  274. - avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps()
  275. - avcodec/jpeg2000dec: Check nonzerobits more completely
  276. - avcodec/shorten: Sanity check maxnlpc
  277. - avcodec/jpeg2000: Fixes integer overflow in ff_jpeg2000_ceildivpow2()
  278. - avcodec/hevcdec: Check nb_sps
  279. - avcodec/hevc_refs: Check nb_refs in add_candidate_ref()
  280. - avcodec/mpeg4videodec: Check sprite delta upshift against overflowing.
  281. - avcodec/mpeg4videodec: Fix integer overflow in num_sprite_warping_points=2 case
  282. - avcodec/aacsbr_fixed: Check shift in sbr_hf_assemble()
  283. - avcodec/sbrdsp_fixed: Return an error from sbr_hf_apply_noise() if operations are impossible
  284. - avcodec/jpeg2000dwt: Fix runtime error: left shift of negative value -123
  285. - avcodec/wavpack: Fix runtime error: signed integer overflow: 1886191616 + 277872640 cannot be represented in type 'int'
  286. - avcodec/snowdec: Fix runtime error: left shift of negative value -1
  287. - avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1297616
  288. - avcodec/tiff: Fix leak of geotags[].val
  289. - avcodec/ra144: Fix runtime error: signed integer overflow: -2200 * 1033073 cannot be represented in type 'int'
  290. - avcodec/flicvideo: Fix runtime error: signed integer overflow: 4864 * 459296 cannot be represented in type 'int'
  291. - avcodec/indeo4: Check remaining data in Pic hdr extension parsing code
  292. - avcodec/ac3dec_fixed: Fix multiple runtime error: signed integer overflow: -39271008 * 59 cannot be represented in type 'int'
  293. - avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: 53098 * 40448 cannot be represented in type 'int'
  294. - avcodec/pafvideo: Fix assertion failure
  295. - avcodec/takdec: Fix multiple runtime error: signed integer overflow: 637072 * 4096 cannot be represented in type 'int'
  296. version 2.8.12:
  297. - avcodec/mjpegdec: Check that reference frame matches the current frame
  298. - avcodec/tiff: Avoid loosing allocated geotag values
  299. - avcodec/cavs: Fix runtime error: signed integer overflow: -12648062 * 256 cannot be represented in type 'int'
  300. - avformat/hls: Check local file extensions
  301. - avcodec/qdrw: Fix null pointer dereference
  302. - avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()
  303. - avcodec/hevc_ps: Fix runtime error: index 32 out of bounds for type 'uint8_t [32]'
  304. - avcodec/pafvideo: Check packet size and frame code before ff_reget_buffer()
  305. - avcodec/ac3dec_fixed: Fix runtime error: left shift of 419 by 23 places cannot be represented in type 'int'
  306. - avcodec/aacps: Fix runtime error: left shift of 1073741824 by 1 places cannot be represented in type 'INTFLOAT' (aka 'int')
  307. - avcodec/wavpack: Fix runtime error: shift exponent 32 is too large for 32-bit type 'int'
  308. - avcodec/wavpack: Fix runtime error: signed integer overflow: 2013265955 - -134217694 cannot be represented in type 'int'
  309. - avcodec/cinepak: Check input packet size before frame reallocation
  310. - avcodec/hevc_ps: Fix runtime error: signed integer overflow: 2147483628 + 256 cannot be represented in type 'int'
  311. - avcodec/ra144: Fixes runtime error: signed integer overflow: 7160 * 327138 cannot be represented in type 'int'
  312. - avcodec/pnm: Use ff_set_dimensions()
  313. - avcodec/cavsdec: Fix runtime error: signed integer overflow: 59 + 2147483600 cannot be represented in type 'int'
  314. - avformat/avidec: Limit formats in gab2 to srt and ass/ssa
  315. - avcodec/acelp_pitch_delay: Fix runtime error: value 4.83233e+39 is outside the range of representable values of type 'float'
  316. - avcodec/wavpack: Check float_shift
  317. - avcodec/wavpack: Fix runtime error: signed integer overflow: 24 * -2147483648 cannot be represented in type 'int'
  318. - avcodec/ansi: Fix frame memleak
  319. - avcodec/jpeg2000dec: Use ff_set_dimensions()
  320. - avcodec/truemotion2: Fix passing null pointer to memset()
  321. - avcodec/truemotion2: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
  322. - avcodec/ra144: Fix runtime error: signed integer overflow: -2449 * 1398101 cannot be represented in type 'int'
  323. - avcodec/ra144: Fix runtime error: signed integer overflow: 11184810 * 404 cannot be represented in type 'int'
  324. - avcodec/aac_defines: Add missing () to AAC_HALF_SUM() macro
  325. - avcodec/webp: Fixes null pointer dereference
  326. - avcodec/aacdec_fixed: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
  327. - avcodec/snow: Fix runtime error: signed integer overflow: 1086573993 + 1086573994 cannot be represented in type 'int'
  328. - avcodec/jpeg2000: Fix runtime error: signed integer overflow: 4185 + 2147483394 cannot be represented in type 'int'
  329. - avcodec/jpeg2000dec: Check tile offsets more completely
  330. - avcodec/aacdec_fixed: Fix multiple runtime error: shift exponent 127 is too large for 32-bit type 'int'
  331. - avcodec/wnv1: More strict buffer size check
  332. - avcodec/libfdk-aacdec: Correct buffer_size parameter
  333. - avcodec/sbrdsp_template: Fix: runtime error: signed integer overflow: 849815297 + 1315389781 cannot be represented in type 'int'
  334. - avcodec/ivi_dsp: Fix runtime error: left shift of negative value -2
  335. - doc/filters: Clarify scale2ref example
  336. - avcodec/mlpdec: Do not leave invalid values in matrix_out_ch[] on error
  337. - avcodec/ra144dec: Fix runtime error: left shift of negative value -17
  338. - avformat/mux: Fix copy an paste typo
  339. - avutil/internal: Do not enable CHECKED with DEBUG
  340. - avcodec/aacdec_fixed: Fix runtime error: signed integer overflow: -2147483648 * -1 cannot be represented in type 'int'
  341. - avcodec/smc: Check remaining input
  342. - avcodec/jpeg2000dec: Fix copy and paste error
  343. - avcodec/jpeg2000dec: Check tile offsets
  344. - avcodec/sanm: Fix uninitialized reference frames
  345. - avcodec/jpeglsdec: Check get_bits_left() before decoding a picture
  346. - avcodec/ivi_dsp: Fix multiple runtime error: left shift of negative value -71
  347. - avcodec/mjpegdec: Fix runtime error: signed integer overflow: -32767 * 130560 cannot be represented in type 'int'
  348. - avcodec/aacdec_fixed: Fix runtime error: shift exponent 34 is too large for 32-bit type 'int'
  349. - avcodec/mpeg4videodec: Check for multiple VOL headers
  350. - avcodec/vmnc: Check location before use
  351. - avcodec/takdec: Fix runtime error: signed integer overflow: 8192 * 524308 cannot be represented in type 'int'
  352. - avcodec/aac_defines: Fix: runtime error: left shift of negative value -2
  353. - avcodec/takdec: Fix runtime error: left shift of negative value -63
  354. - avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 cannot be represented in type 'int'
  355. - avcodec/sbrdsp_fixed: fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
  356. - avcodec/aacsbr_fixed: Fix multiple runtime error: shift exponent 170 is too large for 32-bit type 'int'
  357. - avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message
  358. - avformat/concatdec: fix the h264 annexb extradata check
  359. - avformat/utils: free AVStream.codec properly in free_stream()
  360. - avcodec/options: do a more thorough clean up in avcodec_copy_context()
  361. - avcodec/options: factorize avcodec_copy_context() cleanup code
  362. - avcodec/mlpdec: Do not leave a invalid num_primitive_matrices in the context
  363. - avcodec/aacsbr_fixed: Fix multiple runtime error: shift exponent 150 is too large for 32-bit type 'int'
  364. - avcodec/mimic: Use ff_set_dimensions() to set the dimensions
  365. - avcodec/fic: Fix multiple runtime error: signed integer overflow: 5793 * 419752 cannot be represented in type 'int'
  366. - avcodec/mlpdec: Fix: runtime error: left shift of negative value -8
  367. - avcodec/dfa: Fix: runtime error: signed integer overflow: -14202 * 196877 cannot be represented in type 'int'
  368. - avcodec/aacdec: Fix runtime error: signed integer overflow: 2147483520 + 255 cannot be represented in type 'int'
  369. - avcodec/aacdec_template: Fix fixed point scale in decode_cce()
  370. - avcodec/flicvideo: Check frame_size before decrementing
  371. - avcodec/mlpdec: Fix runtime error: left shift of negative value -1
  372. - avcodec/takdec: Fix runtime error: left shift of negative value -42
  373. - avcodec/hq_hqa: Fix: runtime error: signed integer overflow: -255 * 10180917 cannot be represented in type 'int'
  374. - avcodec/truemotion1: Fix multiple runtime error: signed integer overflow: 1246906962 * 2 cannot be represented in type 'int'
  375. - avcodec/svq3: Fix runtime error: left shift of negative value -6
  376. - avcodec/tiff: reset sampling[] if its invalid
  377. - avcodec/aacps: Fix undefined behavior
  378. - avcodec/opus_silk: Fix integer overflow and out of array read
  379. - avcodec/flacdec: Return error code instead of 0 for failures
  380. - avcodec/snowdec: Check width
  381. - avcodec/webp: Update canvas size in vp8_lossy_decode_frame() as in vp8_lossless_decode_frame()
  382. - avcodec/webp: Factor update_canvas_size() out
  383. - avcodec/cllc: Check prefix
  384. - avcodec/dds: Fix runtime error: left shift of 210 by 24 places cannot be represented in type 'int'
  385. - avcodec/mpeg4videodec: Clear sprite wraping on unsupported cases in VOP decode
  386. - avcodec/ac3dec: Fix: runtime error: index -1 out of bounds for type 'INTFLOAT [2]'
  387. - avcodec/hqxdsp: Fix runtime error: signed integer overflow: -196264 * 11585 cannot be represented in type 'int'
  388. - libswscale/tests/swscale: Fix uninitialized variables
  389. - avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 1550964438 cannot be represented in type 'int'
  390. - avcodec/webp: Fix signedness in prefix_code check
  391. - avcodec/svq3: Fix runtime error: signed integer overflow: 169 * 12717677 cannot be represented in type 'int'
  392. - avcodec/mlpdec: Check that there is enough data for headers
  393. - avcodec/ac3dec: Keep track of band structure
  394. - avcodec/webp: Add missing input padding
  395. - avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1
  396. - avcodec/aacsbr_template: Do not change bs_num_env before its checked
  397. - avcodec/mlp: Fix multiple runtime error: left shift of negative value -1
  398. - avcodec/vp8dsp: vp7_luma_dc_wht_c: Fix multiple runtime error: signed integer overflow: -1366381240 + -1262413604 cannot be represented in type 'int'
  399. - avcodec/avcodec: Limit the number of side data elements per packet
  400. - avcodec/texturedsp: Fix runtime error: left shift of 255 by 24 places cannot be represented in type 'int'
  401. - avcodec/wmv2dsp: Fix runtime error: signed integer overflow: 181 * -17047030 cannot be represented in type 'int'
  402. - avcodec/diracdec: Fix Assertion frame->buf[0] failed at libavcodec/decode.c:610
  403. - avcodec/msmpeg4dec: Check for cbpy VLC errors
  404. - avcodec/cllc: Check num_bits
  405. - avcodec/cllc: Factor VLC_BITS/DEPTH out, do not use repeated literal numbers
  406. - avcodec/dvbsubdec: Check entry_id
  407. - avcodec/aacdec_fixed: Fix multiple shift exponent 33 is too large for 32-bit type 'int'
  408. - avcodec/mpeg12dec: Fixes runtime error: division by zero
  409. - avcodec/webp: Always set pix_fmt
  410. - avfilter/vf_uspp: Fix currently unused input frame dimensions
  411. - avcodec/truemotion1: Fix multiple runtime error: left shift of negative value -1
  412. - avcodec/eatqi: Fix runtime error: signed integer overflow: 4466147 * 1075 cannot be represented in type 'int'
  413. - avcodec/dss_sp: Fix runtime error: signed integer overflow: 2147481189 + 4096 cannot be represented in type 'int'
  414. - avformat/wavdec: Check chunk_size
  415. - avcodec/cavs: Check updated MV
  416. - avcodec/y41pdec: Fix width in input buffer size check
  417. - avcodec/svq3: Fix multiple runtime error: signed integer overflow: -237341 * 24552 cannot be represented in type 'int'
  418. - avcodec/texturedsp: Fix runtime error: left shift of 218 by 24 places cannot be represented in type 'int'
  419. - avcodec/lagarith: Check scale_factor
  420. - avcodec/lagarith: Fix runtime error: left shift of negative value -1
  421. - avcodec/takdec: Fix multiple runtime error: left shift of negative value -1
  422. - avcodec/indeo2: Check for invalid VLCs
  423. - avcodec/htmlsubtitles: Check for string truncation and return error
  424. - avcodec/bmvvideo: Fix runtime error: left shift of 137 by 24 places cannot be represented in type 'int'
  425. - avcodec/dss_sp: Fix multiple runtime error: signed integer overflow: -15699 * -164039 cannot be represented in type 'int'
  426. - avcodec/dvbsubdec: check region dimensions
  427. - avcodec/vp8dsp: Fixes: runtime error: signed integer overflow: 1330143360 - -1023040530 cannot be represented in type 'int'
  428. - avcodec/hqxdsp: Fix multiple runtime error: signed integer overflow: 248220 * 21407 cannot be represented in type 'int' in idct_col()
  429. - avcodec/cavsdec: Check sym_factor
  430. - avcodec/cdxl: Check format for BGR24
  431. - avcodec/ffv1dec: Fix copying planes of paletted formats
  432. - avcodec/wmv2dsp: Fix runtime error: signed integer overflow: 181 * -12156865 cannot be represented in type 'int'
  433. - avcodec/xwddec: Check bpp more completely
  434. - avcodec/s302m: Fix left shift of 8 by 28 places cannot be represented in type 'int'
  435. - avcodec/eamad: Fix runtime error: signed integer overflow: 49674 * 49858 cannot be represented in type 'int'
  436. - avcodec/g726: Fix runtime error: left shift of negative value -2
  437. - avcodec/ra144: Fix runtime error: left shift of negative value -798
  438. - avcodec/mss34dsp: Fix multiple signed integer overflow
  439. - avcodec/targa_y216dec: Fix width type
  440. - avcodec/ivi_dsp: Fix multiple left shift of negative value -2
  441. - avcodec/svq3: Fix multiple runtime error: signed integer overflow: 44161 * 61694 cannot be represented in type 'int'
  442. - avcodec/msmpeg4dec: Correct table depth
  443. - avcodec/dds: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
  444. - avcodec/cdxl: Check format parameter
  445. - avutil/softfloat: Fix overflow in av_div_sf()
  446. - avcodec/hq_hqa: Fix runtime error: left shift of negative value -207
  447. - avcodec/mss3: Change types in rac_get_model_sym() to match the types they are initialized from
  448. - avcodec/shorten: Check k in get_uint()
  449. - avcodec/webp: Fix null pointer dereference
  450. - avcodec/dfa: Fix signed integer overflow: -2147483648 - 1 cannot be represented in type 'int'
  451. - avcodec/mimic: Fix runtime error: left shift of negative value -1
  452. - avcodec/fic: Fix multiple left shift of negative value -15
  453. - avcodec/mlpdec: Fix runtime error: left shift of negative value -22
  454. - avcodec/snowdec: Check qbias
  455. - avutil/softfloat: Fix multiple runtime error: left shift of negative value -8
  456. - avcodec/aacsbr_template: Do not leave bs_num_env invalid
  457. - avcodec/mdec: Fix signed integer overflow: 28835400 * 83 cannot be represented in type 'int'
  458. - avcodec/dfa: Fix off by 1 error
  459. - avcodec/nellymoser: Fix multiple left shift of negative value -8591
  460. - avcodec/cdxl: Fix signed integer overflow: 14243456 * 164 cannot be represented in type 'int'
  461. - avcodec/g722: Fix multiple runtime error: left shift of negative value -1
  462. - avcodec/dss_sp: Fix multiple left shift of negative value -466
  463. - avcodec/wnv1: Fix runtime error: left shift of negative value -1
  464. - avcodec/tiertexseqv: set the fixed dimenasions, do not depend on the demuxer doing so
  465. - avcodec/mjpegdec: Fix runtime error: signed integer overflow: -24543 * 2031616 cannot be represented in type 'int'
  466. - avcodec/cavsdec: Fix undefined behavior from integer overflow
  467. - avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot be represented in type 'int'
  468. - libavcodec/mpeg4videodec: Convert sprite_offset to 64bit
  469. - avcodec/pngdec: Use ff_set_dimensions()
  470. - avcodec/msvideo1: Check buffer size before re-getting the frame
  471. - avcodec/h264_cavlc: Fix undefined behavior on qscale overflow
  472. - avcodec/svq3: Increase offsets to prevent integer overflows
  473. - avcodec/indeo2: Check remaining bits in ir2_decode_plane()
  474. - avcodec/vp3: Check remaining bits in unpack_dct_coeffs()
  475. - avcodec/mdec: Fix runtime error: left shift of negative value -127
  476. - libavcodec/exr : fix float to uint16 conversion for negative float value
  477. - avformat/webmdashenc: Validate the 'streams' adaptation sets parameter
  478. - avformat/webmdashenc: Require the 'adaptation_sets' option to be set
  479. - avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cannot be represented in type 'int'
  480. - avfilter/avfiltergraph: Add assert to write down in machine readable form what is assumed about sample rates in swap_samplerates_on_filter()
  481. - avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bit
  482. - avcodec/vdpau_hevc: Fix potential out-of-bounds write
  483. - avcodec/tiff: Check geotag count for being non zero
  484. - avcodec/vp56: Check avctx->error_concealment before enabling EC
  485. - avcodec/tiff: Check stripsize strippos for overflow
  486. - avcodec/mpegaudiodec_template: Make l3_unscale() work with e=0
  487. - avcodec/tiff: Check for multiple geo key directories
  488. - avcodec/wavpack: Fix runtime error: shift exponent 32 is too large for 32-bit type 'int'
  489. - avcodec/rv34: Fix runtime error: signed integer overflow: 36880 * 66288 cannot be represented in type 'int'
  490. - avcodec/amrwbdec: Fix runtime error: left shift of negative value -1
  491. - avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: -135088512 * 16 cannot be represented in type 'int'
  492. - avcodec/h264_mvpred: Fix runtime error: left shift of negative value -1
  493. - avcodec/mjpegdec: Fix runtime error: left shift of negative value -127
  494. - avcodec/wavpack: Fix runtime error: left shift of negative value -5
  495. - avcodec/wavpack: Fix runtime error: left shift of negative value -2
  496. - avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: 134527392 * 16 cannot be represented in type 'int'
  497. - avcodec/mpeg12dec: Fix runtime error: left shift of negative value -13
  498. - avcodec/h264_mvpred: Fix multiple runtime error: left shift of negative value
  499. - avcodec/adxdec: Fix runtime error: left shift of negative value -1
  500. - avcodec/mpeg4videodec: Improve the overflow checks in mpeg4_decode_sprite_trajectory()
  501. - avcodec/mjpegdec: Fix runtime error: left shift of negative value -511
  502. - avcodec/h264_direct: Fix runtime error: left shift of negative value -14
  503. - avcodec/pictordec: Check plane value before doing value/mask computations
  504. - avcodec/mpeg4videodec: Fix runtime error: left shift of negative value -2650
  505. - avcodec/eac3dec: Fix runtime error: left shift of negative value -3
  506. - avcodec/mpeg12dec: Fix runtime error: left shift of negative value -2
  507. - avcodec/mpeg4videodec: Check the other 3 sprite points for intermediate overflows
  508. - avcodec/mpeg4videodec: Check sprite_offset in addition to shifts
  509. - avcodec/mpeg4video: Fix runtime error: left shift of negative value
  510. - avcodec/ituh263dec: Fix runtime error: left shift of negative value -22
  511. - avcodec/rv40: Fix runtime error: left shift of negative value
  512. - avcodec/h264_cabac: runtime error: signed integer overflow: 2147483647 + 14 cannot be represented in type 'int'
  513. - avcodec/mpeg4videodec: Fix runtime error: shift exponent -2 is negative
  514. - avcodec/mjpegdec: Fix runtime error: left shift of negative value -507
  515. - avcodec/eac3dec: Fix runtime error: left shift of negative value
  516. - avcodec/vp6: clear dimensions on failed resolution change in vp6_parse_header()
  517. - avcodec/vp56: Reset have_undamaged_frame on resolution changes
  518. - avcodec/vp8: Fix hang with slice threads
  519. - avcodec/vp8: Check for the bitstream end per MB in decode_mb_row_no_filter()
  520. - avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()
  521. - avcodec/vp8: remove redundant check
  522. - avcodec/vp56: Require a correctly decoded frame before using vp56_conceal_mb()
  523. - avcodec/vp3: Do not return random positive values but the buf size
  524. - avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter()
  525. - avcodec/vp56: Factorize vp56_render_mb() out
  526. - avcodec/vp3dsp: Fix multiple signed integer overflow: 46341 * 47523 cannot be represented in type 'int'
  527. - Add CHECK/SUINT code
  528. - avcodec/mpeg12dec: Fix runtime error: left shift of negative value -1
  529. - avcodec/vp56: Clear dimensions in case of failure in the middle of a resolution change
  530. - avcodec/vp56: Implement very basic error concealment
  531. - avcodec/amrwbdec: Fix 2 runtime errors: left shift of negative value -1
  532. - avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be represented in type 'int'
  533. - avcodec/vp56: Fix sign typo
  534. - avcodec/mpegaudiodec_template: Correct return code on id3 tag discarding
  535. - avcodec/rv34: Simplify and factor get_slice_offset() code
  536. - avcodec/pictordec: Do not read more than nb_planes
  537. - avcodec/srtdec: Fix signed integer overflow: 1811992524 * 384 cannot be represented in type 'int'
  538. - avcodec/pngdec: Check bit depth for validity
  539. - avcodec/mpeg12dec: Fix runtime error: left shift of negative value
  540. - avcodec/wavpacl: Fix runtime error: left shift of negative value -1
  541. - avformat/http: Check for truncated buffers in http_connect()
  542. - (github/release/2.8) avformat/apng: fix setting frame delay when max_fps is set to no limit
  543. - swresample/resample: free existing ResampleContext on reinit
  544. - swresample/resample: move resample_free() higher in the file
  545. - lavf/mpeg: Initialize a stack variable used by memcmp().
  546. - lavc/avpacket: Initialize a variable in error path.
  547. version 2.8.11
  548. - avcodec/h264_slice: Clear ref_counts on redundant slices
  549. - lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
  550. - lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
  551. - avcodec/pictordec: Fix logic error
  552. - avcodec/movtextdec: Fix decode_styl() cleanup
  553. - lavf/matroskadec: fix is_keyframe for early Blocks
  554. - configure: bump year
  555. - avcodec/pngdec: Check trns more completely
  556. - avcodec/interplayvideo: Move parameter change check up
  557. - avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progressive_ac()
  558. - avformat/flacdec: Check avio_read result when reading flac block header.
  559. - avcodec/utils: correct align value for interplay
  560. - avcodec/vp56: Check for the bitstream end, pass error codes on
  561. - avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()
  562. - avcodec/pngdec: Fix off by 1 size in decode_zbuf()
  563. - avformat/avidec: skip odml master index chunks in avi_sync
  564. - avcodec/mjpegdec: Check for rgb before flipping
  565. - avutil/random_seed: Reduce the time needed on systems with very low precision clock()
  566. - avutil/random_seed: Improve get_generic_seed() with higher precision clock()
  567. - avformat/utils: Print verbose error message if stream count exceeds max_streams
  568. - avformat/options_table: Set the default maximum number of streams to 1000
  569. - avutil: Add av_image_check_size2()
  570. - avformat: Add max_streams option
  571. - avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated
  572. - avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()
  573. - avformat/oggdec: Skip streams in duration correction that did not had their duration set.
  574. - avcodec/ffv1enc: Fix size of first slice
  575. - pgssubdec: reset rle_data_len/rle_remaining_len on allocation error
  576. version 2.8.10
  577. - avformat/http: Match chunksize checks to master..3.0
  578. - Changelog: fix typos
  579. - ffserver: Check chunk size
  580. - Avoid using the term "file" and prefer "url" in some docs and comments
  581. - avformat/rtmppkt: Check for packet size mismatches
  582. - zmqsend: Initialize ret to 0
  583. - configure: check for strtoull on msvc
  584. - http: move chunk handling from http_read_stream() to http_buf_read().
  585. - http: make length/offset-related variables unsigned.
  586. version 2.8.9
  587. - avcodec/flacdec: Fix undefined shift in decode_subframe()
  588. - avcodec/get_bits: Fix get_sbits_long(0)
  589. - avformat/ffmdec: Check media type for chunks
  590. - avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()
  591. - avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_c
  592. - avformat/oggparsespeex: Check frames_per_packet and packet_size
  593. - avformat/utils: Check start/end before computing duration in update_stream_timings()
  594. - avcodec/flac_parser: Update nb_headers_buffered
  595. - avformat/idroqdec: Check chunk_size for being too large
  596. - filmstripdec: correctly check image dimensions
  597. - mss2: only use error correction for matching block counts
  598. - softfloat: decrease MIN_EXP to cover full float range
  599. - libopusdec: default to stereo for invalid number of channels
  600. - sbgdec: prevent NULL pointer access
  601. - smacker: limit recursion depth of smacker_decode_bigtree
  602. - mxfdec: fix NULL pointer dereference in mxf_read_packet_old
  603. - libschroedingerdec: fix leaking of framewithpts
  604. - libschroedingerdec: don't produce empty frames
  605. - softfloat: handle -INT_MAX correctly
  606. - pnmdec: make sure v is capped by maxval
  607. - smvjpegdec: make sure cur_frame is not negative
  608. - icodec: correctly check avio_read return value
  609. - icodec: fix leaking pkt on error
  610. - dvbsubdec: fix division by zero in compute_default_clut
  611. - proresdec_lgpl: explicitly check coff[3] against slice_data_size
  612. - escape124: reject codebook size 0
  613. - mpegts: prevent division by zero
  614. - matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_header
  615. - mpegaudio_parser: don't return AVERROR_PATCHWELCOME
  616. - mxfdec: fix NULL pointer dereference
  617. - diracdec: check return code of get_buffer_with_edge
  618. - ppc: pixblockdsp: do unaligned block accesses correctly again
  619. - mpeg12dec: unref discarded picture from extradata
  620. - cavsdec: unref frame before referencing again
  621. - avformat: prevent triggering request_probe assert in ff_read_packet
  622. - avformat/mpeg: Adjust vid probe threshold to correct mis-detection
  623. - avcodec/rv40: Test remaining space in loop of get_dimension()
  624. - avcodec/ituh263dec: Avoid spending a long time in slice sync
  625. - avcodec/movtextdec: Add error message for tsmb_size check
  626. - avcodec/movtextdec: Fix tsmb_size check==0 check
  627. - avcodec/movtextdec: Fix potential integer overflow
  628. - avcodec/sunrast: Fix input buffer pointer check
  629. - avcodec/tscc: Check side data size before use
  630. - avcodec/rawdec: Check side data size before use
  631. - avcodec/msvideo1: Check side data size before use
  632. - avcodec/qpeg: Check side data size before use
  633. - avcodec/qtrle: Check side data size before use
  634. - avcodec/msrle: Check side data size before use
  635. - avcodec/kmvc: Check side data size before use
  636. - avcodec/idcinvideo: Check side data size before use
  637. - avcodec/cinepak: Check side data size before use
  638. - avcodec/8bps: Check side data size before use
  639. - avcodec/dvdsubdec: Fix off by 1 error
  640. - avcodec/dvdsubdec: Fix buf_size check
  641. - vp9: change order of operations in adapt_prob().
  642. - avcodec/interplayvideo: Check side data size before use
  643. - avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()
  644. - avcodec/mpegvideo_enc: Clear mmx state in ff_mpv_reallocate_putbitbuffer()
  645. - avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()
  646. - cmdutils: fix typos
  647. - lavfi: fix typos
  648. - lavc: fix typos
  649. - tools: fix grammar error
  650. - avutil/mips/generic_macros_msa: rename macro variable which causes segfault for mips r6
  651. - videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.
  652. - avformat/avidec: Check nb_streams in read_gab2_sub()
  653. - avformat/avidec: Remove ancient assert
  654. - lavc/movtextdec.c: Avoid infinite loop on invalid data.
  655. - avcodec/ansi: Check dimensions
  656. - avcodec/cavsdsp: use av_clip_uint8() for idct
  657. version 2.8.8
  658. - avformat/movenc: Check packet in mov_write_single_packet() too
  659. - avformat/movenc: Factor check_pkt() out
  660. - avformat/utils: fix timebase error in avformat_seek_file()
  661. - avcodec/g726: Add missing ADDB output mask
  662. - avcodec/avpacket: clear side_data_elems
  663. - avcodec/ccaption_dec: Use simple array instead of AVBuffer
  664. - swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slices
  665. - swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slices
  666. - avformat/avidec: Fix infinite loop in avi_read_nikon()
  667. - cmdutils: fix implicit declaration of SetDllDirectory function
  668. - cmdutils: check for SetDllDirectory() availability
  669. - avcodec/aacenc: Tighter input checks
  670. - libavcodec/wmalosslessdec: Check the remaining bits
  671. - avcodec/diracdec: Check numx/y
  672. - avcodec/indeo2: check ctab
  673. - avformat/swfdec: Fix inflate() error code check
  674. - avcodec/h264: Put context_count check back
  675. - cmdutils: remove the current working directory from the DLL search path on win32
  676. - avcodec/raw: Fix decoding of ilacetest.mov
  677. - avcodec/ffv1enc: Fix assertion failure with non zero bits per sample
  678. - avformat/oggdec: Fix integer overflow with invalid pts
  679. - ffplay: Fix invalid array index
  680. - avcodec/vp9_parser: Check the input frame sizes for being consistent
  681. - libavformat/rtpdec_asf: zero initialize the AVIOContext struct
  682. - libavutil/opt: Small bugfix in example.
  683. - libx264: Increase x264 opts character limit to 4096
  684. - avformat/mov: Check sample size
  685. - avformat/format: Fix registering a format more than once and related races
  686. - avcodec/flac_parser: Raise threshold for detecting invalid data
  687. - avfilter/vf_telecine: Make frame writable before writing into it
  688. - avcodec/mpc8: Correct end truncation
  689. - avcodec/mpegvideo: Do not clear the parse context during init
  690. - MAINTAINERs cleanup (remove myself from things i de facto do not maintain)
  691. - avcodec/h264: Fix off by 1 context count
  692. - avcodec/alsdec: Check r to prevent out of array read
  693. - avcodec/alsdec: fix max bits in ltp prefix code
  694. - avcodec/utils: check skip_samples signedness
  695. - avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M stream
  696. - avcodec/bmp_parser: Check fsize
  697. - avcodec/bmp_parser: reset state
  698. - avcodec/bmp_parser: Fix remaining size
  699. - avcodec/bmp_parser: Fix frame_start_found in cross frame cases
  700. - avfilter/af_amix: do not fail if there are no samples in output_frame()
  701. - avformat/allformats: Making av_register_all() thread-safe.
  702. - avcodec/mpegvideo: Deallocate last/next picture earlier
  703. - avcodec/bmp_parser: Fix state
  704. - avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavformat/utils.c
  705. - doc/developer.texi: Add a code of conduct
  706. - avformat/avidec: Detect index with too short entries
  707. - avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()
  708. - avformat/utils: Do not compute the bitrate from duration == 0
  709. - ffmpeg: Check that r_frame_rate is set before attempting to use it
  710. - swresample/rematrix: Use clipping s16 rematrixing if overflows are possible
  711. - swresample/rematrix: Use error diffusion to avoid error in the DC component of the matrix
  712. - libavformat/oggdec: Free stream private when header parsing fails.
  713. - avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()
  714. - avformat/oggparseopus: Check that granule pos is within the supported range
  715. - avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg
  716. - avformat/options_table: Add missing identifier for very strict compliance
  717. - librtmp: Avoid an infiniloop setting connection arguments
  718. - avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame
  719. version 2.8.7
  720. - avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64
  721. - avformat/ffmdec: Check pix_fmt
  722. - avcodec/ttaenc: Reallocate packet if its too small
  723. - pgssubdec: fix subpicture output colorspace and range
  724. - avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3
  725. - avfilter/vf_drawtext: Check return code of load_glyph()
  726. - avcodec/takdec: add code that got somehow lost in process of REing
  727. - avcodec/apedec: fix decoding of stereo files with one channel full of silence
  728. - avcodec/avpacket: Fix off by 5 error
  729. - avcodec/h264: Fix for H.264 configuration parsing
  730. - avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case
  731. - avfilter/src_movie: fix how we check for overflows with seek_point
  732. - avcodec/j2kenc: Add attribution to OpenJPEG project:
  733. - avcodec/h264_slice: Check PPS more extensively when its not copied
  734. - avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
  735. - avformat/rtpdec_jpeg: fix low contrast image on low quality setting
  736. - avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
  737. - lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
  738. - avcodec/resample: Remove disabled and faulty code
  739. - indeo2: Fix banding artefacts
  740. - indeo2data: K&R formatting cosmetics
  741. - avcodec/imgconvert: Support non-planar colorspaces while padding
  742. - avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
  743. - avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
  744. - avformat/concatdec: set safe mode to enabled instead of auto
  745. - avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
  746. - avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
  747. - avformat/cache: Fix memleak of tree entries
  748. - lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216 (cherry picked from commit 22dbc1caaf13e4bb17c9e0164a5b1ccaf490e428)
  749. - lavf/mov: fix sidx with edit lists (cherry picked from commit 3617e69d50dd9dd07b5011dfb9477a9d1a630354)
  750. - avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg
  751. - libwebpenc_animencoder: print library messages in verbose log levels
  752. - libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
  753. - doc/utils: fix typo for min() description
  754. - avcodec/avpacket: clear priv in av_init_packet()
  755. - swscale/utils: Fix chrSrcHSubSample for GBRAP16
  756. - swscale/input: Fix GBRAP16 input
  757. - postproc: fix unaligned access
  758. - avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
  759. - avcodec/h264: Execute error concealment before marking the frame as done.
  760. - swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
  761. - swscale/x86/output: Move code into yuv2planeX_mainloop
  762. - avutil/frame: Free destination qp_table_buf in frame_copy_props()
  763. version 2.8.6
  764. - avcodec/jpeg2000dec: More completely check cdef
  765. - avutil/opt: check for and handle errors in av_opt_set_dict2()
  766. - avcodec/flacenc: fix calculation of bits required in case of custom sample rate
  767. - avformat: Document urls a bit
  768. - avformat/libquvi: Set default demuxer and protocol limitations
  769. - avformat/concat: Check protocol prefix
  770. - doc/demuxers: Document enable_drefs and use_absolute_path
  771. - avcodec/mjpegdec: Check for end for both bytes in unescaping
  772. - avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer()
  773. - avformat/avformat: Replace some references to filenames by urls
  774. - avcodec/wmaenc: Check ff_wma_init() for failure
  775. - avcodec/mpeg12enc: Move high resolution thread check to before initializing threads
  776. - avformat/img2dec: Use AVOpenCallback
  777. - avformat/avio: Limit url option parsing to the documented cases
  778. - avformat/img2dec: do not interpret the filename by default if a IO context has been opened
  779. - avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()
  780. - mov: Add an option to toggle dref opening
  781. - avcodec/gif: Fix lzw buffer size
  782. - avcodec/put_bits: Assert buf_ptr in flush_put_bits()
  783. - avcodec/tiff: Check subsample & rps values more completely
  784. - swscale/swscale: Add some sanity checks for srcSlice* parameters
  785. - swscale/x86/rgb2rgb_template: Fix planar2x() for short width
  786. - swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()
  787. - swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()
  788. - avcodec/aacenc: Check both channels for finiteness
  789. - asfdec_o: check for too small size in asf_read_unknown
  790. - asfdec_o: break if EOF is reached after asf_read_packet_header
  791. - asfdec_o: make sure packet_size is non-zero before seeking
  792. - asfdec_o: prevent overflow causing seekback
  793. - asfdec_o: check avio_skip in asf_read_simple_index
  794. - asfdec_o: reject size > INT64_MAX in asf_read_unknown
  795. - asfdec_o: only set asf_pkt->data_size after sanity checks
  796. - Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896'
  797. - dca: fix misaligned access in avpriv_dca_convert_bitstream
  798. - brstm: fix missing closing brace
  799. - brstm: also allocate b->table in read_packet
  800. - brstm: make sure an ADPC chunk was read for adpcm_thp
  801. - vorbisdec: reject rangebits 0 with non-0 partitions
  802. - vorbisdec: reject channel mapping with less than two channels
  803. - ffmdec: reset packet_end in case of failure
  804. - avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
  805. - avformat/brstm: fix overflow
  806. version 2.8.5
  807. - avformat/hls: Even stricter URL checks
  808. - avformat/hls: More strict url checks
  809. - avcodec/pngenc: Fix mixed up linesizes
  810. - avcodec/pngenc: Replace memcpy by av_image_copy()
  811. - swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code
  812. - swscale: Move VScalerContext into vscale.c
  813. - swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
  814. - swscale/yuv2rgb: Increase YUV2RGB table headroom
  815. - swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
  816. - avformat/hls: forbid all protocols except http(s) & file
  817. - avformat/aviobuf: Fix end check in put_str16()
  818. - avformat/asfenc: Check pts
  819. - avcodec/mpeg4video: Check time_incr
  820. - avcodec/wavpackenc: Check the number of channels
  821. - avcodec/wavpackenc: Headers are per channel
  822. - avcodec/aacdec_template: Check id_map
  823. - avcodec/dvdec: Fix "left shift of negative value -254"
  824. - avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_length()
  825. - avcodec/mjpegdec: Fix negative shift
  826. - avcodec/mss2: Check for repeat overflow
  827. - avformat: Add integer fps from 31 to 60 to get_std_framerate()
  828. - avformat/ivfenc: fix division by zero
  829. - avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
  830. - avfilter/vf_scale: set proper out frame color range
  831. - avcodec/motion_est: Fix mv_penalty table size
  832. - avcodec/h264_slice: Fix integer overflow in implicit weight computation
  833. - swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
  834. - avcodec/put_bits: Always check buffer end before writing
  835. - mjpegdec: extend check for incompatible values of s->rgb and s->ls
  836. - swscale/utils: Fix intermediate format for cascaded alpha downscaling
  837. - avformat/mov: Update handbrake_version threshold for full mp3 parsing
  838. - x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
  839. - avfilter/vf_zoompan: do not free frame we pushed to lavfi
  840. - nuv: sanitize negative fps rate
  841. - nutdec: reject negative value_len in read_sm_data
  842. - xwddec: prevent overflow of lsize * avctx->height
  843. - nutdec: only copy the header if it exists
  844. - exr: fix out of bounds read in get_code
  845. - on2avc: limit number of bits to 30 in get_egolomb
  846. version 2.8.4
  847. - rawdec: only exempt BIT0 with need_copy from buffer sanity check
  848. - mlvdec: check that index_entries exist
  849. - avcodec/mpeg4videodec: also for empty partitioned slices
  850. - avcodec/h264_refs: Fix long_idx check
  851. - avcodec/h264_mc_template: prefetch list1 only if it is used in the MB
  852. - avcodec/h264_slice: Simplify ref2frm indexing
  853. - avfilter/vf_mpdecimate: Add missing emms_c()
  854. - sonic: make sure num_taps * channels is not larger than frame_size
  855. - opus_silk: fix typo causing overflow in silk_stabilize_lsf
  856. - ffm: reject invalid codec_id and codec_type
  857. - golomb: always check for invalid UE golomb codes in get_ue_golomb
  858. - sbr_qmf_analysis: sanitize input for 32-bit imdct
  859. - sbrdsp_fixed: assert that input values are in the valid range
  860. - aacsbr: ensure strictly monotone time borders
  861. - aacenc: update max_sfb when num_swb changes
  862. - aaccoder: prevent crash of anmr coder
  863. - ffmdec: reject zero-sized chunks
  864. - swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE*
  865. - swscale/x86/rgb2rgb_template: Do not crash on misaligend stride
  866. - avformat/mxfenc: Do not crash if there is no packet in the first stream
  867. - lavf/tee: fix side data double free.
  868. - avformat/hlsenc: Check the return code of avformat_write_header()
  869. - avformat/mov: Enable parser for mp3s by old HandBrake
  870. - avformat/mxfenc: Fix integer overflow in length computation
  871. - avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec
  872. - avformat/matroskaenc: Check codecdelay before use
  873. - avutil/mathematics: Fix division by 0
  874. - mjpegdec: consider chroma subsampling in size check
  875. - libvpxenc: remove some unused ctrl id mappings
  876. - avcodec/vp3: ensure header is parsed successfully before tables
  877. - avcodec/jpeg2000dec: Check bpno in decode_cblk()
  878. - avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int
  879. - swscale/utils: Fix for runtime error: left shift of negative value -1
  880. - avcodec/hevc: Fix integer overflow of entry_point_offset
  881. - avcodec/dirac_parser: Check that there is a previous PU before accessing it
  882. - avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset
  883. - avcodec/dirac_parser: Fix potential overflows in pointer checks
  884. - avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows
  885. - avcodec/wmaprodec: Fix overflow of cutoff
  886. - avformat/smacker: fix integer overflow with pts_inc
  887. - avcodec/vp3: Fix "runtime error: left shift of negative value"
  888. - avformat/riffdec: Initialize bitrate
  889. - mpegencts: Fix overflow in cbr mode period calculations
  890. - avutil/timecode: Fix fps check
  891. - avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows
  892. - avcodec/apedec: Check length in long_filter_high_3800()
  893. - avcodec/vp3: always set pix_fmt in theora_decode_header()
  894. - avcodec/mpeg4videodec: Check available data before reading custom matrix
  895. - avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
  896. - avutil/integer: Fix av_mod_i() with negative dividend
  897. - avformat/dump: Fix integer overflow in av_dump_format()
  898. - avcodec/h264_refs: Check that long references match before use
  899. - avcodec/utils: Clear dimensions in ff_get_buffer() on failure
  900. - avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
  901. - avcodec/hevc: Check max ctb addresses for WPP
  902. - avcodec/vp3: Clear context on reinitialization failure
  903. - avcodec/hevc: allocate entries unconditionally
  904. - avcodec/hevc_cabac: Fix multiple integer overflows
  905. - avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
  906. - avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
  907. - avcodec/hevc: Check entry_point_offsets
  908. - lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
  909. - avcodec/ffv1dec: Clear quant_table_count if its invalid
  910. - avcodec/ffv1dec: Print an error if the quant table count is invalid
  911. - doc/filters/drawtext: fix centering example
  912. version 2.8.3
  913. - avcodec/cabac: Check initial cabac decoder state
  914. - avcodec/cabac_functions: Fix "left shift of negative value -31767"
  915. - avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
  916. - rtmpcrypt: Do the xtea decryption in little endian mode
  917. - avformat/matroskadec: Check subtitle stream before dereferencing
  918. - avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases
  919. - avformat/utils: Do not init parser if probing is unfinished
  920. - avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
  921. - avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()
  922. - avcodec/wmaprodec: Check for overread in decode_packet()
  923. - avcodec/smacker: Check that the data size is a multiple of a sample vector
  924. - avcodec/takdec: Skip last p2 sample (which is unused)
  925. - avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
  926. - avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
  927. - avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
  928. - avcodec/dpx: Move need_align to act per line
  929. - avcodec/flashsv: Check size before updating it
  930. - avcodec/ivi: Check image dimensions
  931. - avcodec/utils: Better check for channels in av_get_audio_frame_duration()
  932. - avcodec/jpeg2000dec: Check for duplicate SIZ marker
  933. - aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data
  934. - hqx: correct type and size check of info_offset
  935. - mxfdec: check edit_rate also for physical_track
  936. - avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height
  937. - avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
  938. - avcodec/jpeg2000: Check comp coords to be within the supported size
  939. - mpegvideo: clear overread in clear_context
  940. - avcodec/avrndec: Use the AVFrame format instead of the context
  941. - dds: disable palette flag for compressed images
  942. - dds: validate compressed source buffer size
  943. - dds: validate source buffer size before copying
  944. - dvdsubdec: validate offset2 similar to offset1
  945. - brstm: reject negative sample rate
  946. - aacps: avoid division by zero in stereo_processing
  947. - softfloat: assert when the argument of av_sqrt_sf is negative
  948. version 2.8.2
  949. - various fixes in the aac_fixed decoder
  950. - various fixes in softfloat
  951. - swresample/resample: increase precision for compensation
  952. - lavf/mov: add support for sidx fragment indexes
  953. - avformat/mxfenc: Only store user comment related tags when needed
  954. - tests/fate/avformat: Fix fate-lavf
  955. - doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
  956. - ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.
  957. - apng: use correct size for output buffer
  958. - jvdec: avoid unsigned overflow in comparison
  959. - avcodec/jpeg2000dec: Clip all tile coordinates
  960. - avcodec/microdvddec: Check for string end in 'P' case
  961. - avcodec/dirac_parser: Fix undefined memcpy() use
  962. - avformat/xmv: Discard remainder of packet on error
  963. - avformat/xmv: factor return check out of if/else
  964. - avcodec/mpeg12dec: Do not call show_bits() with invalid bits
  965. - avcodec/faxcompr: Add missing runs check in decode_uncompressed()
  966. - libavutil/channel_layout: Check strtol*() for failure
  967. - avformat/mpegts: Only start probing data streams within probe_packets
  968. - avcodec/hevc_ps: Check chroma_format_idc
  969. - avcodec/ffv1dec: Check for 0 quant tables
  970. - avcodec/mjpegdec: Reinitialize IDCT on BPP changes
  971. - avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
  972. - avutil/file_open: avoid file handle inheritance on Windows
  973. - avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet
  974. - avformat/hls: update cookies on setcookie response
  975. - opusdec: Don't run vector_fmul_scalar on zero length arrays
  976. - avcodec/opusdec: Fix extra samples read index
  977. - avcodec/ffv1: Initialize vlc_state on allocation
  978. - avcodec/ffv1dec: update progress in case of broken pointer chains
  979. - avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
  980. - rtsp: Allow $ as interleaved packet indicator before a complete response header
  981. - videodsp: don't overread edges in vfix3 emu_edge.
  982. - avformat/mp3dec: improve junk skipping heuristic
  983. - concatdec: fix file_start_time calculation regression
  984. - avcodec: loongson optimize h264dsp idct and loop filter with mmi
  985. - avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too
  986. - avformat/hls: add support for EXT-X-MAP
  987. - avformat/hls: fix segment selection regression on track changes of live streams
  988. - configure: Require libkvazaar < 0.7.
  989. - avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
  990. version 2.8.1:
  991. - swscale: fix ticket #4881
  992. - doc: fix spelling errors
  993. - hls: only seek if there is an offset
  994. - asfdec: add more checks for size left in asf packet buffer
  995. - asfdec: alloc enough space for storing name in asf_read_metadata_obj
  996. - avcodec/pngdec: Check blend_op.
  997. - h264_mp4toannexb: fix pps offfset fault when there are more than one sps in avcc
  998. - avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_buf
  999. - avformat/avidec: Workaround broken initial frame
  1000. - avformat/hls: fix some cases of HLS streams which require cookies
  1001. - avcodec/pngdec: reset has_trns after every decode_frame_png()
  1002. - lavf/img2dec: Fix memory leak
  1003. - avcodec/mp3: fix skipping zeros
  1004. - avformat/srtdec: make sure we probe a number
  1005. - configure: check for ID3D11VideoContext
  1006. - avformat/vobsub: compare correct packet stream IDs
  1007. - avformat/srtdec: more lenient first line probing
  1008. - avformat/srtdec: fix number check for the first character
  1009. - avcodec/mips: build fix for MSA 64bit
  1010. - avcodec/mips: build fix for MSA
  1011. - avformat/httpauth: Add space after commas in HTTP/RTSP auth header
  1012. - libavformat/hlsenc: Use of uninitialized memory unlinking old files
  1013. - avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
  1014. - avcodec/ffv1dec: Fix off by 1 error in quant_table_count check
  1015. - avcodec/ffv1dec: Explicitly check read_quant_table() return value
  1016. - dnxhddata: correct weight tables
  1017. - dnxhddec: decode and use interlace mb flag
  1018. - swscale: fix ticket #4877
  1019. - avcodec/rangecoder: Check e
  1020. - avcodec/ffv1: separate slice_count from max_slice_count
  1021. - swscale: fix ticket 4850
  1022. - cmdutils: Filter dst/srcw/h
  1023. - avutil/log: fix zero length gnu_printf format string warning
  1024. - lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.
  1025. - swscale/swscale: Fix "unused variable" warning
  1026. - avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
  1027. - MAINTAINERS: add 2.8, drop 2.2
  1028. - doc: mention libavcodec can decode Opus natively
  1029. - hevc: properly handle no_rasl_output_flag when removing pictures from the DPB
  1030. - avfilter/af_ladspa: process all channels for nb_handles > 1
  1031. - configure: add libsoxr to swresample's pkgconfig
  1032. - lavc: Fix compilation with --disable-everything --enable-parser=mpeg4video.
  1033. version 2.8:
  1034. - colorkey video filter
  1035. - BFSTM/BCSTM demuxer
  1036. - little-endian ADPCM_THP decoder
  1037. - Hap decoder and encoder
  1038. - DirectDraw Surface image/texture decoder
  1039. - ssim filter
  1040. - optional new ASF demuxer
  1041. - showvolume filter
  1042. - Many improvements to the JPEG 2000 decoder
  1043. - Go2Meeting decoding support
  1044. - adrawgraph audio and drawgraph video filter
  1045. - removegrain video filter
  1046. - Intel QSV-accelerated MPEG-2 video and HEVC encoding
  1047. - Intel QSV-accelerated MPEG-2 video and HEVC decoding
  1048. - Intel QSV-accelerated VC-1 video decoding
  1049. - libkvazaar HEVC encoder
  1050. - erosion, dilation, deflate and inflate video filters
  1051. - Dynamic Audio Normalizer as dynaudnorm filter
  1052. - Reverse video and areverse audio filter
  1053. - Random filter
  1054. - deband filter
  1055. - AAC fixed-point decoding
  1056. - sidechaincompress audio filter
  1057. - bitstream filter for converting HEVC from MP4 to Annex B
  1058. - acrossfade audio filter
  1059. - allyuv and allrgb video sources
  1060. - atadenoise video filter
  1061. - OS X VideoToolbox support
  1062. - aphasemeter filter
  1063. - showfreqs filter
  1064. - vectorscope filter
  1065. - waveform filter
  1066. - hstack and vstack filter
  1067. - Support DNx100 (1440x1080@8)
  1068. - VAAPI hevc hwaccel
  1069. - VDPAU hevc hwaccel
  1070. - framerate filter
  1071. - Switched default encoders for webm to VP9 and Opus
  1072. - Removed experimental flag from the JPEG 2000 encoder
  1073. version 2.7:
  1074. - FFT video filter
  1075. - TDSC decoder
  1076. - DTS lossless extension (XLL) decoding (not lossless, disabled by default)
  1077. - showwavespic filter
  1078. - DTS decoding through libdcadec
  1079. - Drop support for nvenc API before 5.0
  1080. - nvenc HEVC encoder
  1081. - Detelecine filter
  1082. - Intel QSV-accelerated H.264 encoding
  1083. - MMAL-accelerated H.264 decoding
  1084. - basic APNG encoder and muxer with default extension "apng"
  1085. - unpack DivX-style packed B-frames in MPEG-4 bitstream filter
  1086. - WebM Live Chunk Muxer
  1087. - nvenc level and tier options
  1088. - chorus filter
  1089. - Canopus HQ/HQA decoder
  1090. - Automatically rotate videos based on metadata in ffmpeg
  1091. - improved Quickdraw compatibility
  1092. - VP9 high bit-depth and extended colorspaces decoding support
  1093. - WebPAnimEncoder API when available for encoding and muxing WebP
  1094. - Direct3D11-accelerated decoding
  1095. - Support Secure Transport
  1096. - Multipart JPEG demuxer
  1097. version 2.6:
  1098. - nvenc encoder
  1099. - 10bit spp filter
  1100. - colorlevels filter
  1101. - RIFX format for *.wav files
  1102. - RTP/mpegts muxer
  1103. - non continuous cache protocol support
  1104. - tblend filter
  1105. - cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
  1106. - Camellia symmetric block cipher
  1107. - OpenH264 encoder wrapper
  1108. - VOC seeking support
  1109. - Closed caption Decoder
  1110. - fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
  1111. - showpalette filter
  1112. - Twofish symmetric block cipher
  1113. - Support DNx100 (960x720@8)
  1114. - eq2 filter ported from libmpcodecs as eq filter
  1115. - removed libmpcodecs
  1116. - Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
  1117. - ported softpulldown filter from libmpcodecs as repeatfields filter
  1118. - dcshift filter
  1119. - RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
  1120. - RTP depacketizer for AC3 payload format (RFC 4184)
  1121. - palettegen and paletteuse filters
  1122. - VP9 RTP payload format (draft 0) experimental depacketizer
  1123. - RTP depacketizer for DV (RFC 6469)
  1124. - DXVA2-accelerated HEVC decoding
  1125. - AAC ELD 480 decoding
  1126. - Intel QSV-accelerated H.264 decoding
  1127. - DSS SP decoder and DSS demuxer
  1128. - Fix stsd atom corruption in DNxHD QuickTimes
  1129. - Canopus HQX decoder
  1130. - RTP depacketization of T.140 text (RFC 4103)
  1131. - Port MIPS optimizations to 64-bit
  1132. version 2.5:
  1133. - HEVC/H.265 RTP payload format (draft v6) packetizer
  1134. - SUP/PGS subtitle demuxer
  1135. - ffprobe -show_pixel_formats option
  1136. - CAST128 symmetric block cipher, ECB mode
  1137. - STL subtitle demuxer and decoder
  1138. - libutvideo YUV 4:2:2 10bit support
  1139. - XCB-based screen-grabber
  1140. - UDP-Lite support (RFC 3828)
  1141. - xBR scaling filter
  1142. - AVFoundation screen capturing support
  1143. - ffserver supports codec private options
  1144. - creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
  1145. - WebP muxer with animated WebP support
  1146. - zygoaudio decoding support
  1147. - APNG demuxer
  1148. - postproc visualization support
  1149. version 2.4:
  1150. - Icecast protocol
  1151. - ported lenscorrection filter from frei0r filter
  1152. - large optimizations in dctdnoiz to make it usable
  1153. - ICY metadata are now requested by default with the HTTP protocol
  1154. - support for using metadata in stream specifiers in fftools
  1155. - LZMA compression support in TIFF decoder
  1156. - H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
  1157. - HEVC/H.265 RTP payload format (draft v6) depacketizer
  1158. - added codecview filter to visualize information exported by some codecs
  1159. - Matroska 3D support thorugh side data
  1160. - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
  1161. - silenceremove filter
  1162. version 2.3:
  1163. - AC3 fixed-point decoding
  1164. - shuffleplanes filter
  1165. - subfile protocol
  1166. - Phantom Cine demuxer
  1167. - replaygain data export
  1168. - VP7 video decoder
  1169. - Alias PIX image encoder and decoder
  1170. - Improvements to the BRender PIX image decoder
  1171. - Improvements to the XBM decoder
  1172. - QTKit input device
  1173. - improvements to OpenEXR image decoder
  1174. - support decoding 16-bit RLE SGI images
  1175. - GDI screen grabbing for Windows
  1176. - alternative rendition support for HTTP Live Streaming
  1177. - AVFoundation input device
  1178. - Direct Stream Digital (DSD) decoder
  1179. - Magic Lantern Video (MLV) demuxer
  1180. - On2 AVC (Audio for Video) decoder
  1181. - support for decoding through DXVA2 in ffmpeg
  1182. - libbs2b-based stereo-to-binaural audio filter
  1183. - libx264 reference frames count limiting depending on level
  1184. - native Opus decoder
  1185. - display matrix export and rotation API
  1186. - WebVTT encoder
  1187. - showcqt multimedia filter
  1188. - zoompan filter
  1189. - signalstats filter
  1190. - hqx filter (hq2x, hq3x, hq4x)
  1191. - flanger filter
  1192. - Image format auto-detection
  1193. - LRC demuxer and muxer
  1194. - Samba protocol (via libsmbclient)
  1195. - WebM DASH Manifest muxer
  1196. - libfribidi support in drawtext
  1197. version 2.2:
  1198. - HNM version 4 demuxer and video decoder
  1199. - Live HDS muxer
  1200. - setsar/setdar filters now support variables in ratio expressions
  1201. - elbg filter
  1202. - string validation in ffprobe
  1203. - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  1204. - complete Voxware MetaSound decoder
  1205. - remove mp3_header_compress bitstream filter
  1206. - Windows resource files for shared libraries
  1207. - aeval filter
  1208. - stereoscopic 3d metadata handling
  1209. - WebP encoding via libwebp
  1210. - ATRAC3+ decoder
  1211. - VP8 in Ogg demuxing
  1212. - side & metadata support in NUT
  1213. - framepack filter
  1214. - XYZ12 rawvideo support in NUT
  1215. - Exif metadata support in WebP decoder
  1216. - OpenGL device
  1217. - Use metadata_header_padding to control padding in ID3 tags (currently used in
  1218. MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  1219. - Mirillis FIC video decoder
  1220. - Support DNx444
  1221. - libx265 encoder
  1222. - dejudder filter
  1223. - Autodetect VDA like all other hardware accelerations
  1224. - aliases and defaults for Ogg subtypes (opus, spx)
  1225. version 2.1:
  1226. - aecho filter
  1227. - perspective filter ported from libmpcodecs
  1228. - ffprobe -show_programs option
  1229. - compand filter
  1230. - RTMP seek support
  1231. - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  1232. even when used as an input option. Previous behavior can be restored with
  1233. the -noaccurate_seek option.
  1234. - ffmpeg -t option can now be used for inputs, to limit the duration of
  1235. data read from an input file
  1236. - incomplete Voxware MetaSound decoder
  1237. - read EXIF metadata from JPEG
  1238. - DVB teletext decoder
  1239. - phase filter ported from libmpcodecs
  1240. - w3fdif filter
  1241. - Opus support in Matroska
  1242. - FFV1 version 1.3 is stable and no longer experimental
  1243. - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  1244. - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  1245. more consistent with other muxers.
  1246. - adelay filter
  1247. - pullup filter ported from libmpcodecs
  1248. - ffprobe -read_intervals option
  1249. - Lossless and alpha support for WebP decoder
  1250. - Error Resilient AAC syntax (ER AAC LC) decoding
  1251. - Low Delay AAC (ER AAC LD) decoding
  1252. - mux chapters in ASF files
  1253. - SFTP protocol (via libssh)
  1254. - libx264: add ability to encode in YUVJ422P and YUVJ444P
  1255. - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  1256. - make decoding alpha optional for prores, ffv1 and vp6 by setting
  1257. the skip_alpha flag.
  1258. - ladspa wrapper filter
  1259. - native VP9 decoder
  1260. - dpx parser
  1261. - max_error_rate parameter in ffmpeg
  1262. - PulseAudio output device
  1263. - ReplayGain scanner
  1264. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  1265. - Linux framebuffer output device
  1266. - HEVC decoder
  1267. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  1268. - mergeplanes filter
  1269. version 2.0:
  1270. - curves filter
  1271. - reference-counting for AVFrame and AVPacket data
  1272. - ffmpeg now fails when input options are used for output file
  1273. or vice versa
  1274. - support for Monkey's Audio versions from 3.93
  1275. - perms and aperms filters
  1276. - audio filtering support in ffplay
  1277. - 10% faster aac encoding on x86 and MIPS
  1278. - sine audio filter source
  1279. - WebP demuxing and decoding support
  1280. - ffmpeg options -filter_script and -filter_complex_script, which allow a
  1281. filtergraph description to be read from a file
  1282. - OpenCL support
  1283. - audio phaser filter
  1284. - separatefields filter
  1285. - libquvi demuxer
  1286. - uniform options syntax across all filters
  1287. - telecine filter
  1288. - interlace filter
  1289. - smptehdbars source
  1290. - inverse telecine filters (fieldmatch and decimate)
  1291. - colorbalance filter
  1292. - colorchannelmixer filter
  1293. - The matroska demuxer can now output proper verbatim ASS packets. It will
  1294. become the default at the next libavformat major bump.
  1295. - decent native animated GIF encoding
  1296. - asetrate filter
  1297. - interleave filter
  1298. - timeline editing with filters
  1299. - vidstabdetect and vidstabtransform filters for video stabilization using
  1300. the vid.stab library
  1301. - astats filter
  1302. - trim and atrim filters
  1303. - ffmpeg -t and -ss (output-only) options are now sample-accurate when
  1304. transcoding audio
  1305. - Matroska muxer can now put the index at the beginning of the file.
  1306. - extractplanes filter
  1307. - avectorscope filter
  1308. - ADPCM DTK decoder
  1309. - ADP demuxer
  1310. - RSD demuxer
  1311. - RedSpark demuxer
  1312. - ADPCM IMA Radical decoder
  1313. - zmq filters
  1314. - DCT denoiser filter (dctdnoiz)
  1315. - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
  1316. - Apple Intermediate Codec decoder
  1317. - Escape 130 video decoder
  1318. - FTP protocol support
  1319. - V4L2 output device
  1320. - 3D LUT filter (lut3d)
  1321. - SMPTE 302M audio encoder
  1322. - support for slice multithreading in libavfilter
  1323. - Hald CLUT support (generation and filtering)
  1324. - VC-1 interlaced B-frame support
  1325. - support for WavPack muxing (raw and in Matroska)
  1326. - XVideo output device
  1327. - vignette filter
  1328. - True Audio (TTA) encoder
  1329. - Go2Webinar decoder
  1330. - mcdeint filter ported from libmpcodecs
  1331. - sab filter ported from libmpcodecs
  1332. - ffprobe -show_chapters option
  1333. - WavPack encoding through libwavpack
  1334. - rotate filter
  1335. - spp filter ported from libmpcodecs
  1336. - libgme support
  1337. - psnr filter
  1338. version 1.2:
  1339. - VDPAU hardware acceleration through normal hwaccel
  1340. - SRTP support
  1341. - Error diffusion dither in Swscale
  1342. - Chained Ogg support
  1343. - Theora Midstream reconfiguration support
  1344. - EVRC decoder
  1345. - audio fade filter
  1346. - filtering audio with unknown channel layout
  1347. - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  1348. and treble audio filter
  1349. - improved showspectrum filter, with multichannel support and sox-like colors
  1350. - histogram filter
  1351. - tee muxer
  1352. - il filter ported from libmpcodecs
  1353. - support ID3v2 tags in ASF files
  1354. - encrypted TTA stream decoding support
  1355. - RF64 support in WAV muxer
  1356. - noise filter ported from libmpcodecs
  1357. - Subtitles character encoding conversion
  1358. - blend filter
  1359. - stereo3d filter ported from libmpcodecs
  1360. version 1.1:
  1361. - stream disposition information printing in ffprobe
  1362. - filter for loudness analysis following EBU R128
  1363. - Opus encoder using libopus
  1364. - ffprobe -select_streams option
  1365. - Pinnacle TARGA CineWave YUV16 decoder
  1366. - TAK demuxer, decoder and parser
  1367. - DTS-HD demuxer
  1368. - remove -same_quant, it hasn't worked for years
  1369. - FFM2 support
  1370. - X-Face image encoder and decoder
  1371. - 24-bit FLAC encoding
  1372. - multi-channel ALAC encoding up to 7.1
  1373. - metadata (INFO tag) support in WAV muxer
  1374. - subtitles raw text decoder
  1375. - support for building DLLs using MSVC
  1376. - LVF demuxer
  1377. - ffescape tool
  1378. - metadata (info chunk) support in CAF muxer
  1379. - field filter ported from libmpcodecs
  1380. - AVR demuxer
  1381. - geq filter ported from libmpcodecs
  1382. - remove ffserver daemon mode
  1383. - AST muxer/demuxer
  1384. - new expansion syntax for drawtext
  1385. - BRender PIX image decoder
  1386. - ffprobe -show_entries option
  1387. - ffprobe -sections option
  1388. - ADPCM IMA Dialogic decoder
  1389. - BRSTM demuxer
  1390. - animated GIF decoder and demuxer
  1391. - PVF demuxer
  1392. - subtitles filter
  1393. - IRCAM muxer/demuxer
  1394. - Paris Audio File demuxer
  1395. - Virtual concatenation demuxer
  1396. - VobSub demuxer
  1397. - JSON captions for TED talks decoding support
  1398. - SOX Resampler support in libswresample
  1399. - aselect filter
  1400. - SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
  1401. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  1402. - Silicon Graphics Movie demuxer
  1403. - apad filter
  1404. - Resolution & pixel format change support with multithreading for H.264
  1405. - documentation split into per-component manuals
  1406. - pp (postproc) filter ported from MPlayer
  1407. - NIST Sphere demuxer
  1408. - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
  1409. - Sony Wave64 muxer
  1410. - adobe and limelight publisher authentication in RTMP
  1411. - data: URI scheme
  1412. - support building on the Plan 9 operating system
  1413. - kerndeint filter ported from MPlayer
  1414. - histeq filter ported from VirtualDub
  1415. - Megalux Frame demuxer
  1416. - 012v decoder
  1417. - Improved AVC Intra decoding support
  1418. version 1.0:
  1419. - INI and flat output in ffprobe
  1420. - Scene detection in libavfilter
  1421. - Indeo Audio decoder
  1422. - channelsplit audio filter
  1423. - setnsamples audio filter
  1424. - atempo filter
  1425. - ffprobe -show_data option
  1426. - RTMPT protocol support
  1427. - iLBC encoding/decoding via libilbc
  1428. - Microsoft Screen 1 decoder
  1429. - join audio filter
  1430. - audio channel mapping filter
  1431. - Microsoft ATC Screen decoder
  1432. - RTSP listen mode
  1433. - TechSmith Screen Codec 2 decoder
  1434. - AAC encoding via libfdk-aac
  1435. - Microsoft Expression Encoder Screen decoder
  1436. - RTMPS protocol support
  1437. - RTMPTS protocol support
  1438. - RTMPE protocol support
  1439. - RTMPTE protocol support
  1440. - showwaves and showspectrum filter
  1441. - LucasArts SMUSH SANM playback support
  1442. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  1443. - LucasArts SMUSH demuxer
  1444. - SAMI, RealText and SubViewer demuxers and decoders
  1445. - Heart Of Darkness PAF playback support
  1446. - iec61883 device
  1447. - asettb filter
  1448. - new option: -progress
  1449. - 3GPP Timed Text encoder/decoder
  1450. - GeoTIFF decoder support
  1451. - ffmpeg -(no)stdin option
  1452. - Opus decoder using libopus
  1453. - caca output device using libcaca
  1454. - alphaextract and alphamerge filters
  1455. - concat filter
  1456. - flite filter
  1457. - Canopus Lossless Codec decoder
  1458. - bitmap subtitles in filters (experimental and temporary)
  1459. - MP2 encoding via TwoLAME
  1460. - bmp parser
  1461. - smptebars source
  1462. - asetpts filter
  1463. - hue filter
  1464. - ICO muxer
  1465. - SubRip encoder and decoder without embedded timing
  1466. - edge detection filter
  1467. - framestep filter
  1468. - ffmpeg -shortest option is now per-output file
  1469. -pass and -passlogfile are now per-output stream
  1470. - volume measurement filter
  1471. - Ut Video encoder
  1472. - Microsoft Screen 2 decoder
  1473. - smartblur filter ported from MPlayer
  1474. - CPiA decoder
  1475. - decimate filter ported from MPlayer
  1476. - RTP depacketization of JPEG
  1477. - Smooth Streaming live segmenter muxer
  1478. - F4V muxer
  1479. - sendcmd and asendcmd filters
  1480. - WebVTT demuxer and decoder (simple tags supported)
  1481. - RTP packetization of JPEG
  1482. - faststart option in the MOV/MP4 muxer
  1483. - support for building with MSVC
  1484. version 0.11:
  1485. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  1486. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  1487. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  1488. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  1489. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  1490. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  1491. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  1492. - setfield filter
  1493. - CDXL demuxer and decoder
  1494. - Apple ProRes encoder
  1495. - ffprobe -count_packets and -count_frames options
  1496. - Sun Rasterfile Encoder
  1497. - ID3v2 attached pictures reading and writing
  1498. - WMA Lossless decoder
  1499. - bluray protocol
  1500. - blackdetect filter
  1501. - libutvideo encoder wrapper (--enable-libutvideo)
  1502. - swapuv filter
  1503. - bbox filter
  1504. - XBM encoder and decoder
  1505. - RealAudio Lossless decoder
  1506. - ZeroCodec decoder
  1507. - tile video filter
  1508. - Metal Gear Solid: The Twin Snakes demuxer
  1509. - OpenEXR image decoder
  1510. - removelogo filter
  1511. - drop support for ffmpeg without libavfilter
  1512. - drawtext video filter: fontconfig support
  1513. - ffmpeg -benchmark_all option
  1514. - super2xsai filter ported from libmpcodecs
  1515. - add libavresample audio conversion library for compatibility
  1516. - MicroDVD decoder
  1517. - Avid Meridien (AVUI) encoder and decoder
  1518. - accept + prefix to -pix_fmt option to disable automatic conversions.
  1519. - complete audio filtering in libavfilter and ffmpeg
  1520. - add fps filter
  1521. - vorbis parser
  1522. - png parser
  1523. - audio mix filter
  1524. - ffv1: support (draft) version 1.3
  1525. version 0.10:
  1526. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  1527. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  1528. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  1529. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  1530. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  1531. - SBaGen (SBG) binaural beats script demuxer
  1532. - OpenMG Audio muxer
  1533. - Timecode extraction in DV and MOV
  1534. - thumbnail video filter
  1535. - XML output in ffprobe
  1536. - asplit audio filter
  1537. - tinterlace video filter
  1538. - astreamsync audio filter
  1539. - amerge audio filter
  1540. - ISMV (Smooth Streaming) muxer
  1541. - GSM audio parser
  1542. - SMJPEG muxer
  1543. - XWD encoder and decoder
  1544. - Automatic thread count based on detection number of (available) CPU cores
  1545. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  1546. - ffprobe -show_error option
  1547. - Avid 1:1 10-bit RGB Packer codec
  1548. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  1549. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  1550. - ffprobe -show_frames option
  1551. - silencedetect audio filter
  1552. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  1553. - rv34: frame-level multi-threading
  1554. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  1555. - Improved PGS subtitle decoder
  1556. - dumpgraph option to lavfi device
  1557. - r210 and r10k encoders
  1558. - ffwavesynth decoder
  1559. - aviocat tool
  1560. - ffeval tool
  1561. - support encoding and decoding 4-channel SGI images
  1562. version 0.9:
  1563. - openal input device added
  1564. - boxblur filter added
  1565. - BWF muxer
  1566. - Flash Screen Video 2 decoder
  1567. - lavfi input device added
  1568. - added avconv, which is almost the same for now, except
  1569. for a few incompatible changes in the options, which will hopefully make them
  1570. easier to use. The changes are:
  1571. * The options placement is now strictly enforced! While in theory the
  1572. options for ffmpeg should be given in [input options] -i INPUT [output
  1573. options] OUTPUT order, in practice it was possible to give output options
  1574. before the -i and it mostly worked. Except when it didn't - the behavior was
  1575. a bit inconsistent. In avconv, it is not possible to mix input and output
  1576. options. All non-global options are reset after an input or output filename.
  1577. * All per-file options are now truly per-file - they apply only to the next
  1578. input or output file and specifying different values for different files
  1579. will now work properly (notably -ss and -t options).
  1580. * All per-stream options are now truly per-stream - it is possible to
  1581. specify which stream(s) should a given option apply to. See the Stream
  1582. specifiers section in the avconv manual for details.
  1583. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  1584. sense that they're specified after the output filename instead of before,
  1585. like all other options. In avconv this irregularity is removed, all options
  1586. apply to the next input or output file.
  1587. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  1588. irregular and highly confusing, they were also redundant. In avconv the -map
  1589. option will create new streams in the output file and map input streams to
  1590. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  1591. each stream in the first input file.
  1592. * The -map option now has slightly different and more powerful syntax:
  1593. + Colons (':') are used to separate file index/stream type/stream index
  1594. instead of dots. Comma (',') is used to separate the sync stream instead
  1595. of colon.. This is done for consistency with other options.
  1596. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  1597. output stream from the third input audio stream.
  1598. + Omitting the stream index now maps all the streams of the given type,
  1599. not just the first. E.g. -map 0:s creates output streams for all the
  1600. subtitle streams in the first input file.
  1601. + Since -map can now match multiple streams, negative mappings were
  1602. introduced. Negative mappings disable some streams from an already
  1603. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  1604. all the stream in the first input file, except for the second audio
  1605. stream'.
  1606. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  1607. use, which makes it possible to precisely specify target stream(s) consistently with
  1608. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  1609. libvorbis sets the codec for the first audio stream and -c copy copies all
  1610. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  1611. aliases to -c:v/a/s
  1612. * It is now possible to precisely specify which stream should an AVOption
  1613. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  1614. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  1615. syntax is deprecated and will stop working soon.
  1616. * -map_chapters now takes only an input file index and applies to the next
  1617. output file. This is consistent with how all the other options work.
  1618. * -map_metadata now takes only an input metadata specifier and applies to
  1619. the next output file. Output metadata specifier is now part of the option
  1620. name, similarly to the AVOptions/map/codec feature above.
  1621. * -metadata can now be used to set metadata on streams and chapters, e.g.
  1622. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  1623. This made -vlang/-alang/-slang options redundant, so they were removed.
  1624. * -qscale option now uses stream specifiers and applies to all streams, not
  1625. just video. I.e. plain -qscale number would now apply to all streams. To get
  1626. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  1627. and -aq is now an alias for -q:a.
  1628. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  1629. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  1630. * -itsscale option now uses stream specifiers, so its argument is only the
  1631. scale parameter.
  1632. * -intra option was removed, use -g 0 for the same effect.
  1633. * -psnr option was removed, use -flags +psnr for the same effect.
  1634. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  1635. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  1636. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  1637. - XMV demuxer
  1638. - LOAS demuxer
  1639. - ashowinfo filter added
  1640. - Windows Media Image decoder
  1641. - amovie source added
  1642. - LATM muxer/demuxer
  1643. - Speex encoder via libspeex
  1644. - JSON output in ffprobe
  1645. - WTV muxer
  1646. - Optional C++ Support (needed for libstagefright)
  1647. - H.264 Decoding on Android via Stagefright
  1648. - Prores decoder
  1649. - BIN/XBIN/ADF/IDF text file decoder
  1650. - aconvert audio filter added
  1651. - audio support to lavfi input device added
  1652. - libcdio-paranoia input device for audio CD grabbing
  1653. - Apple ProRes decoder
  1654. - CELT in Ogg demuxing
  1655. - G.723.1 demuxer and decoder
  1656. - libmodplug support (--enable-libmodplug)
  1657. - VC-1 interlaced decoding
  1658. - libutvideo wrapper (--enable-libutvideo)
  1659. - aevalsrc audio source added
  1660. - Ut Video decoder
  1661. - Speex encoding via libspeex
  1662. - 4:2:2 H.264 decoding support
  1663. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  1664. - Pulseaudio input device
  1665. - Prores encoder
  1666. - Video Decoder Acceleration (VDA) HWAccel module.
  1667. - replacement Indeo 3 decoder
  1668. - new ffmpeg option: -map_channel
  1669. - volume audio filter added
  1670. - earwax audio filter added
  1671. - libv4l2 support (--enable-libv4l2)
  1672. - TLS/SSL and HTTPS protocol support
  1673. - AVOptions API rewritten and documented
  1674. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  1675. AVCodecContext deprecated. Codec private options should be used instead.
  1676. - Properly working defaults in libx264 wrapper, support for native presets.
  1677. - Encrypted OMA files support
  1678. - Discworld II BMV decoding support
  1679. - VBLE Decoder
  1680. - OS X Video Decoder Acceleration (VDA) support
  1681. - compact and csv output in ffprobe
  1682. - pan audio filter
  1683. - IFF Amiga Continuous Bitmap (ACBM) decoder
  1684. - ass filter
  1685. - CRI ADX audio format muxer and demuxer
  1686. - Playstation Portable PMP format demuxer
  1687. - Microsoft Windows ICO demuxer
  1688. - life source
  1689. - PCM format support in OMA demuxer
  1690. - CLJR encoder
  1691. - new option: -report
  1692. - Dxtory capture format decoder
  1693. - cellauto source
  1694. - Simple segmenting muxer
  1695. - Indeo 4 decoder
  1696. - SMJPEG demuxer
  1697. version 0.8:
  1698. - many many things we forgot because we rather write code than changelogs
  1699. - WebM support in Matroska de/muxer
  1700. - low overhead Ogg muxing
  1701. - MMS-TCP support
  1702. - VP8 de/encoding via libvpx
  1703. - Demuxer for On2's IVF format
  1704. - Pictor/PC Paint decoder
  1705. - HE-AAC v2 decoder
  1706. - HE-AAC v2 encoding with libaacplus
  1707. - libfaad2 wrapper removed
  1708. - DTS-ES extension (XCh) decoding support
  1709. - native VP8 decoder
  1710. - RTSP tunneling over HTTP
  1711. - RTP depacketization of SVQ3
  1712. - -strict inofficial replaced by -strict unofficial
  1713. - ffplay -exitonkeydown and -exitonmousedown options added
  1714. - native GSM / GSM MS decoder
  1715. - RTP depacketization of QDM2
  1716. - ANSI/ASCII art playback system
  1717. - Lego Mindstorms RSO de/muxer
  1718. - libavcore added (and subsequently removed)
  1719. - SubRip subtitle file muxer and demuxer
  1720. - Chinese AVS encoding via libxavs
  1721. - ffprobe -show_packets option added
  1722. - RTP packetization of Theora and Vorbis
  1723. - RTP depacketization of MP4A-LATM
  1724. - RTP packetization and depacketization of VP8
  1725. - hflip filter
  1726. - Apple HTTP Live Streaming demuxer
  1727. - a64 codec
  1728. - MMS-HTTP support
  1729. - G.722 ADPCM audio encoder/decoder
  1730. - R10k video decoder
  1731. - ocv_smooth filter
  1732. - frei0r wrapper filter
  1733. - change crop filter syntax to width:height:x:y
  1734. - make the crop filter accept parametric expressions
  1735. - make ffprobe accept AVFormatContext options
  1736. - yadif filter
  1737. - blackframe filter
  1738. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  1739. - RTP depacketization of the X-QT QuickTime format
  1740. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  1741. - cropdetect filter
  1742. - ffmpeg -crop* options removed
  1743. - transpose filter added
  1744. - ffmpeg -force_key_frames option added
  1745. - demuxer for receiving raw rtp:// URLs without an SDP description
  1746. - single stream LATM/LOAS decoder
  1747. - setpts filter added
  1748. - Win64 support for optimized x86 assembly functions
  1749. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  1750. - ASS subtitle encoder and decoder
  1751. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  1752. - overlay filter added
  1753. - rename aspect filter to setdar, and pixelaspect to setsar
  1754. - IEC 61937 demuxer
  1755. - Mobotix .mxg demuxer
  1756. - frei0r source added
  1757. - hqdn3d filter added
  1758. - RTP depacketization of QCELP
  1759. - FLAC parser added
  1760. - gradfun filter added
  1761. - AMR-WB decoder
  1762. - replace the ocv_smooth filter with a more generic ocv filter
  1763. - Windows Televison (WTV) demuxer
  1764. - FFmpeg metadata format muxer and demuxer
  1765. - SubRip (srt) subtitle encoder and decoder
  1766. - floating-point AC-3 encoder added
  1767. - Lagarith decoder
  1768. - ffmpeg -copytb option added
  1769. - IVF muxer added
  1770. - Wing Commander IV movies decoder added
  1771. - movie source added
  1772. - Bink version 'b' audio and video decoder
  1773. - Bitmap Brothers JV playback system
  1774. - Apple HTTP Live Streaming protocol handler
  1775. - sndio support for playback and record
  1776. - Linux framebuffer input device added
  1777. - Chronomaster DFA decoder
  1778. - DPX image encoder
  1779. - MicroDVD subtitle file muxer and demuxer
  1780. - Playstation Portable PMP format demuxer
  1781. - fieldorder video filter added
  1782. - AAC encoding via libvo-aacenc
  1783. - AMR-WB encoding via libvo-amrwbenc
  1784. - xWMA demuxer
  1785. - Mobotix MxPEG decoder
  1786. - VP8 frame-multithreading
  1787. - NEON optimizations for VP8
  1788. - Lots of deprecated API cruft removed
  1789. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  1790. - showinfo filter added
  1791. - SMPTE 302M AES3 audio decoder
  1792. - Apple Core Audio Format muxer
  1793. - 9bit and 10bit per sample support in the H.264 decoder
  1794. - 9bit and 10bit FFV1 encoding / decoding
  1795. - split filter added
  1796. - select filter added
  1797. - sdl output device added
  1798. - libmpcodecs video filter support (3 times as many filters than before)
  1799. - mpeg2 aspect ratio dection fixed
  1800. - libxvid aspect pickiness fixed
  1801. - Frame multithreaded decoding
  1802. - E-AC-3 audio encoder
  1803. - ac3enc: add channel coupling support
  1804. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  1805. - H264/MPEG frame-level multi-threading
  1806. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  1807. - 4:4:4 H.264 decoding support
  1808. - 10-bit H.264 optimizations for x86
  1809. - lut, lutrgb, and lutyuv filters added
  1810. - buffersink libavfilter sink added
  1811. - Bump libswscale for recently reported ABI break
  1812. - New J2K encoder (via OpenJPEG)
  1813. version 0.7:
  1814. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  1815. version 0.6:
  1816. - PB-frame decoding for H.263
  1817. - deprecated vhook subsystem removed
  1818. - deprecated old scaler removed
  1819. - VQF demuxer
  1820. - Alpha channel scaler
  1821. - PCX encoder
  1822. - RTP packetization of H.263
  1823. - RTP packetization of AMR
  1824. - RTP depacketization of Vorbis
  1825. - CorePNG decoding support
  1826. - Cook multichannel decoding support
  1827. - introduced avlanguage helpers in libavformat
  1828. - 8088flex TMV demuxer and decoder
  1829. - per-stream language-tags extraction in asfdec
  1830. - V210 decoder and encoder
  1831. - remaining GPL parts in AC-3 decoder converted to LGPL
  1832. - QCP demuxer
  1833. - SoX native format muxer and demuxer
  1834. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  1835. - DPX image decoder
  1836. - Electronic Arts Madcow decoder
  1837. - DivX (XSUB) subtitle encoder
  1838. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  1839. - experimental AAC encoder
  1840. - RTP depacketization of ASF and RTSP from WMS servers
  1841. - RTMP support in libavformat
  1842. - noX handling for OPT_BOOL X options
  1843. - Wave64 demuxer
  1844. - IEC-61937 compatible Muxer
  1845. - TwinVQ decoder
  1846. - Bluray (PGS) subtitle decoder
  1847. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  1848. - WMA Pro decoder
  1849. - Core Audio Format demuxer
  1850. - ATRAC1 decoder
  1851. - MD STUDIO audio demuxer
  1852. - RF64 support in WAV demuxer
  1853. - MPEG-4 Audio Lossless Coding (ALS) decoder
  1854. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  1855. - IV8 demuxer
  1856. - CDG demuxer and decoder
  1857. - R210 decoder
  1858. - Auravision Aura 1 and 2 decoders
  1859. - Deluxe Paint Animation playback system
  1860. - SIPR decoder
  1861. - Adobe Filmstrip muxer and demuxer
  1862. - RTP depacketization of H.263
  1863. - Bink demuxer and audio/video decoders
  1864. - enable symbol versioning by default for linkers that support it
  1865. - IFF PBM/ILBM bitmap decoder
  1866. - concat protocol
  1867. - Indeo 5 decoder
  1868. - RTP depacketization of AMR
  1869. - WMA Voice decoder
  1870. - ffprobe tool
  1871. - AMR-NB decoder
  1872. - RTSP muxer
  1873. - HE-AAC v1 decoder
  1874. - Kega Game Video (KGV1) decoder
  1875. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  1876. - RTP depacketization of Theora
  1877. - HTTP Digest authentication
  1878. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  1879. - Psygnosis YOP demuxer and video decoder
  1880. - spectral extension support in the E-AC-3 decoder
  1881. - unsharp video filter
  1882. - RTP hinting in the mov/3gp/mp4 muxer
  1883. - Dirac in Ogg demuxing
  1884. - seek to keyframes in Ogg
  1885. - 4:2:2 and 4:4:4 Theora decoding
  1886. - 35% faster VP3/Theora decoding
  1887. - faster AAC decoding
  1888. - faster H.264 decoding
  1889. - RealAudio 1.0 (14.4K) encoder
  1890. version 0.5:
  1891. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  1892. - TechSmith Camtasia (TSCC) video decoder
  1893. - IBM Ultimotion (ULTI) video decoder
  1894. - Sierra Online audio file demuxer and decoder
  1895. - Apple QuickDraw (qdrw) video decoder
  1896. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  1897. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  1898. - Miro VideoXL (VIXL) video decoder
  1899. - H.261 video encoder
  1900. - QPEG video decoder
  1901. - Nullsoft Video (NSV) file demuxer
  1902. - Shorten audio decoder
  1903. - LOCO video decoder
  1904. - Apple Lossless Audio Codec (ALAC) decoder
  1905. - Winnov WNV1 video decoder
  1906. - Autodesk Animator Studio Codec (AASC) decoder
  1907. - Indeo 2 video decoder
  1908. - Fraps FPS1 video decoder
  1909. - Snow video encoder/decoder
  1910. - Sonic audio encoder/decoder
  1911. - Vorbis audio decoder
  1912. - Macromedia ADPCM decoder
  1913. - Duck TrueMotion 2 video decoder
  1914. - support for decoding FLX and DTA extensions in FLIC files
  1915. - H.264 custom quantization matrices support
  1916. - ffserver fixed, it should now be usable again
  1917. - QDM2 audio decoder
  1918. - Real Cooker audio decoder
  1919. - TrueSpeech audio decoder
  1920. - WMA2 audio decoder fixed, now all files should play correctly
  1921. - RealAudio 14.4 and 28.8 decoders fixed
  1922. - JPEG-LS decoder
  1923. - build system improvements
  1924. - tabs and trailing whitespace removed from the codebase
  1925. - CamStudio video decoder
  1926. - AIFF/AIFF-C audio format, encoding and decoding
  1927. - ADTS AAC file reading and writing
  1928. - Creative VOC file reading and writing
  1929. - American Laser Games multimedia (*.mm) playback system
  1930. - Zip Motion Blocks Video decoder
  1931. - improved Theora/VP3 decoder
  1932. - True Audio (TTA) decoder
  1933. - AVS demuxer and video decoder
  1934. - JPEG-LS encoder
  1935. - Smacker demuxer and decoder
  1936. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  1937. - KMVC decoder
  1938. - MPEG-2 intra VLC support
  1939. - MPEG-2 4:2:2 encoder
  1940. - Flash Screen Video decoder
  1941. - GXF demuxer
  1942. - Chinese AVS decoder
  1943. - GXF muxer
  1944. - MXF demuxer
  1945. - VC-1/WMV3/WMV9 video decoder
  1946. - MacIntel support
  1947. - AviSynth support
  1948. - VMware video decoder
  1949. - VP5 video decoder
  1950. - VP6 video decoder
  1951. - WavPack lossless audio decoder
  1952. - Targa (.TGA) picture decoder
  1953. - Vorbis audio encoder
  1954. - Delphine Software .cin demuxer/audio and video decoder
  1955. - Tiertex .seq demuxer/video decoder
  1956. - MTV demuxer
  1957. - TIFF picture encoder and decoder
  1958. - GIF picture decoder
  1959. - Intel Music Coder decoder
  1960. - Zip Motion Blocks Video encoder
  1961. - Musepack decoder
  1962. - Flash Screen Video encoder
  1963. - Theora encoding via libtheora
  1964. - BMP encoder
  1965. - WMA encoder
  1966. - GSM-MS encoder and decoder
  1967. - DCA decoder
  1968. - DXA demuxer and decoder
  1969. - DNxHD decoder
  1970. - Gamecube movie (.THP) playback system
  1971. - Blackfin optimizations
  1972. - Interplay C93 demuxer and video decoder
  1973. - Bethsoft VID demuxer and video decoder
  1974. - CRYO APC demuxer
  1975. - ATRAC3 decoder
  1976. - V.Flash PTX decoder
  1977. - RoQ muxer, RoQ audio encoder
  1978. - Renderware TXD demuxer and decoder
  1979. - extern C declarations for C++ removed from headers
  1980. - sws_flags command line option
  1981. - codebook generator
  1982. - RoQ video encoder
  1983. - QTRLE encoder
  1984. - OS/2 support removed and restored again
  1985. - AC-3 decoder
  1986. - NUT muxer
  1987. - additional SPARC (VIS) optimizations
  1988. - Matroska muxer
  1989. - slice-based parallel H.264 decoding
  1990. - Monkey's Audio demuxer and decoder
  1991. - AMV audio and video decoder
  1992. - DNxHD encoder
  1993. - H.264 PAFF decoding
  1994. - Nellymoser ASAO decoder
  1995. - Beam Software SIFF demuxer and decoder
  1996. - libvorbis Vorbis decoding removed in favor of native decoder
  1997. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  1998. - Ogg (Theora, Vorbis and FLAC) muxer
  1999. - The "device" muxers and demuxers are now in a new libavdevice library
  2000. - PC Paintbrush PCX decoder
  2001. - Sun Rasterfile decoder
  2002. - TechnoTrend PVA demuxer
  2003. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  2004. - AVM2 (Flash 9) SWF muxer
  2005. - QT variant of IMA ADPCM encoder
  2006. - VFW grabber
  2007. - iPod/iPhone compatible mp4 muxer
  2008. - Mimic decoder
  2009. - MSN TCP Webcam stream demuxer
  2010. - RL2 demuxer / decoder
  2011. - IFF demuxer
  2012. - 8SVX audio decoder
  2013. - non-recursive Makefiles
  2014. - BFI demuxer
  2015. - MAXIS EA XA (.xa) demuxer / decoder
  2016. - BFI video decoder
  2017. - OMA demuxer
  2018. - MLP/TrueHD decoder
  2019. - Electronic Arts CMV decoder
  2020. - Motion Pixels Video decoder
  2021. - Motion Pixels MVI demuxer
  2022. - removed animated GIF decoder/demuxer
  2023. - D-Cinema audio muxer
  2024. - Electronic Arts TGV decoder
  2025. - Apple Lossless Audio Codec (ALAC) encoder
  2026. - AAC decoder
  2027. - floating point PCM encoder/decoder
  2028. - MXF muxer
  2029. - DV100 AKA DVCPRO HD decoder and demuxer
  2030. - E-AC-3 support added to AC-3 decoder
  2031. - Nellymoser ASAO encoder
  2032. - ASS and SSA demuxer and muxer
  2033. - liba52 wrapper removed
  2034. - SVQ3 watermark decoding support
  2035. - Speex decoding via libspeex
  2036. - Electronic Arts TGQ decoder
  2037. - RV40 decoder
  2038. - QCELP / PureVoice decoder
  2039. - RV30 decoder
  2040. - hybrid WavPack support
  2041. - R3D REDCODE demuxer
  2042. - ALSA support for playback and record
  2043. - Electronic Arts TQI decoder
  2044. - OpenJPEG based JPEG 2000 decoder
  2045. - NC (NC4600) camera file demuxer
  2046. - Gopher client support
  2047. - MXF D-10 muxer
  2048. - generic metadata API
  2049. - flash ScreenVideo2 encoder
  2050. version 0.4.9-pre1:
  2051. - DV encoder, DV muxer
  2052. - Microsoft RLE video decoder
  2053. - Microsoft Video-1 decoder
  2054. - Apple Animation (RLE) decoder
  2055. - Apple Graphics (SMC) decoder
  2056. - Apple Video (RPZA) decoder
  2057. - Cinepak decoder
  2058. - Sega FILM (CPK) file demuxer
  2059. - Westwood multimedia support (VQA & AUD files)
  2060. - Id Quake II CIN playback support
  2061. - 8BPS video decoder
  2062. - FLIC playback support
  2063. - RealVideo 2.0 (RV20) decoder
  2064. - Duck TrueMotion v1 (DUCK) video decoder
  2065. - Sierra VMD demuxer and video decoder
  2066. - MSZH and ZLIB decoder support
  2067. - SVQ1 video encoder
  2068. - AMR-WB support
  2069. - PPC optimizations
  2070. - rate distortion optimal cbp support
  2071. - rate distorted optimal ac prediction for MPEG-4
  2072. - rate distorted optimal lambda->qp support
  2073. - AAC encoding with libfaac
  2074. - Sunplus JPEG codec (SP5X) support
  2075. - use Lagrange multipler instead of QP for ratecontrol
  2076. - Theora/VP3 decoding support
  2077. - XA and ADX ADPCM codecs
  2078. - export MPEG-2 active display area / pan scan
  2079. - Add support for configuring with IBM XLC
  2080. - floating point AAN DCT
  2081. - initial support for zygo video (not complete)
  2082. - RGB ffv1 support
  2083. - new audio/video parser API
  2084. - av_log() system
  2085. - av_read_frame() and av_seek_frame() support
  2086. - missing last frame fixes
  2087. - seek by mouse in ffplay
  2088. - noise reduction of DCT coefficients
  2089. - H.263 OBMC & 4MV support
  2090. - H.263 alternative inter vlc support
  2091. - H.263 loop filter
  2092. - H.263 slice structured mode
  2093. - interlaced DCT support for MPEG-2 encoding
  2094. - stuffing to stay above min_bitrate
  2095. - MB type & QP visualization
  2096. - frame stepping for ffplay
  2097. - interlaced motion estimation
  2098. - alternate scantable support
  2099. - SVCD scan offset support
  2100. - closed GOP support
  2101. - SSE2 FDCT
  2102. - quantizer noise shaping
  2103. - G.726 ADPCM audio codec
  2104. - MS ADPCM encoding
  2105. - multithreaded/SMP motion estimation
  2106. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  2107. - multithreaded/SMP decoding for MPEG-2
  2108. - FLAC decoder
  2109. - Metrowerks CodeWarrior suppport
  2110. - H.263+ custom pcf support
  2111. - nicer output for 'ffmpeg -formats'
  2112. - Matroska demuxer
  2113. - SGI image format, encoding and decoding
  2114. - H.264 loop filter support
  2115. - H.264 CABAC support
  2116. - nicer looking arrows for the motion vector visualization
  2117. - improved VCD support
  2118. - audio timestamp drift compensation
  2119. - MPEG-2 YUV 422/444 support
  2120. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  2121. - better image scaling
  2122. - H.261 support
  2123. - correctly interleave packets during encoding
  2124. - VIS optimized motion compensation
  2125. - intra_dc_precision>0 encoding support
  2126. - support reuse of motion vectors/MB types/field select values of the source video
  2127. - more accurate deblock filter
  2128. - padding support
  2129. - many optimizations and bugfixes
  2130. - FunCom ISS audio file demuxer and according ADPCM decoding
  2131. version 0.4.8:
  2132. - MPEG-2 video encoding (Michael)
  2133. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  2134. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  2135. and Mario Brito)
  2136. - Xan DPCM audio decoder (Mario Brito)
  2137. - Interplay MVE playback subsystem (Mike Melanson)
  2138. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  2139. version 0.4.7:
  2140. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  2141. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  2142. - current version now also compiles with older GCC (Fabrice)
  2143. - 4X multimedia playback system including 4xm file demuxer (Mike
  2144. Melanson), and 4X video and audio codecs (Michael)
  2145. - Creative YUV (CYUV) decoder (Mike Melanson)
  2146. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  2147. than HuffYUV) (Michael)
  2148. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  2149. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  2150. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  2151. - ffplay has been replaced with a newer version which uses SDL (optionally)
  2152. for multiplatform support (Fabrice)
  2153. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  2154. by anonymous
  2155. - AMR format has been added (Johannes Carlsson)
  2156. - 3GP support has been added (Johannes Carlsson)
  2157. - VP3 codec has been added (Mike Melanson)
  2158. - more MPEG-1/2 fixes
  2159. - better multiplatform support, MS Visual Studio fixes (various)
  2160. - AltiVec optimizations (Magnus Damn and others)
  2161. - SH4 processor support has been added (BERO)
  2162. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  2163. - VOB streaming support (Brian Foley)
  2164. - better MP3 autodetection (Andriy Rysin)
  2165. - qpel encoding (Michael)
  2166. - 4mv+b frames encoding finally fixed (Michael)
  2167. - chroma ME (Michael)
  2168. - 5 comparison functions for ME (Michael)
  2169. - B-frame encoding speedup (Michael)
  2170. - WMV2 codec (unfinished - Michael)
  2171. - user specified diamond size for EPZS (Michael)
  2172. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  2173. - ASV2 codec (Michael)
  2174. - CLJR decoder (Alex)
  2175. .. And lots more new enhancements and fixes.
  2176. version 0.4.6:
  2177. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  2178. from scratch
  2179. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  2180. - fix quantization bug in AC3 encoder
  2181. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  2182. - added prototype ffplay program
  2183. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  2184. - bug fix on MCBPC tables of H.263 (Juanjo)
  2185. - bug fix on DC coefficients of H.263 (Juanjo)
  2186. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  2187. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  2188. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  2189. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  2190. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  2191. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  2192. - added first regression tests
  2193. - added MPEG-2 TS demuxer
  2194. - new demux API for libav
  2195. - more accurate and faster IDCT (Michael)
  2196. - faster and entropy-controlled motion search (Michael)
  2197. - two pass video encoding (Michael)
  2198. - new video rate control (Michael)
  2199. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  2200. - great performance improvement of video encoders and decoders (Michael)
  2201. - new and faster bit readers and vlc parsers (Michael)
  2202. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  2203. - added DV video decoder
  2204. - preliminary RTP/RTSP support in ffserver and libavformat
  2205. - H.263+ AIC decoding/encoding support (Juanjo)
  2206. - VCD MPEG-PS mode (Juanjo)
  2207. - PSNR stuff (Juanjo)
  2208. - simple stats output (Juanjo)
  2209. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  2210. version 0.4.5:
  2211. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  2212. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  2213. - added configure system (actually a small shell script)
  2214. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  2215. Michael Hipp (temporary solution - waiting for integer only
  2216. decoder)
  2217. - fixed VIDIOCSYNC interrupt
  2218. - added Intel H.263 decoding support ('I263' AVI fourCC)
  2219. - added Real Video 1.0 decoding (needs further testing)
  2220. - simplified image formats again. Added PGM format (=grey
  2221. pgm). Renamed old PGM to PGMYUV.
  2222. - fixed msmpeg4 slice issues (tell me if you still find problems)
  2223. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  2224. - added support for MPlayer interface
  2225. - added macroblock skip optimization
  2226. - added MJPEG decoder
  2227. - added mmx/mmxext IDCT from libmpeg2
  2228. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  2229. <celer at shell.scrypt.net>)
  2230. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  2231. - added deinterlacing option
  2232. - MPEG-1/2 fixes
  2233. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  2234. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  2235. - Windows porting of file converter
  2236. - added MJPEG raw format (input/output)
  2237. - added JPEG image format support (input/output)
  2238. version 0.4.4:
  2239. - fixed some std header definitions (Bjorn Lindgren
  2240. <bjorn.e.lindgren at telia.com>).
  2241. - added MPEG demuxer (MPEG-1 and 2 compatible).
  2242. - added ASF demuxer
  2243. - added prototype RM demuxer
  2244. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  2245. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  2246. header does not include them)
  2247. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  2248. play them (only tested video)
  2249. - fixed H.263 white bug
  2250. - fixed phase rounding in img resample filter
  2251. - add MMX code for polyphase img resample filter
  2252. - added CPU autodetection
  2253. - added generic title/author/copyright/comment string handling (ASF and RM
  2254. use them)
  2255. - added SWF demux to extract MP3 track (not usable yet because no MP3
  2256. decoder)
  2257. - added fractional frame rate support
  2258. - codecs are no longer searched by read_header() (should fix ffserver
  2259. segfault)
  2260. version 0.4.3:
  2261. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  2262. - fixed raw yuv output
  2263. - added motion rounding support in MPEG-4
  2264. - fixed motion bug rounding in MSMPEG4
  2265. - added B-frame handling in video core
  2266. - added full MPEG-1 decoding support
  2267. - added partial (frame only) MPEG-2 support
  2268. - changed the FOURCC code for H.263 to "U263" to be able to see the
  2269. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  2270. this +codec ;) (JuanJo).
  2271. - Halfpel motion estimation after MB type selection (JuanJo)
  2272. - added pgm and .Y.U.V output format
  2273. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  2274. output.
  2275. - added pgmpipe I/O format (original patch from Martin Aumueller
  2276. <lists at reserv.at>, but changed completely since we use a format
  2277. instead of a protocol)
  2278. version 0.4.2:
  2279. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  2280. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  2281. missing. MSMPEG4 support is complete.
  2282. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  2283. can decode ffmpeg MPEGs :-)).
  2284. - added libavcodec API documentation (see apiexample.c).
  2285. - fixed image polyphase bug (the bottom of some images could be
  2286. greenish)
  2287. - added support for non clipped motion vectors (decoding only)
  2288. and image sizes non-multiple of 16
  2289. - added support for AC prediction (decoding only)
  2290. - added file overwrite confirmation (can be disabled with -y)
  2291. - added custom size picture to H.263 using H.263+ (Juanjo)
  2292. version 0.4.1:
  2293. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  2294. of AVI and ASF to DIV3.
  2295. - added -me option to set motion estimation method
  2296. (default=log). suppressed redundant -hq option.
  2297. - added options -acodec and -vcodec to force a given codec (useful for
  2298. AVI for example)
  2299. - fixed -an option
  2300. - improved dct_quantize speed
  2301. - factorized some motion estimation code
  2302. version 0.4.0:
  2303. - removing grab code from ffserver and moved it to ffmpeg. Added
  2304. multistream support to ffmpeg.
  2305. - added timeshifting support for live feeds (option ?date=xxx in the
  2306. URL)
  2307. - added high quality image resize code with polyphase filter (need
  2308. mmx/see optimization). Enable multiple image size support in ffserver.
  2309. - added multi live feed support in ffserver
  2310. - suppressed master feature from ffserver (it should be done with an
  2311. external program which opens the .ffm url and writes it to another
  2312. ffserver)
  2313. - added preliminary support for video stream parsing (WAV and AVI half
  2314. done). Added proper support for audio/video file conversion in
  2315. ffmpeg.
  2316. - added preliminary support for video file sending from ffserver
  2317. - redesigning I/O subsystem: now using URL based input and output
  2318. (see avio.h)
  2319. - added WAV format support
  2320. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  2321. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  2322. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  2323. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  2324. - added new motion estimation algorithms, log and phods (Juanjo)
  2325. - changed directories: libav for format handling, libavcodec for
  2326. codecs
  2327. version 0.3.4:
  2328. - added stereo in MPEG audio encoder
  2329. version 0.3.3:
  2330. - added 'high quality' mode which use motion vectors. It can be used in
  2331. real time at low resolution.
  2332. - fixed rounding problems which caused quality problems at high
  2333. bitrates and large GOP size
  2334. version 0.3.2: small fixes
  2335. - ASF fixes
  2336. - put_seek bug fix
  2337. version 0.3.1: added avi/divx support
  2338. - added AVI support
  2339. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  2340. - added sound for flash format (not tested)
  2341. version 0.3: initial public release