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.

2246 lines
99KB

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