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.

2122 lines
89KB

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