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.

2152 lines
90KB

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