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.

2300 lines
98KB

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