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.

2189 lines
94KB

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