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.

2309 lines
99KB

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