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.

2428 lines
106KB

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