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.

1907 lines
75KB

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