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.

2380 lines
104KB

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