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.

2003 lines
81KB

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