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.

2767 lines
130KB

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