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.

2868 lines
131KB

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