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.

2174 lines
91KB

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