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.

1923 lines
76KB

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