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.

2131 lines
89KB

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