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.

2381 lines
93KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version 4.2.4
  4. avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_read_default
  5. avcodec/apedec: Fix undefined integer overflow with 24bit
  6. avcodec/loco: Fix integer overflow with large values from loco_get_rice()
  7. avformat/smjpegdec: Check the existence of referred streams
  8. avcodec/pnmdec: Fix misaligned reads
  9. avcodec/scpr3: Fix out of array access with dectab
  10. avcodec/dstdec: Replace AC overread check by sample rate check
  11. avutil/avsscanf: Add () to avoid integer overflow in scanexp()
  12. avformat/utils: reorder duration computation to avoid overflow
  13. avcodec/pngdec: Check for fctl after idat
  14. avformat/hls: Pass a copy of the URL for probing
  15. avformat/hls: check segment duration value of EXTINF
  16. avutil/common: Fix integer overflow in av_ceil_log2_c()
  17. avcodec/wmalosslessdec: fix overflow with pred in revert_cdlms
  18. avformat/mvdec: Fix integer overflow with billions of channels
  19. avformat/microdvddec: skip malformed lines without frame number.
  20. avformat/mxfdec: free duplicated utf16 strings
  21. avformat/4xm: Check that a video stream was created before returning packets for it
  22. avcodec/ffwavesynth: Avoid undefined operation on ts overflow
  23. avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()
  24. avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_int16_c()
  25. avcodec/sonic: Fix several integer overflows
  26. avcodec/mpeg4videodec: avoid invalid values and reinitialize in format changes for studio profile
  27. avcodec/pixlet: Fix log(0) check
  28. avcodec/iff: Fix off by x error
  29. avcodec/wmalosslessdec: Check block_align maximum
  30. avcodec/loco: Fix signed integer overflow in loco_get_rice()
  31. avformat/thp: Check fps
  32. avformat/mpl2dec: Fix integer overflow with duration
  33. avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit()
  34. avcodec/mpeg12dec: remove outdated comments
  35. avcodec/snowdec: Avoid integer overflow with huge qlog
  36. avformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_find_next_sample().
  37. avcodec/mpeg12dec: Fix got_output
  38. avformat/4xm: Cleanup on GET_LIST_HEADER() failure
  39. avcodec/lzf: Consider the needed size in reallocation
  40. avformat/mlvdec: fail reading a packet with 0 streams
  41. avformat/thp: Check compcount
  42. avcodec/adpcm: XA: Check shift similar to filter
  43. avcodec/huffyuvdec: Test vertical coordinate more often
  44. avformat/rawdec: fix identifier names
  45. avcodec/hq_hqa: Check info size
  46. avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()
  47. avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()
  48. avcodec/h264dec: Disable forced small_padding on flag2 fast
  49. avformat/oggparsevorbis: Error out on double init of vp
  50. avcodec/h264_metadata_bsf: Fix invalid av_freep
  51. avformat/hnm: Check for extradata allocation failure
  52. avcodec/bitstream: Don't check for undefined behaviour after it happened
  53. avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleak
  54. avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX
  55. avformat/mov: Fix memleak
  56. avformat/mov: fix memleaks
  57. libavformat/mov: Fix memleaks when demuxing DV audio
  58. avformat/mov: Fix reel_name size check
  59. avformat/mov: Fix memleak upon encountering repeating tags
  60. avformat/matroskaenc: Don't use NULL for %s format string
  61. avformat/webvttdec: Fix memleak upon read header failure
  62. avformat/vplayerdec: Fix memleak upon read header failure
  63. avformat/tedcaptionsdec: Fix memleak upon read header failure
  64. avformat/subviewerdec: Fix memleak upon read header failure
  65. avformat/subviewer1dec: Fix memleak upon read header failure
  66. avformat/stldec: Fix memleak upon read header failure
  67. avformat/srtdec: Fix memleak upon read header failure
  68. avformat/sccdec: Fix memleak upon read header failure
  69. avformat/samidec: Fix memleak upon read header failure
  70. avformat/pjsdec: Fix memleak upon read header failure
  71. avformat/mpsubdec: Fix memleak upon read header failure
  72. avformat/mpl2dec: Fix memleak upon read header failure
  73. avformat/microdvddec: Fix memleak upon read header failure
  74. avformat/lrcdec: Fix memleak upon read header failure
  75. avformat/jacosubdec: Fix memleak upon read header failure
  76. avformat/assdec: Fix memleak upon read header failure
  77. avformat/aqtitledec: Fix memleak upon read header failure
  78. avformat/mov: Fix memleaks upon read_header failure
  79. avformat/omadec: Fix memleaks upon read_header failure
  80. avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer
  81. avformat/matroskadec: Use right number of tracks
  82. avformat/matroskadec: Fix handling gigantic durations
  83. avformat/aviobuf: Don't check for overflow after it happened
  84. avformat/apngenc: Add deinit function
  85. avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input
  86. avcodec/nvenc: honor max bitrate in CQ mode
  87. avcodec/nvenc: zero avg and max bitrate in CQ mode
  88. libavcodec/libvpxenc: Don't free user-provided AVPacket
  89. libavcodec/libmp3lame: Don't free user-provided AVPacket
  90. avcodec/libopusenc: Don't free user-provided AVPacket
  91. version 4.2.3
  92. - avcodec/pnmdec: Use unsigned for maxval rescaling
  93. - avcodec/ivi: Clear got_p_frame before decoding a new frame using it
  94. - avcodec/dsddec: Check channels
  95. - avcodec/xvididct: Fix integer overflow in idct_row()
  96. - avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()
  97. - avcodec/cbs_jpeg: Fix infinite loop in cbs_jpeg_split_fragment()
  98. - avformat/mpegenc: Fix integer overflow with AV_NOPTS_VALUE
  99. - avformat/swfenc: Fix integer overflow in frame rate handling
  100. - avformat/aadec: Check toc_size to contain the minimum to demuxer uses
  101. - avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictly
  102. - ffplay: set stream_index to -1 earlier to prevent segfault
  103. - avformat/mov: Free temp buffer upon negative sample_size error.
  104. - avformat/matroskadec: Improve forward compability
  105. - avformat/matroskadec: Don't discard valid packets
  106. - avformat/matroskaenc: Don't segfault when seekability changes
  107. - avformat/utils: Fix memleaks
  108. - avformat/utils: Fix memleaks in avformat_open_input()
  109. - avfilter/vf_dedot: Fix leak of AVFrame if making it writable fails
  110. - avfilter/vf_paletteuse: Fix potential double-free of AVFrame
  111. - avformat/mov: Don't leak MOVFragmentStreamInfo on error
  112. - avformat/mov: Free encryption data on error
  113. - fftools/ffmpeg: Free swresample dictionary during cleanup
  114. - avcodec/mediacodec_wrapper: fix {input,output}_buffers global reference leak
  115. - avformat/webm_chunk: Close IO if writing header fails
  116. - avcodec/cavsdsp: Fix undefined left shifts of negative numbers
  117. - avcodec/ra144enc: Fix invalid left shift of negative number
  118. - avcodec/adxenc: Avoid undefined left shift of negative numbers
  119. - avcodec/adpcm: Fix undefined left shifts of negative numbers
  120. - avcodec/proresenc_anatoliy: Fix invalid left shift of negative number
  121. - avformat/aviobuf: Honor avio_open[2] documentation
  122. - avcodec/cinepakenc: Fix invalid shifts
  123. - avfilter/vf_xbr: Fix left shift of negative number
  124. - avfilter/vf_hqx: Fix undefined left shifts of negative numbers
  125. - avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers
  126. - avcodec/ituh263dec: Fix undefined left shift of negative number
  127. - avcodec/dnxhdenc: Fix undefined left shifts of negative numbers
  128. - swscale/utils: Fix invalid left shifts of negative numbers
  129. - swscale/x86/swscale: Fix undefined left shifts of negative numbers
  130. - fftools/ffmpeg_opt: Fix signed integer overflow
  131. - avcodec/exr: Fix undefined left shifts of negative numbers
  132. - avformat/movenc: Fix undefined shift
  133. - avcodec/pcm: Fix undefined shifts
  134. - avcodec/wavpackenc: Fix undefined shifts
  135. - avutil/encryption_info: Don't pass NULL to memcpy
  136. - avcodec/ac3enc: Fix memleak
  137. - avcodec/ac3enc: Fix invalid shift
  138. - avcodec/g723_1dec: Fix invalid shift
  139. - avcodec/tdsc: Fix undefined shifts
  140. - avcodec/ttaenc: Fix undefined shift
  141. - avformat/avidec: Fix memleak with embedded GAB2 subtitles
  142. - avformat/matroskadec: Don't discard the upper 32bits of TrackNumber
  143. - dump_extradata: Insert extradata even for small packets
  144. - avformat/segafilmenc: Fix undefined left shift of 1 by 31 places
  145. - avformat/wtvdec: Fix memleak when reading header fails
  146. - avformat/dashenc: Fix leak of AVFormatContext on error
  147. - avformat/fitsdec: Fix potential leak of string in AVBPrint
  148. - avformat/matroskadec: Sanitize SeekHead entries
  149. - avformat/matroskaenc: Fix memleak upon encountering bogus chapter
  150. - avformat/matroskaenc: Make ebml_num_size() more robust
  151. - avformat/oggenc: Don't free AVStream's priv_data, fix memleak
  152. - avformat/utils: Fix memleak when decoding subtitle in find_stream_info
  153. - fftools/ffmpeg_opt: Check attachment filesize
  154. - avformat/mpeg: Don't use unintialized value
  155. - avformat/webmdashenc: Check codec types
  156. - avformat/webmdashenc: Fix memleak upon realloc failure
  157. - avformat/subtitles: Don't increment packet counter prematurely
  158. - avformat/bethsoftvid: Fix potential memleak upon reallocation failure
  159. - avformat/smoothstreaming: Fix memleaks on errors
  160. - avformat/matroskaenc: Check BlockAdditional size before use
  161. - avformat/matroskaenc: Check functions that can fail
  162. - avformat/matroskaenc: Check for reformatting errors
  163. - avformat/matroskadec: Check before allocations
  164. - avfilter/vf_unsharp: Don't dereference NULL
  165. - avcodec/zmbvenc: Correct offset in buffer
  166. - avcodec/cbs_h2645: Fix potential out-of-bounds array access
  167. - avformat/mov: Don't allow negative sample sizes.
  168. - mpeg4videoenc: Don't crash with -fsanitize=bounds
  169. - avformat/mpegts: Shuffle avio_seek
  170. - avcodec/binkaudio: Fix 2Ghz sample_rate
  171. - avcodec/adpcm: Fix integer overflow in ADPCM THP
  172. - avcodec/ralf: Check num_blocks before use
  173. - avcodec/iff: Test video_size being non zero
  174. - avcodec/utvideodec: Fix integer overflow in decode_plane()
  175. - avcodec/ttadsp: Fix several integer overflows in tta_filter_process_c()
  176. - avcodec/ralf: Fix integer overflow in decode_block()
  177. - avcodec/nuv: widen buf_size type
  178. - avcodec/iff: Fix several integer overflows
  179. - avcodec/g729postfilter: Clip gain before scaling with AGC_FAC1
  180. - avcodec/alac: Fix integer overflow with 24/20bps samples
  181. - avcodec/dstdec: Check sample rate
  182. - avformat/thp: Require a video stream
  183. - avformat/mpeg: Decrease score by 1 for files with very little valid data
  184. - avcodec/pngdec: Check length in fdAT
  185. - avcodec/g2meet: Check tile_width in epic_jb_decode_tile()
  186. - avcodec/hapdec: Check tex_size more strictly and before using it
  187. - avcodec/vp9dsp_template: Fix integer overflows in idct32_1d()
  188. - avcodec/alacdsp: Fix invalid shift in append_extra_bits()
  189. - libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming negative
  190. - avcodec/dstdec: Fix integer overflow in read_table()
  191. - avcodec/txd: Check for input size against the header size.
  192. - avcodec/svq1dec: Check that there is data left after the header
  193. - avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter_ref_pic_set_prediction_flag is set
  194. - avcodec/intrax8: Check for end of bitstream in ff_intrax8_decode_picture()
  195. - avcodec/hevc_mp4toannexb_bsf: Check nalu_size
  196. - avcodec/iff: Check length before memcpy() in decode_deep_rle32()
  197. - avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()
  198. - avcodec/pngdec: Pass ret from decode_iccp_chunk()
  199. - avcodec/rv40dsp: Fix integer overflows in rv40_weight_func_*()
  200. - avcodec/ac3dec_fixed: Fix several invalid left shifts in scale_coefs()
  201. - avcodec/flac_parser: Do not lose header count in find_headers_search()
  202. - avcodec/audiodsp: Fix integer overflow in scalarproduct_int16_c()
  203. - avcodec/cbs_jpeg_syntax_template: Check array index in huffman_table()
  204. - avcodec/cbs_jpeg_syntax_template: Check table index before use in dht()
  205. - avformat/oggdec: Check for EOF after page header
  206. - swscale/yuv2rgb: Fix vertical dither offset with slices
  207. - avcodec/dpcm: clip exponent into supported range in XAN DPCM
  208. - avcodec/flacdsp_template: Fix invalid shifts in decorrelate
  209. - avcodec/xvididct: Fix integer overflow in MULT()
  210. - avcodec/ffwavesynth: Correct undefined overflow of PINK_UNIT
  211. - avcodec/cbs_h264_syntax_template: fix off by 1 error with slice_group_change_cycle
  212. - swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of range input
  213. - swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_X_c()
  214. - libavformat/amr.c: Check return value from avio_read()
  215. - libavformat/mov.c: Free aes_decrypt to avoid leaking memory
  216. - libavformat/oggdec.c: Check return value from avio_read()
  217. - avformat/asfdec_f: Fix overflow check in get_tag()
  218. - avformat/nsvdec: Fix memleaks on errors while reading the header
  219. - avcodec/ffwavesynth: Fix integer overflow in computation of ddphi
  220. - avcodec/cbs_jpeg: Check length for SOS
  221. - avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSX
  222. - avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()
  223. - avcodec/cbs_h2645: Treat slices without data as invalid
  224. - avcodec/cbs_h2645: Remove dead code to delete trailing zeroes
  225. - avcodec/cbs_av1_syntax_template: Set seen_frame_header only after successfull uncompressed_header()
  226. - avcodec/mpegaudioenc_template: fix invalid shift of sample
  227. - avcodec/motion_est_template: Fix invalid shifts in no_sub_motion_search()
  228. - libavformat/avienc: Check bits per sample for PAL8
  229. - avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_packet()
  230. - avcodec/magicyuv: Check that there are enough lines for interlacing to be possible
  231. - avformat/mvdec: Check stream numbers
  232. - avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXF
  233. - avcodec/qdm2: Check fft_coefs_index
  234. - avformat/utils: Fix integer overflow with complex time bases in avformat_find_stream_info()
  235. - avformat/avidec: Avoid integer overflow in NI switch check
  236. - fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()
  237. - avfilter/vf_aspect: Fix integer overflow in compute_dar()
  238. - avcodec/apedec: Fix invalid shift with 24 bps
  239. - avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()
  240. - avcodec/dpcm: Fix integer overflow in AV_CODEC_ID_GREMLIN_DPCM
  241. - avcodec/wmalosslessdec: Fix integer overflow with sliding in padding bits
  242. - avcodec/wmalosslessdec: Fix loop in revert_acfilter()
  243. - avcodec/agm: YUV420 without DCT needs even dimensions
  244. - avcodec/agm: Test remaining data in decode_raw_intra_rgb()
  245. - avcodec/lagarith: Sanity check scale
  246. - avcodec/apedec: Fix integer overflows in predictor_decode_mono_3950()
  247. - avcodec/ralf: Fix integer overflow in apply_lpc()
  248. - avcodec/dca_lbr: Fix some error codes and error passing
  249. - avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response()
  250. - avcodec/wmavoice: sanity check block_align
  251. - avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXF
  252. - avcodec/snappy: Sanity check bytestream2_get_levarint()
  253. - avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel()
  254. - avcodec/avdct: Clear IDCTDSPContext context
  255. - avcodec/x86/diracdsp: Fix high bits on Windows x86_64
  256. - tests/fate/lavf-video.mak: fix fate-lavf-gif dependencies
  257. - avformat/mov: Check STCO location
  258. - avcodec/wmalosslessdec: Fix multiple integer overflows
  259. - avcodec/apedec: Fix undefined integer overflow in decode_array_0000()
  260. - avcodec/smacker: Check space before decoding type
  261. - avcodec/rawdec: Use linesize in b64a
  262. - avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBM
  263. - avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32()
  264. - avfilter/vf_find_rect: Remove assert
  265. - avfilter/vf_find_rect: Increase worst case score
  266. - swscale/input: Fix several invalid shifts related to rgb2yuv constants
  267. - swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()
  268. - swscale/swscale: Fix several invalid shifts related to vChrDrop
  269. - avcodec/hevc_mp4toannexb_bsf: check that nalu size doesnt overflow
  270. - avcodec/hevc_mp4toannexb_bsf: Avoid NULL memcpy()
  271. - avcodec/cbs_av1: Check leb128 values read
  272. - avcodec/wmalosslessdec: move channel check up
  273. - avcodec/cbs_h2645: Skip all 0 NAL units
  274. - avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACS
  275. - avcodec/alac: Fix integer overflow in LPC coefficient adaption
  276. - avcodec/g729postfilter: Optimize out overflowing multiplication from apply_tilt_comp()
  277. - avcodec/vc1dec: Check field_mode for sprites
  278. - avcodec/vc1dec: Limit bits by the actual bitstream size
  279. - avcodec/vmdaudio: Check block_align more
  280. - configure: bump year
  281. - avcodec/pgssubdec: Free subtitle on error
  282. - avcodec/nvenc: use framerate if available
  283. - avcodec/cbs_h265: fix writing extension_data bits
  284. - avcodec/nvenc: offset dts to account for b-frame reordering
  285. - Revert "avformat/rtp: Pass sources and block filter addresses via sdp file for rtp"
  286. - avformat/matroskadec: Fix default value of BlockAddID
  287. - avformat/dashdec: Don't allocate and leak strings that are never used
  288. - avformat/matroskaenc: Write level 1 elements in one go
  289. - avformat/rtp: Pass sources and block filter addresses via sdp file for rtp
  290. - avformat/bintext: avoid division by zero
  291. version 4.2.2
  292. - cbs_mpeg2: Fix parsing the last unit
  293. - cbs_mpeg2: Rearrange start code search
  294. - cbs_mpeg2: Decompose Sequence End
  295. - cbs_mpeg2: Fix parsing of picture and slice headers
  296. - cbs: Remove useless initializations
  297. - mpeg2_metadata, cbs_mpeg2: Fix handling of colour_description
  298. - lavc/cbs_h2645_syntax_template: Fix memleak
  299. - avcodec/cbs: Fix potential overflow
  300. - avcodec/cbs: Factor out common code for writing units
  301. - avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()
  302. - avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()
  303. - avcodec/cook: Use 3 stage VLC decoding for channel_coupling
  304. - avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_subframe()
  305. - avcodec/sonic: Check e in get_symbol()
  306. - avcodec/twinvqdec: Correct overflow in block align check
  307. - avcodec/vc1dec: Fix "return -1" cases
  308. - avcodec/vc1dec: Free sprite_output_frame on error
  309. - avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped.
  310. - avcodec/agm: Include block size in the MV check for flags == 3
  311. - avcodec/wmadec: Keep track of exponent initialization per channel
  312. - avcodec/iff: Check that video_size is large enough for the read parameters
  313. - avcodec/cbs_vp9: Check data_size
  314. - avcodec/cbs_vp9: Check index_size
  315. - avcodec/adpcm: Clip predictor for APC
  316. - avcodec/targa: Check colors vs. available space
  317. - avcodec/dstdec: Use get_ur_golomb_jpegls()
  318. - avcodec/wmavoice: Check remaining input in parse_packet_header()
  319. - avcodec/wmalosslessdec: Fix 2 overflows in mclms
  320. - avcodec/wmaprodec: Fixes integer overflow with 32bit samples
  321. - avcodec/adpcm: Fix invalid shift in xa_decode()
  322. - avcodec/wmalosslessdec: Fix several integer issues
  323. - avcodec/wmalosslessdec: Check that padding bits is not more than sample bits
  324. - avcodec/iff: Skip overflowing runs in decode_delta_d()
  325. - avcodec/pnm: Check that the header is not truncated
  326. - avcodec/mp3_header_decompress_bsf: Check sample_rate_index
  327. - avcodec/cbs_av1_syntax_template: Check num_y_points
  328. - avformat/rmdec: Initialize and sanity check offset in ivr_read_header()
  329. - avcodec/agm: Do not allow MVs out of the picture area as no edge is allocated
  330. - avcodec/apedec: Fix 2 integer overflows
  331. - avformat/id3v2: Fix double-free on error
  332. - avcodec/wmaprodec: Set packet_loss when we error out on a sanity check
  333. - avcodec/wmaprodec: Check offset
  334. - avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()
  335. - avcodec/wmaprodec: Check if the channel sum of all internal contexts match the external
  336. - avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access at9_tab_band_ext_group
  337. - avcodec/fitsdec: Use lrint()
  338. - avcodec/g729dec: Avoid using buf_size
  339. - avcodec/g729dec: Factor block_size out
  340. - avcodec/g729dec: require buf_size to be non 0
  341. - avcodec/alac: Fix integer overflow in lpc_prediction() with sign
  342. - avcodec/wmaprodec: Fix buflen computation in save_bits()
  343. - avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block_adv()
  344. - avcodec/vmdaudio: Check chunk counts to avoid integer overflow
  345. - avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()
  346. - avcodec/nuv: Use ff_set_dimensions()
  347. - avformat/vividas: Error out on audio packets in the absence of audio streams
  348. - avformat/vividas: Check and require 1 video stream
  349. - avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next
  350. - avcodec/ralf: Fix integer overflows with the filter coefficient in decode_channel()
  351. - avcodec/g729dec: Use 64bit and clip in scalar product
  352. - avcodec/mxpegdec: Check for multiple SOF
  353. - avcodec/nuv: Move comptype check up
  354. - avcodec/wmavoice: Fix integer overflow in synth_frame()
  355. - avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit cases
  356. - avutil/lfg: Correct index increment type to avoid undefined behavior
  357. - avcodec/cngdec: Remove AV_CODEC_CAP_DELAY
  358. - avcodec/iff: Move index use after check in decodeplane8()
  359. - avcodec/atrac3: Check for huge block aligns
  360. - avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block()
  361. - avcodec/wmadec: Require previous exponents for reuse
  362. - avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling
  363. - avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid
  364. - avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter()
  365. - avcodec/sonic: Fix integer overflow in predictor_calc_error()
  366. - avformat/vividas: Add EOF check in val_1 loop in track_header()
  367. - avcodec/atrac9dec: Check precision_fine/coarse
  368. - avformat/mp3dec: Check that the frame fits within the probe buffer
  369. - vcodec/agm: Alloc based on coded dimensions
  370. - avcodec/wmaprodec: get frame during frame decode
  371. - avcodec/interplayacm: Fix overflow of last unused value
  372. - avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKI
  373. - avcodec/cook: Move up and extend block_align check
  374. - avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four()
  375. - avcodec/twinvq: Check block_align
  376. - avcodec/cook: Enlarge gain table
  377. - avcodec/cook: Check samples_per_channel earlier
  378. - avcodec/atrac3plus: Check split point in fill mode 3
  379. - avcodec/wmavoice: Check sample_rate
  380. - avcodec/xsubdec: fix overflow in alpha handling
  381. - avcodec/iff: Check available space before entering loop in decode_long_vertical_delta2() / decode_long_vertical_delta()
  382. - avcodec/apedec: Fix integer overflow in filter_3800()
  383. - avutil/lfg: Document the AVLFG struct
  384. - avcodec/ffv1dec: Use a different error message for the slice level CRC
  385. - avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
  386. - avcodec/dstdec: Check that AC probabilities are within range
  387. - avcodec/dstdec: Check read_table() for failure
  388. - avformat/vividas: Fix n_sb_blocks Check
  389. - avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0
  390. - avcodec/snowenc: Fix 2 undefined shifts
  391. - avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags()
  392. - avcodec/aptx: Check the number of channels
  393. - avcodec/aacdec_template: Check samplerate
  394. - avcodec/truemotion2: Fix several integer overflows in tm2_low_res_block()
  395. - avcodec/utils: Check block_align
  396. - avcodec/wmalosslessdec: Fix some integer anomalies
  397. - avcodec/adpcm: Fix invalid shifts in ADPCM DTK
  398. - avcodec/apedec: Only clear the needed buffer space, instead of all
  399. - avcodec/libvorbisdec: Fix insufficient input checks leading to out of array reads
  400. - avcodec/g723_1dec: fix invalid shift with negative sid_gain
  401. - avcodec/vp5: Check render_x/y
  402. - avcodec/hcom: Check the root entry and the right entries
  403. - avcodec/qdrw: Check input for header/skiped space before get_buffer()
  404. - avcodec/ralf: Skip initializing unused filter variables
  405. - avcodec/takdec: Fix overflow with large sample rates
  406. - avcodec/atrac9dec: Set channels
  407. - avcodec/alsdec: Check that input space for header exists in read_diff_float_data()
  408. - avformat/pjsdec: Check duration for overflow
  409. - avcodec/agm: Check for reference frame earlier
  410. - avcodec/ptx: Check that the input contains at least one line
  411. - avcodec/alac: Fix integer overflow in LPC
  412. - avcodec/smacker: Fix integer overflows in pred[] in smka_decode_frame()
  413. - avcodec/aliaspixdec: Check input size against minimal picture size
  414. - avcodec/ffwavesynth: Fix integer overflows in pink noise addition
  415. - avcodec/vc1_block: Fixes integer overflow in vc1_decode_i_block_adv()
  416. - avcodec/wmalosslessdec: Check block_align
  417. - avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weighted_vector_sum()
  418. - avcodec/g729postfilter: Fix left shift of negative value
  419. - avcodec/binkaudio: Check sample rate
  420. - avcodec/sbcdec: Fix integer overflows in sbc_synthesize_eight()
  421. - avcodec/adpcm: Check initial predictor for ADPCM_IMA_EA_EACS
  422. - avcodec/g723_1dec: Fix overflow in shift
  423. - avcodec/apedec: Fix integer overflow in predictor_update_3930()
  424. - avcodec/g729postfilter: Fix undefined intermediate pointers
  425. - avcodec/g729postfilter: Fix undefined shifts
  426. - avcodec/lsp: Fix undefined shifts in lsp2poly()
  427. - avcodec/adpcm: Fix left shifts in AV_CODEC_ID_ADPCM_EA
  428. - avformat/shortendec: Check k in probe
  429. - avfilter/vf_geq: Use av_clipd() instead of av_clipf()
  430. - avcodec/wmaprodec: Check that the streams channels do not exceed the overall channels
  431. - avcodec/qdmc: Check input space in qdmc_get_vlc()
  432. - avcodec/wmaprodec: Fix cleanup on error
  433. - avcodec/pcm: Check bits_per_coded_sample
  434. - avcodec/exr: Allow duplicate use of channel indexes
  435. - avcodec/fitsdec: Fail on 0 naxisn
  436. - avcodec/dxv: Subtract 12 earlier in dxv_decompress_cocg()
  437. - libavcodec/dxv: Remove redundant seek
  438. - avcodec/ituh263dec: Check input for minimal frame size
  439. - avcodec/truemotion1: Check that the input has enough space for a minimal index_stream
  440. - avformat/mpsubdec: Clear queue on error
  441. - avcodec/sunrast: Check that the input is large enough for the maximally compressed image
  442. - avcodec/sunrast: Check for availability of maplength before allocating image
  443. - avformat/subtitles: Check nb_subs in ff_subtitles_queue_finalize()
  444. - avcodec/vc1_block: Fix invalid left shift in vc1_decode_p_mb()
  445. - avcodec/wmaprodec: Check if there is a stream
  446. - avcodec/g2meet: Check for end of input in jpg_decode_block()
  447. - avcodec/g2meet: Check if adjusted pixel was on the stack
  448. - avformat/electronicarts: If no packet has been read at the end do not treat it as if theres a packet
  449. - avcodec/dxv: Check op_offset in dxv_decompress_yo()
  450. - avcodec/utils: Check sample_rate before opening the decoder
  451. - avcodec/aptx: Fix multiple shift anomalies
  452. - avcodec/fitsdec: fix use of uninitialised values
  453. - avcodec/motionpixels: Mark 2 functions as always_inline
  454. - avcodec/ituh263dec: Make the condition for the studio slice start code match between ff_h263_resync() and ff_mpeg4_decode_studio_slice_header()
  455. - avcodec/ralf: Fix integer overflow in decode_channel()
  456. - vcodec/vc1: compute rangex/y only for P/B frames
  457. - avcodec/vc1_pred: Fix invalid shifts in scaleforopp()
  458. - avcodec/vc1_block: Fix invalid shift with rangeredfrm
  459. - avcodec/vc1: Check for excessive resolution
  460. - avcodec/vc1: check REFDIST
  461. - avcodec/apedec: Fix several integer overflows in predictor_update_filter() and do_apply_filter()
  462. - avcodec/hevc_cabac: Tighten the limit on k in ff_hevc_cu_qp_delta_abs()
  463. - avcodec/4xm: Check index in decode_i_block() also in the path where its not used.
  464. - avcodec/loco: Check for end of input in the first line
  465. - avcodec/atrac3: Check block_align
  466. - avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loop
  467. - avcodec/hcom: Check that there are dictionary entries
  468. - avcodec/fitsdec: Prevent division by 0 with huge data_max
  469. - avcodec/dstdec: Fix integer overflow in samples_per_frame computation
  470. - avcodec/g729_parser: Check block_size
  471. - avcodec/sbcdec: Initialize number of channels
  472. - avcodec/utils: Optimize ff_color_frame() using memcpy()
  473. - avcodec/aacdec: Check if we run out of input in read_stream_mux_config()
  474. - avcodec/utils: Use av_memcpy_backptr() in ff_color_frame()
  475. - avcodec/smacker: Fix integer overflow in signed int multiply in SMK_BLK_FILL
  476. - avcodec/alac: Fix invalid shifts in 20/24 bps
  477. - avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction()
  478. - avcodec/ffwavesynth: Fix integer overflow in timestamps
  479. - avformat/vividas: Test size and packet numbers a bit more
  480. - avformat/vividas: Check n_sb_blocks against input space
  481. - avcodec/dxv: Check op_offset in both directions
  482. - avcodec/adpcm: Check number of channels for MTAF
  483. - avcodec/sunrast: Fix indention
  484. - avcodec/sunrast: Fix return type for "unsupported (compression) type"
  485. - avcodec/utils: Check channels fully earlier
  486. - avformat/mov: Check for EOF in mov_read_meta()
  487. - avcodec/hevcdec: Fix memleak of a53_caption
  488. - avformat/vividas: Remove align offset which is always masked off
  489. - avformat/vividas: remove dead assignment
  490. - avformat/cdxl: Fix integer overflow in intermediate
  491. - avcodec/hevcdec: repeat character in skiped
  492. - repeat an even number of characters in occured
  493. - avcodec/gdv: Replace assert() checking bitstream by if()
  494. - libavcodec/utils: Free threads on init failure
  495. - avcodec/htmlsubtitles: Avoid locale dependant isdigit()
  496. - avcodec/alsdec: Check k from being outside what our implementation can handle
  497. - avcodec/takdec: Fix integer overflow in decorrelate()
  498. - avcodec/aacps: Fix integer overflows in hybrid_synthesis()
  499. - avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()
  500. - avcodec/vp56rac: delay signaling an error on truncated input
  501. - avcodec/pnm_parser: Use memchr() in pnm_parse()
  502. - tests: Fix bash errors in lavf_container tests.
  503. - avformat/matroskadec: Fix use-after-free when demuxing ProRes
  504. - avformat/matroskadec: Fix demuxing ProRes
  505. - avcodec/cbs_av1: fix array size for ar_coeffs_cb_plus_128 and ar_coeffs_cr_plus_128
  506. - avcodec/cbs_av1: avoid reading trailing bits when obu type is OBU_TILE_LIST
  507. - lavc/cbs_h2645: Fix incorrect max size of nalu unit
  508. - avcodec/extract_extradata_bsf: Don't unref uninitialized buffers
  509. - avformat/av1: Fix leak of dynamic buffer in case of parsing failure
  510. - libavformat/rtsp: return error if rtsp_hd_out is null instead of crash
  511. - cbs_h264: Fix missing inferred colour description fields
  512. - avcodec/cbs_av1: keep separate reference frame state for reading and writing
  513. - avcodec/cbs_av1: fix reading reference order hint in skip_mode_params()
  514. - avcodec/amfnec: allocate packets using av_new_packet()
  515. - avcodec/nvenc: make sure newly allocated packets are refcounted
  516. - lavc/mpeg4audio: add chan_config check to avoid indeterminate channels
  517. - aformat/movenc: add missing padding to output track extradata
  518. - avcodec/nvenc: add driver version info for SDK 9.1
  519. - avcodec/bsf: check that AVBSFInternal was allocated before dereferencing it
  520. version 4.2.1:
  521. - avformat/vividas: check for tiny blocks using alignment
  522. - avcodec/vc1_pred: Fix refdist in scaleforopp()
  523. - avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2
  524. - avcodec/iff: Check for overlap in cmap_read_palette()
  525. - avcodec/apedec: Fix 32bit int overflow in do_apply_filter()
  526. - lavf/rawenc: Only accept the appropriate stream type for raw muxers.
  527. - avformat/matroskadec: use av_fast_realloc to reallocate ebml list arrays
  528. - avformat/matroskadec: use proper types for some EbmlSyntax fields
  529. - avcodec/ralf: fix undefined shift in extend_code()
  530. - avcodec/ralf: fix undefined shift
  531. - avcodec/bgmc: Check input space in ff_bgmc_decode_init()
  532. - avcodec/vp3: Check for end of input in 2 places of vp4_unpack_macroblocks()
  533. - avcodec/truemotion2: Fix multiple integer overflows in tm2_null_res_block()
  534. - avcodec/vc1_block: Check the return code from vc1_decode_p_block()
  535. - avcodec/vc1dec: Require res_sprite for wmv3images
  536. - avcodec/vc1_block: Check for double escapes
  537. - avcodec/vorbisdec: Check get_vlc2() failure
  538. - avcodec/tta: Fix integer overflow in prediction
  539. - avcodec/vb: Check input packet size to be large enough to contain flags
  540. - avcodec/cavsdec: Limit the number of access units per packet to 2
  541. - avcodec/atrac9dec: Check block_align
  542. - avcodec/alac: Check for bps of 0
  543. - avcodec/alac: Fix multiple integer overflows in lpc_prediction()
  544. - avcodec/rl2: set dimensions
  545. - avcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUP
  546. - avcodec/idcinvideo: Add 320x240 default maximum resolution
  547. - avformat/realtextdec: free queue on error
  548. - avcodec/vp5/6/8: use vpX_rac_is_end()
  549. - avformat/vividas: Check av_xiphlacing() return value before use
  550. - avcodec/alsdec: Fix integer overflow in decode_var_block_data()
  551. - avcodec/alsdec: Limit maximum channels to 512
  552. - avcodec/anm: Check input size for a frame with just a stop code
  553. - avcodec/flicvideo: Optimize and Simplify FLI_COPY in flic_decode_frame_24BPP() by using bytestream2_get_buffer()
  554. - avcodec/loco: Check left column value
  555. - avcodec/ffwavesynth: Fixes invalid shift with pink noise seeking
  556. - avcodec/ffwavesynth: Fix integer overflow for some corner case values
  557. - avcodec/indeo2: Check remaining input more often
  558. - avcodec/diracdec: Check that slices are fewer than pixels
  559. - avcodec/vp56: Consider the alpha start as end of the prior header
  560. - avcodec/4xm: Check for end of input in decode_p_block()
  561. - avcodec/hevcdec: Check delta_luma_weight_l0/1
  562. - avcodec/hnm4video: Optimize postprocess_current_frame()
  563. - avcodec/hevc_refs: Optimize 16bit generate_missing_ref()
  564. - avcodec/scpr: Use av_memcpy_backptr() in type 17 and 33
  565. - avcodec/tiff: Enforce increasing offsets
  566. - avcodec/dds: Use ff_set_dimensions()
  567. - avformat/vividas: Fix another infinite loop
  568. - avformat/vividas: Fix infinite loop in header parser
  569. - avcodec/mpc8: Fix 32bit mask/enum
  570. - avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()
  571. - avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()
  572. - avcodec/alsdec: fix mantisse shift
  573. - avcodec/pngdec: consider chunk size in minimal size check
  574. - avcodec/vc1_block: Fix invalid shifts in vc1_decode_i_blocks()
  575. - avcodec/vc1_block: fix invalid shift in vc1_decode_p_mb()
  576. - avcodec/aacdec_template: fix integer overflow in imdct_and_windowing()
  577. - avformat/mpegts: Check if ready on SCTE reception
  578. - avcodec/omx: fix xFramerate calculation
  579. - avformat/avidec: add support for recognizing HEVC fourcc when demuxing
  580. - avformat/mpegts: fix teletext PTS when selecting teletext streams only
  581. - avcodec/h2645_parse: zero initialize the rbsp buffer
  582. - avcodec/omx: Fix handling of fragmented buffers
  583. - avcodec/omx: ensure zerocopy mode can be disabled on rpi builds
  584. - avformat/mxfdec: do not ignore bad size errors
  585. - avformat/matroskadec: Fix seeking
  586. - ffplay: properly detect all window size changes
  587. version 4.2:
  588. - tpad filter
  589. - AV1 decoding support through libdav1d
  590. - dedot filter
  591. - chromashift and rgbashift filters
  592. - freezedetect filter
  593. - truehd_core bitstream filter
  594. - dhav demuxer
  595. - PCM-DVD encoder
  596. - GIF parser
  597. - vividas demuxer
  598. - hymt decoder
  599. - anlmdn filter
  600. - maskfun filter
  601. - hcom demuxer and decoder
  602. - ARBC decoder
  603. - libaribb24 based ARIB STD-B24 caption support (profiles A and C)
  604. - Support decoding of HEVC 4:4:4 content in nvdec and cuviddec
  605. - removed libndi-newtek
  606. - agm decoder
  607. - KUX demuxer
  608. - AV1 frame split bitstream filter
  609. - lscr decoder
  610. - lagfun filter
  611. - asoftclip filter
  612. - Support decoding of HEVC 4:4:4 content in vdpau
  613. - colorhold filter
  614. - xmedian filter
  615. - asr filter
  616. - showspatial multimedia filter
  617. - VP4 video decoder
  618. - IFV demuxer
  619. - derain filter
  620. - deesser filter
  621. - mov muxer writes tracks with unspecified language instead of English by default
  622. - add support for using clang to compile CUDA kernels
  623. version 4.1:
  624. - deblock filter
  625. - tmix filter
  626. - amplify filter
  627. - fftdnoiz filter
  628. - aderivative and aintegral audio filters
  629. - pal75bars and pal100bars video filter sources
  630. - support mbedTLS based TLS
  631. - adeclick filter
  632. - adeclip filter
  633. - libtensorflow backend for DNN based filters like srcnn
  634. - vc1 decoder is now bit-exact
  635. - ATRAC9 decoder
  636. - lensfun wrapper filter
  637. - colorconstancy filter
  638. - AVS2 video decoder via libdavs2
  639. - IMM4 video decoder
  640. - Brooktree ProSumer video decoder
  641. - MatchWare Screen Capture Codec decoder
  642. - WinCam Motion Video decoder
  643. - 1D LUT filter (lut1d)
  644. - RemotelyAnywhere Screen Capture decoder
  645. - cue and acue filters
  646. - support for AV1 in MP4
  647. - transpose_npp filter
  648. - AVS2 video encoder via libxavs2
  649. - amultiply filter
  650. - Block-Matching 3d (bm3d) denoising filter
  651. - acrossover filter
  652. - ilbc decoder
  653. - audio denoiser as afftdn filter
  654. - AV1 parser
  655. - SER demuxer
  656. - sinc audio filter source
  657. - chromahold filter
  658. - setparams filter
  659. - vibrance filter
  660. - decoding S12M timecode in h264
  661. - xstack filter
  662. - pcm vidc decoder and encoder
  663. - (a)graphmonitor filter
  664. - yadif_cuda filter
  665. version 4.0:
  666. - Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams
  667. - Dropped support for OpenJPEG versions 2.0 and below. Using OpenJPEG now
  668. requires 2.1 (or later) and pkg-config.
  669. - VDA dropped (use VideoToolbox instead)
  670. - MagicYUV encoder
  671. - Raw AMR-NB and AMR-WB demuxers
  672. - TiVo ty/ty+ demuxer
  673. - Intel QSV-accelerated MJPEG encoding
  674. - PCE support for extended channel layouts in the AAC encoder
  675. - native aptX and aptX HD encoder and decoder
  676. - Raw aptX and aptX HD muxer and demuxer
  677. - NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding
  678. - Intel QSV-accelerated overlay filter
  679. - mcompand audio filter
  680. - acontrast audio filter
  681. - OpenCL overlay filter
  682. - video mix filter
  683. - video normalize filter
  684. - audio lv2 wrapper filter
  685. - VAAPI MJPEG and VP8 decoding
  686. - AMD AMF H.264 and HEVC encoders
  687. - video fillborders filter
  688. - video setrange filter
  689. - nsp demuxer
  690. - support LibreSSL (via libtls)
  691. - AVX-512/ZMM support added
  692. - Dropped support for building for Windows XP. The minimum supported Windows
  693. version is Windows Vista.
  694. - deconvolve video filter
  695. - entropy video filter
  696. - hilbert audio filter source
  697. - aiir audio filter
  698. - aiff: add support for CD-ROM XA ADPCM
  699. - Removed the ffserver program
  700. - Removed the ffmenc and ffmdec muxer and demuxer
  701. - VideoToolbox HEVC encoder and hwaccel
  702. - VAAPI-accelerated ProcAmp (color balance), denoise and sharpness filters
  703. - Add android_camera indev
  704. - codec2 en/decoding via libcodec2
  705. - muxer/demuxer for raw codec2 files and .c2 files
  706. - Moved nvidia codec headers into an external repository.
  707. They can be found at http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
  708. - native SBC encoder and decoder
  709. - drmeter audio filter
  710. - hapqa_extract bitstream filter
  711. - filter_units bitstream filter
  712. - AV1 Support through libaom
  713. - E-AC-3 dependent frames support
  714. - bitstream filter for extracting E-AC-3 core
  715. - Haivision SRT protocol via libsrt
  716. - segafilm muxer
  717. - vfrdet filter
  718. - SRCNN filter
  719. version 3.4:
  720. - deflicker video filter
  721. - doubleweave video filter
  722. - lumakey video filter
  723. - pixscope video filter
  724. - oscilloscope video filter
  725. - config.log and other configuration files moved into ffbuild/ directory
  726. - update cuvid/nvenc headers to Video Codec SDK 8.0.14
  727. - afir audio filter
  728. - scale_cuda CUDA based video scale filter
  729. - librsvg support for svg rasterization
  730. - crossfeed audio filter
  731. - spec compliant VP9 muxing support in MP4
  732. - remove the libnut muxer/demuxer wrappers
  733. - remove the libschroedinger encoder/decoder wrappers
  734. - surround audio filter
  735. - sofalizer filter switched to libmysofa
  736. - Gremlin Digital Video demuxer and decoder
  737. - headphone audio filter
  738. - superequalizer audio filter
  739. - roberts video filter
  740. - The x86 assembler default switched from yasm to nasm, pass
  741. --x86asmexe=yasm to configure to restore the old behavior.
  742. - additional frame format support for Interplay MVE movies
  743. - support for decoding through D3D11VA in ffmpeg
  744. - limiter video filter
  745. - libvmaf video filter
  746. - Dolby E decoder and SMPTE 337M demuxer
  747. - unpremultiply video filter
  748. - tlut2 video filter
  749. - floodfill video filter
  750. - pseudocolor video filter
  751. - raw G.726 muxer and demuxer, left- and right-justified
  752. - NewTek NDI input/output device
  753. - Some video filters with several inputs now use a common set of options:
  754. blend, libvmaf, lut3d, overlay, psnr, ssim.
  755. They must always be used by name.
  756. - FITS demuxer and decoder
  757. - FITS muxer and encoder
  758. - add --disable-autodetect build switch
  759. - drop deprecated qtkit input device (use avfoundation instead)
  760. - despill video filter
  761. - haas audio filter
  762. - SUP/PGS subtitle muxer
  763. - convolve video filter
  764. - VP9 tile threading support
  765. - KMS screen grabber
  766. - CUDA thumbnail filter
  767. - V4L2 mem2mem HW assisted codecs
  768. - Rockchip MPP hardware decoding
  769. - vmafmotion video filter
  770. - use MIME type "G726" for little-endian G.726, "AAL2-G726" for big-endian G.726
  771. version 3.3:
  772. - CrystalHD decoder moved to new decode API
  773. - add internal ebur128 library, remove external libebur128 dependency
  774. - Pro-MPEG CoP #3-R2 FEC protocol
  775. - premultiply video filter
  776. - Support for spherical videos
  777. - configure now fails if autodetect-libraries are requested but not found
  778. - PSD Decoder
  779. - 16.8 floating point pcm decoder
  780. - 24.0 floating point pcm decoder
  781. - Apple Pixlet decoder
  782. - QDMC audio decoder
  783. - NewTek SpeedHQ decoder
  784. - MIDI Sample Dump Standard demuxer
  785. - readeia608 filter
  786. - Sample Dump eXchange demuxer
  787. - abitscope multimedia filter
  788. - Scenarist Closed Captions demuxer and muxer
  789. - threshold filter
  790. - midequalizer filter
  791. - Optimal Huffman tables for (M)JPEG encoding
  792. - VAAPI-accelerated MPEG-2 and VP8 encoding
  793. - FM Screen Capture Codec decoder
  794. - native Opus encoder
  795. - ScreenPressor decoder
  796. - incomplete ClearVideo decoder
  797. - Intel QSV video scaling and deinterlacing filters
  798. - Support MOV with multiple sample description tables
  799. - XPM decoder
  800. - Removed the legacy X11 screen grabber, use XCB instead
  801. - MPEG-7 Video Signature filter
  802. - Removed asyncts filter (use af_aresample instead)
  803. - Intel QSV-accelerated VP8 video decoding
  804. - VAAPI-accelerated deinterlacing
  805. version 3.2:
  806. - libopenmpt demuxer
  807. - tee protocol
  808. - Changed metadata print option to accept general urls
  809. - Alias muxer for Ogg Video (.ogv)
  810. - VP8 in Ogg muxing
  811. - curves filter doesn't automatically insert points at x=0 and x=1 anymore
  812. - 16-bit support in curves filter and selectivecolor filter
  813. - OpenH264 decoder wrapper
  814. - MediaCodec H.264/HEVC/MPEG-4/VP8/VP9 hwaccel
  815. - True Audio (TTA) muxer
  816. - crystalizer audio filter
  817. - acrusher audio filter
  818. - bitplanenoise video filter
  819. - floating point support in als decoder
  820. - fifo muxer
  821. - maskedclamp filter
  822. - hysteresis filter
  823. - lut2 filter
  824. - yuvtestsrc filter
  825. - CUDA CUVID H.263/VP8/VP9/10 bit HEVC (Dithered) Decoding
  826. - vaguedenoiser filter
  827. - added threads option per filter instance
  828. - weave filter
  829. - gblur filter
  830. - avgblur filter
  831. - sobel and prewitt filter
  832. - MediaCodec HEVC/MPEG-4/VP8/VP9 decoding
  833. - Meridian Lossless Packing (MLP) / TrueHD encoder
  834. - Non-Local Means (nlmeans) denoising filter
  835. - sdl2 output device and ffplay support
  836. - sdl1 output device and sdl1 support removed
  837. - extended mov edit list support
  838. - libfaac encoder removed
  839. - Matroska muxer now writes CRC32 elements by default in all Level 1 elements
  840. - sidedata video and asidedata audio filter
  841. - Changed mapping of rtp MIME type G726 to codec g726le.
  842. - spec compliant VAAPI/DXVA2 VC-1 decoding of slices in frame-coded images
  843. version 3.1:
  844. - DXVA2-accelerated HEVC Main10 decoding
  845. - fieldhint filter
  846. - loop video filter and aloop audio filter
  847. - Bob Weaver deinterlacing filter
  848. - firequalizer filter
  849. - datascope filter
  850. - bench and abench filters
  851. - ciescope filter
  852. - protocol blacklisting API
  853. - MediaCodec H264 decoding
  854. - VC-2 HQ RTP payload format (draft v1) depacketizer and packetizer
  855. - VP9 RTP payload format (draft v2) packetizer
  856. - AudioToolbox audio decoders
  857. - AudioToolbox audio encoders
  858. - coreimage filter (GPU based image filtering on OSX)
  859. - libdcadec removed
  860. - bitstream filter for extracting DTS core
  861. - ADPCM IMA DAT4 decoder
  862. - musx demuxer
  863. - aix demuxer
  864. - remap filter
  865. - hash and framehash muxers
  866. - colorspace filter
  867. - hdcd filter
  868. - readvitc filter
  869. - VAAPI-accelerated format conversion and scaling
  870. - libnpp/CUDA-accelerated format conversion and scaling
  871. - Duck TrueMotion 2.0 Real Time decoder
  872. - Wideband Single-bit Data (WSD) demuxer
  873. - VAAPI-accelerated H.264/HEVC/MJPEG encoding
  874. - DTS Express (LBR) decoder
  875. - Generic OpenMAX IL encoder with support for Raspberry Pi
  876. - IFF ANIM demuxer & decoder
  877. - Direct Stream Transfer (DST) decoder
  878. - loudnorm filter
  879. - MTAF demuxer and decoder
  880. - MagicYUV decoder
  881. - OpenExr improvements (tile data and B44/B44A support)
  882. - BitJazz SheerVideo decoder
  883. - CUDA CUVID H264/HEVC decoder
  884. - 10-bit depth support in native utvideo decoder
  885. - libutvideo wrapper removed
  886. - YUY2 Lossless Codec decoder
  887. - VideoToolbox H.264 encoder
  888. version 3.0:
  889. - Common Encryption (CENC) MP4 encoding and decoding support
  890. - DXV decoding
  891. - extrastereo filter
  892. - ocr filter
  893. - alimiter filter
  894. - stereowiden filter
  895. - stereotools filter
  896. - rubberband filter
  897. - tremolo filter
  898. - agate filter
  899. - chromakey filter
  900. - maskedmerge filter
  901. - Screenpresso SPV1 decoding
  902. - chromaprint fingerprinting muxer
  903. - ffplay dynamic volume control
  904. - displace filter
  905. - selectivecolor filter
  906. - extensive native AAC encoder improvements and removal of experimental flag
  907. - ADPCM PSX decoder
  908. - 3dostr, dcstr, fsb, genh, vag, xvag, ads, msf, svag & vpk demuxer
  909. - zscale filter
  910. - wve demuxer
  911. - zero-copy Intel QSV transcoding in ffmpeg
  912. - shuffleframes filter
  913. - SDX2 DPCM decoder
  914. - vibrato filter
  915. - innoHeim/Rsupport Screen Capture Codec decoder
  916. - ADPCM AICA decoder
  917. - Interplay ACM demuxer and audio decoder
  918. - XMA1 & XMA2 decoder
  919. - realtime filter
  920. - anoisesrc audio filter source
  921. - IVR demuxer
  922. - compensationdelay filter
  923. - acompressor filter
  924. - support encoding 16-bit RLE SGI images
  925. - apulsator filter
  926. - sidechaingate audio filter
  927. - mipsdspr1 option has been renamed to mipsdsp
  928. - aemphasis filter
  929. - mips32r5 option has been removed
  930. - mips64r6 option has been removed
  931. - DXVA2-accelerated VP9 decoding
  932. - SOFAlizer: virtual binaural acoustics filter
  933. - VAAPI VP9 hwaccel
  934. - audio high-order multiband parametric equalizer
  935. - automatic bitstream filtering
  936. - showspectrumpic filter
  937. - libstagefright support removed
  938. - spectrumsynth filter
  939. - ahistogram filter
  940. - only seek with the right mouse button in ffplay
  941. - toggle full screen when double-clicking with the left mouse button in ffplay
  942. - afftfilt filter
  943. - convolution filter
  944. - libquvi support removed
  945. - support for dvaudio in wav and avi
  946. - libaacplus and libvo-aacenc support removed
  947. - Cineform HD decoder
  948. - new DCA decoder with full support for DTS-HD extensions
  949. - significant performance improvements in Windows Television (WTV) demuxer
  950. - nnedi deinterlacer
  951. - streamselect video and astreamselect audio filter
  952. - swaprect filter
  953. - metadata video and ametadata audio filter
  954. - SMPTE VC-2 HQ profile support for the Dirac decoder
  955. - SMPTE VC-2 native encoder supporting the HQ profile
  956. version 2.8:
  957. - colorkey video filter
  958. - BFSTM/BCSTM demuxer
  959. - little-endian ADPCM_THP decoder
  960. - Hap decoder and encoder
  961. - DirectDraw Surface image/texture decoder
  962. - ssim filter
  963. - optional new ASF demuxer
  964. - showvolume filter
  965. - Many improvements to the JPEG 2000 decoder
  966. - Go2Meeting decoding support
  967. - adrawgraph audio and drawgraph video filter
  968. - removegrain video filter
  969. - Intel QSV-accelerated MPEG-2 video and HEVC encoding
  970. - Intel QSV-accelerated MPEG-2 video and HEVC decoding
  971. - Intel QSV-accelerated VC-1 video decoding
  972. - libkvazaar HEVC encoder
  973. - erosion, dilation, deflate and inflate video filters
  974. - Dynamic Audio Normalizer as dynaudnorm filter
  975. - Reverse video and areverse audio filter
  976. - Random filter
  977. - deband filter
  978. - AAC fixed-point decoding
  979. - sidechaincompress audio filter
  980. - bitstream filter for converting HEVC from MP4 to Annex B
  981. - acrossfade audio filter
  982. - allyuv and allrgb video sources
  983. - atadenoise video filter
  984. - OS X VideoToolbox support
  985. - aphasemeter filter
  986. - showfreqs filter
  987. - vectorscope filter
  988. - waveform filter
  989. - hstack and vstack filter
  990. - Support DNx100 (1440x1080@8)
  991. - VAAPI hevc hwaccel
  992. - VDPAU hevc hwaccel
  993. - framerate filter
  994. - Switched default encoders for webm to VP9 and Opus
  995. - Removed experimental flag from the JPEG 2000 encoder
  996. version 2.7:
  997. - FFT video filter
  998. - TDSC decoder
  999. - DTS lossless extension (XLL) decoding (not lossless, disabled by default)
  1000. - showwavespic filter
  1001. - DTS decoding through libdcadec
  1002. - Drop support for nvenc API before 5.0
  1003. - nvenc HEVC encoder
  1004. - Detelecine filter
  1005. - Intel QSV-accelerated H.264 encoding
  1006. - MMAL-accelerated H.264 decoding
  1007. - basic APNG encoder and muxer with default extension "apng"
  1008. - unpack DivX-style packed B-frames in MPEG-4 bitstream filter
  1009. - WebM Live Chunk Muxer
  1010. - nvenc level and tier options
  1011. - chorus filter
  1012. - Canopus HQ/HQA decoder
  1013. - Automatically rotate videos based on metadata in ffmpeg
  1014. - improved Quickdraw compatibility
  1015. - VP9 high bit-depth and extended colorspaces decoding support
  1016. - WebPAnimEncoder API when available for encoding and muxing WebP
  1017. - Direct3D11-accelerated decoding
  1018. - Support Secure Transport
  1019. - Multipart JPEG demuxer
  1020. version 2.6:
  1021. - nvenc encoder
  1022. - 10bit spp filter
  1023. - colorlevels filter
  1024. - RIFX format for *.wav files
  1025. - RTP/mpegts muxer
  1026. - non continuous cache protocol support
  1027. - tblend filter
  1028. - cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
  1029. - Camellia symmetric block cipher
  1030. - OpenH264 encoder wrapper
  1031. - VOC seeking support
  1032. - Closed caption Decoder
  1033. - fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
  1034. - showpalette filter
  1035. - Twofish symmetric block cipher
  1036. - Support DNx100 (960x720@8)
  1037. - eq2 filter ported from libmpcodecs as eq filter
  1038. - removed libmpcodecs
  1039. - Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
  1040. - ported softpulldown filter from libmpcodecs as repeatfields filter
  1041. - dcshift filter
  1042. - RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
  1043. - RTP depacketizer for AC3 payload format (RFC 4184)
  1044. - palettegen and paletteuse filters
  1045. - VP9 RTP payload format (draft 0) experimental depacketizer
  1046. - RTP depacketizer for DV (RFC 6469)
  1047. - DXVA2-accelerated HEVC decoding
  1048. - AAC ELD 480 decoding
  1049. - Intel QSV-accelerated H.264 decoding
  1050. - DSS SP decoder and DSS demuxer
  1051. - Fix stsd atom corruption in DNxHD QuickTimes
  1052. - Canopus HQX decoder
  1053. - RTP depacketization of T.140 text (RFC 4103)
  1054. - Port MIPS optimizations to 64-bit
  1055. version 2.5:
  1056. - HEVC/H.265 RTP payload format (draft v6) packetizer
  1057. - SUP/PGS subtitle demuxer
  1058. - ffprobe -show_pixel_formats option
  1059. - CAST128 symmetric block cipher, ECB mode
  1060. - STL subtitle demuxer and decoder
  1061. - libutvideo YUV 4:2:2 10bit support
  1062. - XCB-based screen-grabber
  1063. - UDP-Lite support (RFC 3828)
  1064. - xBR scaling filter
  1065. - AVFoundation screen capturing support
  1066. - ffserver supports codec private options
  1067. - creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
  1068. - WebP muxer with animated WebP support
  1069. - zygoaudio decoding support
  1070. - APNG demuxer
  1071. - postproc visualization support
  1072. version 2.4:
  1073. - Icecast protocol
  1074. - ported lenscorrection filter from frei0r filter
  1075. - large optimizations in dctdnoiz to make it usable
  1076. - ICY metadata are now requested by default with the HTTP protocol
  1077. - support for using metadata in stream specifiers in fftools
  1078. - LZMA compression support in TIFF decoder
  1079. - H.261 RTP payload format (RFC 4587) depacketizer and experimental packetizer
  1080. - HEVC/H.265 RTP payload format (draft v6) depacketizer
  1081. - added codecview filter to visualize information exported by some codecs
  1082. - Matroska 3D support thorugh side data
  1083. - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
  1084. - silenceremove filter
  1085. version 2.3:
  1086. - AC3 fixed-point decoding
  1087. - shuffleplanes filter
  1088. - subfile protocol
  1089. - Phantom Cine demuxer
  1090. - replaygain data export
  1091. - VP7 video decoder
  1092. - Alias PIX image encoder and decoder
  1093. - Improvements to the BRender PIX image decoder
  1094. - Improvements to the XBM decoder
  1095. - QTKit input device
  1096. - improvements to OpenEXR image decoder
  1097. - support decoding 16-bit RLE SGI images
  1098. - GDI screen grabbing for Windows
  1099. - alternative rendition support for HTTP Live Streaming
  1100. - AVFoundation input device
  1101. - Direct Stream Digital (DSD) decoder
  1102. - Magic Lantern Video (MLV) demuxer
  1103. - On2 AVC (Audio for Video) decoder
  1104. - support for decoding through DXVA2 in ffmpeg
  1105. - libbs2b-based stereo-to-binaural audio filter
  1106. - libx264 reference frames count limiting depending on level
  1107. - native Opus decoder
  1108. - display matrix export and rotation API
  1109. - WebVTT encoder
  1110. - showcqt multimedia filter
  1111. - zoompan filter
  1112. - signalstats filter
  1113. - hqx filter (hq2x, hq3x, hq4x)
  1114. - flanger filter
  1115. - Image format auto-detection
  1116. - LRC demuxer and muxer
  1117. - Samba protocol (via libsmbclient)
  1118. - WebM DASH Manifest muxer
  1119. - libfribidi support in drawtext
  1120. version 2.2:
  1121. - HNM version 4 demuxer and video decoder
  1122. - Live HDS muxer
  1123. - setsar/setdar filters now support variables in ratio expressions
  1124. - elbg filter
  1125. - string validation in ffprobe
  1126. - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  1127. - complete Voxware MetaSound decoder
  1128. - remove mp3_header_compress bitstream filter
  1129. - Windows resource files for shared libraries
  1130. - aeval filter
  1131. - stereoscopic 3d metadata handling
  1132. - WebP encoding via libwebp
  1133. - ATRAC3+ decoder
  1134. - VP8 in Ogg demuxing
  1135. - side & metadata support in NUT
  1136. - framepack filter
  1137. - XYZ12 rawvideo support in NUT
  1138. - Exif metadata support in WebP decoder
  1139. - OpenGL device
  1140. - Use metadata_header_padding to control padding in ID3 tags (currently used in
  1141. MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  1142. - Mirillis FIC video decoder
  1143. - Support DNx444
  1144. - libx265 encoder
  1145. - dejudder filter
  1146. - Autodetect VDA like all other hardware accelerations
  1147. - aliases and defaults for Ogg subtypes (opus, spx)
  1148. version 2.1:
  1149. - aecho filter
  1150. - perspective filter ported from libmpcodecs
  1151. - ffprobe -show_programs option
  1152. - compand filter
  1153. - RTMP seek support
  1154. - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  1155. even when used as an input option. Previous behavior can be restored with
  1156. the -noaccurate_seek option.
  1157. - ffmpeg -t option can now be used for inputs, to limit the duration of
  1158. data read from an input file
  1159. - incomplete Voxware MetaSound decoder
  1160. - read EXIF metadata from JPEG
  1161. - DVB teletext decoder
  1162. - phase filter ported from libmpcodecs
  1163. - w3fdif filter
  1164. - Opus support in Matroska
  1165. - FFV1 version 1.3 is stable and no longer experimental
  1166. - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  1167. - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  1168. more consistent with other muxers.
  1169. - adelay filter
  1170. - pullup filter ported from libmpcodecs
  1171. - ffprobe -read_intervals option
  1172. - Lossless and alpha support for WebP decoder
  1173. - Error Resilient AAC syntax (ER AAC LC) decoding
  1174. - Low Delay AAC (ER AAC LD) decoding
  1175. - mux chapters in ASF files
  1176. - SFTP protocol (via libssh)
  1177. - libx264: add ability to encode in YUVJ422P and YUVJ444P
  1178. - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  1179. - make decoding alpha optional for prores, ffv1 and vp6 by setting
  1180. the skip_alpha flag.
  1181. - ladspa wrapper filter
  1182. - native VP9 decoder
  1183. - dpx parser
  1184. - max_error_rate parameter in ffmpeg
  1185. - PulseAudio output device
  1186. - ReplayGain scanner
  1187. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  1188. - Linux framebuffer output device
  1189. - HEVC decoder
  1190. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  1191. - mergeplanes filter
  1192. version 2.0:
  1193. - curves filter
  1194. - reference-counting for AVFrame and AVPacket data
  1195. - ffmpeg now fails when input options are used for output file
  1196. or vice versa
  1197. - support for Monkey's Audio versions from 3.93
  1198. - perms and aperms filters
  1199. - audio filtering support in ffplay
  1200. - 10% faster aac encoding on x86 and MIPS
  1201. - sine audio filter source
  1202. - WebP demuxing and decoding support
  1203. - ffmpeg options -filter_script and -filter_complex_script, which allow a
  1204. filtergraph description to be read from a file
  1205. - OpenCL support
  1206. - audio phaser filter
  1207. - separatefields filter
  1208. - libquvi demuxer
  1209. - uniform options syntax across all filters
  1210. - telecine filter
  1211. - interlace filter
  1212. - smptehdbars source
  1213. - inverse telecine filters (fieldmatch and decimate)
  1214. - colorbalance filter
  1215. - colorchannelmixer filter
  1216. - The matroska demuxer can now output proper verbatim ASS packets. It will
  1217. become the default at the next libavformat major bump.
  1218. - decent native animated GIF encoding
  1219. - asetrate filter
  1220. - interleave filter
  1221. - timeline editing with filters
  1222. - vidstabdetect and vidstabtransform filters for video stabilization using
  1223. the vid.stab library
  1224. - astats filter
  1225. - trim and atrim filters
  1226. - ffmpeg -t and -ss (output-only) options are now sample-accurate when
  1227. transcoding audio
  1228. - Matroska muxer can now put the index at the beginning of the file.
  1229. - extractplanes filter
  1230. - avectorscope filter
  1231. - ADPCM DTK decoder
  1232. - ADP demuxer
  1233. - RSD demuxer
  1234. - RedSpark demuxer
  1235. - ADPCM IMA Radical decoder
  1236. - zmq filters
  1237. - DCT denoiser filter (dctdnoiz)
  1238. - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
  1239. - Apple Intermediate Codec decoder
  1240. - Escape 130 video decoder
  1241. - FTP protocol support
  1242. - V4L2 output device
  1243. - 3D LUT filter (lut3d)
  1244. - SMPTE 302M audio encoder
  1245. - support for slice multithreading in libavfilter
  1246. - Hald CLUT support (generation and filtering)
  1247. - VC-1 interlaced B-frame support
  1248. - support for WavPack muxing (raw and in Matroska)
  1249. - XVideo output device
  1250. - vignette filter
  1251. - True Audio (TTA) encoder
  1252. - Go2Webinar decoder
  1253. - mcdeint filter ported from libmpcodecs
  1254. - sab filter ported from libmpcodecs
  1255. - ffprobe -show_chapters option
  1256. - WavPack encoding through libwavpack
  1257. - rotate filter
  1258. - spp filter ported from libmpcodecs
  1259. - libgme support
  1260. - psnr filter
  1261. version 1.2:
  1262. - VDPAU hardware acceleration through normal hwaccel
  1263. - SRTP support
  1264. - Error diffusion dither in Swscale
  1265. - Chained Ogg support
  1266. - Theora Midstream reconfiguration support
  1267. - EVRC decoder
  1268. - audio fade filter
  1269. - filtering audio with unknown channel layout
  1270. - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  1271. and treble audio filter
  1272. - improved showspectrum filter, with multichannel support and sox-like colors
  1273. - histogram filter
  1274. - tee muxer
  1275. - il filter ported from libmpcodecs
  1276. - support ID3v2 tags in ASF files
  1277. - encrypted TTA stream decoding support
  1278. - RF64 support in WAV muxer
  1279. - noise filter ported from libmpcodecs
  1280. - Subtitles character encoding conversion
  1281. - blend filter
  1282. - stereo3d filter ported from libmpcodecs
  1283. version 1.1:
  1284. - stream disposition information printing in ffprobe
  1285. - filter for loudness analysis following EBU R128
  1286. - Opus encoder using libopus
  1287. - ffprobe -select_streams option
  1288. - Pinnacle TARGA CineWave YUV16 decoder
  1289. - TAK demuxer, decoder and parser
  1290. - DTS-HD demuxer
  1291. - remove -same_quant, it hasn't worked for years
  1292. - FFM2 support
  1293. - X-Face image encoder and decoder
  1294. - 24-bit FLAC encoding
  1295. - multi-channel ALAC encoding up to 7.1
  1296. - metadata (INFO tag) support in WAV muxer
  1297. - subtitles raw text decoder
  1298. - support for building DLLs using MSVC
  1299. - LVF demuxer
  1300. - ffescape tool
  1301. - metadata (info chunk) support in CAF muxer
  1302. - field filter ported from libmpcodecs
  1303. - AVR demuxer
  1304. - geq filter ported from libmpcodecs
  1305. - remove ffserver daemon mode
  1306. - AST muxer/demuxer
  1307. - new expansion syntax for drawtext
  1308. - BRender PIX image decoder
  1309. - ffprobe -show_entries option
  1310. - ffprobe -sections option
  1311. - ADPCM IMA Dialogic decoder
  1312. - BRSTM demuxer
  1313. - animated GIF decoder and demuxer
  1314. - PVF demuxer
  1315. - subtitles filter
  1316. - IRCAM muxer/demuxer
  1317. - Paris Audio File demuxer
  1318. - Virtual concatenation demuxer
  1319. - VobSub demuxer
  1320. - JSON captions for TED talks decoding support
  1321. - SOX Resampler support in libswresample
  1322. - aselect filter
  1323. - SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
  1324. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  1325. - Silicon Graphics Movie demuxer
  1326. - apad filter
  1327. - Resolution & pixel format change support with multithreading for H.264
  1328. - documentation split into per-component manuals
  1329. - pp (postproc) filter ported from MPlayer
  1330. - NIST Sphere demuxer
  1331. - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
  1332. - Sony Wave64 muxer
  1333. - adobe and limelight publisher authentication in RTMP
  1334. - data: URI scheme
  1335. - support building on the Plan 9 operating system
  1336. - kerndeint filter ported from MPlayer
  1337. - histeq filter ported from VirtualDub
  1338. - Megalux Frame demuxer
  1339. - 012v decoder
  1340. - Improved AVC Intra decoding support
  1341. version 1.0:
  1342. - INI and flat output in ffprobe
  1343. - Scene detection in libavfilter
  1344. - Indeo Audio decoder
  1345. - channelsplit audio filter
  1346. - setnsamples audio filter
  1347. - atempo filter
  1348. - ffprobe -show_data option
  1349. - RTMPT protocol support
  1350. - iLBC encoding/decoding via libilbc
  1351. - Microsoft Screen 1 decoder
  1352. - join audio filter
  1353. - audio channel mapping filter
  1354. - Microsoft ATC Screen decoder
  1355. - RTSP listen mode
  1356. - TechSmith Screen Codec 2 decoder
  1357. - AAC encoding via libfdk-aac
  1358. - Microsoft Expression Encoder Screen decoder
  1359. - RTMPS protocol support
  1360. - RTMPTS protocol support
  1361. - RTMPE protocol support
  1362. - RTMPTE protocol support
  1363. - showwaves and showspectrum filter
  1364. - LucasArts SMUSH SANM playback support
  1365. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  1366. - LucasArts SMUSH demuxer
  1367. - SAMI, RealText and SubViewer demuxers and decoders
  1368. - Heart Of Darkness PAF playback support
  1369. - iec61883 device
  1370. - asettb filter
  1371. - new option: -progress
  1372. - 3GPP Timed Text encoder/decoder
  1373. - GeoTIFF decoder support
  1374. - ffmpeg -(no)stdin option
  1375. - Opus decoder using libopus
  1376. - caca output device using libcaca
  1377. - alphaextract and alphamerge filters
  1378. - concat filter
  1379. - flite filter
  1380. - Canopus Lossless Codec decoder
  1381. - bitmap subtitles in filters (experimental and temporary)
  1382. - MP2 encoding via TwoLAME
  1383. - bmp parser
  1384. - smptebars source
  1385. - asetpts filter
  1386. - hue filter
  1387. - ICO muxer
  1388. - SubRip encoder and decoder without embedded timing
  1389. - edge detection filter
  1390. - framestep filter
  1391. - ffmpeg -shortest option is now per-output file
  1392. -pass and -passlogfile are now per-output stream
  1393. - volume measurement filter
  1394. - Ut Video encoder
  1395. - Microsoft Screen 2 decoder
  1396. - smartblur filter ported from MPlayer
  1397. - CPiA decoder
  1398. - decimate filter ported from MPlayer
  1399. - RTP depacketization of JPEG
  1400. - Smooth Streaming live segmenter muxer
  1401. - F4V muxer
  1402. - sendcmd and asendcmd filters
  1403. - WebVTT demuxer and decoder (simple tags supported)
  1404. - RTP packetization of JPEG
  1405. - faststart option in the MOV/MP4 muxer
  1406. - support for building with MSVC
  1407. version 0.11:
  1408. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  1409. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  1410. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  1411. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  1412. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  1413. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  1414. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  1415. - setfield filter
  1416. - CDXL demuxer and decoder
  1417. - Apple ProRes encoder
  1418. - ffprobe -count_packets and -count_frames options
  1419. - Sun Rasterfile Encoder
  1420. - ID3v2 attached pictures reading and writing
  1421. - WMA Lossless decoder
  1422. - bluray protocol
  1423. - blackdetect filter
  1424. - libutvideo encoder wrapper (--enable-libutvideo)
  1425. - swapuv filter
  1426. - bbox filter
  1427. - XBM encoder and decoder
  1428. - RealAudio Lossless decoder
  1429. - ZeroCodec decoder
  1430. - tile video filter
  1431. - Metal Gear Solid: The Twin Snakes demuxer
  1432. - OpenEXR image decoder
  1433. - removelogo filter
  1434. - drop support for ffmpeg without libavfilter
  1435. - drawtext video filter: fontconfig support
  1436. - ffmpeg -benchmark_all option
  1437. - super2xsai filter ported from libmpcodecs
  1438. - add libavresample audio conversion library for compatibility
  1439. - MicroDVD decoder
  1440. - Avid Meridien (AVUI) encoder and decoder
  1441. - accept + prefix to -pix_fmt option to disable automatic conversions.
  1442. - complete audio filtering in libavfilter and ffmpeg
  1443. - add fps filter
  1444. - vorbis parser
  1445. - png parser
  1446. - audio mix filter
  1447. - ffv1: support (draft) version 1.3
  1448. version 0.10:
  1449. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  1450. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  1451. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  1452. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  1453. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  1454. - SBaGen (SBG) binaural beats script demuxer
  1455. - OpenMG Audio muxer
  1456. - Timecode extraction in DV and MOV
  1457. - thumbnail video filter
  1458. - XML output in ffprobe
  1459. - asplit audio filter
  1460. - tinterlace video filter
  1461. - astreamsync audio filter
  1462. - amerge audio filter
  1463. - ISMV (Smooth Streaming) muxer
  1464. - GSM audio parser
  1465. - SMJPEG muxer
  1466. - XWD encoder and decoder
  1467. - Automatic thread count based on detection number of (available) CPU cores
  1468. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  1469. - ffprobe -show_error option
  1470. - Avid 1:1 10-bit RGB Packer codec
  1471. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  1472. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  1473. - ffprobe -show_frames option
  1474. - silencedetect audio filter
  1475. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  1476. - rv34: frame-level multi-threading
  1477. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  1478. - Improved PGS subtitle decoder
  1479. - dumpgraph option to lavfi device
  1480. - r210 and r10k encoders
  1481. - ffwavesynth decoder
  1482. - aviocat tool
  1483. - ffeval tool
  1484. - support encoding and decoding 4-channel SGI images
  1485. version 0.9:
  1486. - openal input device added
  1487. - boxblur filter added
  1488. - BWF muxer
  1489. - Flash Screen Video 2 decoder
  1490. - lavfi input device added
  1491. - added avconv, which is almost the same for now, except
  1492. for a few incompatible changes in the options, which will hopefully make them
  1493. easier to use. The changes are:
  1494. * The options placement is now strictly enforced! While in theory the
  1495. options for ffmpeg should be given in [input options] -i INPUT [output
  1496. options] OUTPUT order, in practice it was possible to give output options
  1497. before the -i and it mostly worked. Except when it didn't - the behavior was
  1498. a bit inconsistent. In avconv, it is not possible to mix input and output
  1499. options. All non-global options are reset after an input or output filename.
  1500. * All per-file options are now truly per-file - they apply only to the next
  1501. input or output file and specifying different values for different files
  1502. will now work properly (notably -ss and -t options).
  1503. * All per-stream options are now truly per-stream - it is possible to
  1504. specify which stream(s) should a given option apply to. See the Stream
  1505. specifiers section in the avconv manual for details.
  1506. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  1507. sense that they're specified after the output filename instead of before,
  1508. like all other options. In avconv this irregularity is removed, all options
  1509. apply to the next input or output file.
  1510. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  1511. irregular and highly confusing, they were also redundant. In avconv the -map
  1512. option will create new streams in the output file and map input streams to
  1513. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  1514. each stream in the first input file.
  1515. * The -map option now has slightly different and more powerful syntax:
  1516. + Colons (':') are used to separate file index/stream type/stream index
  1517. instead of dots. Comma (',') is used to separate the sync stream instead
  1518. of colon.. This is done for consistency with other options.
  1519. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  1520. output stream from the third input audio stream.
  1521. + Omitting the stream index now maps all the streams of the given type,
  1522. not just the first. E.g. -map 0:s creates output streams for all the
  1523. subtitle streams in the first input file.
  1524. + Since -map can now match multiple streams, negative mappings were
  1525. introduced. Negative mappings disable some streams from an already
  1526. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  1527. all the stream in the first input file, except for the second audio
  1528. stream'.
  1529. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  1530. use, which makes it possible to precisely specify target stream(s) consistently with
  1531. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  1532. libvorbis sets the codec for the first audio stream and -c copy copies all
  1533. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  1534. aliases to -c:v/a/s
  1535. * It is now possible to precisely specify which stream should an AVOption
  1536. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  1537. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  1538. syntax is deprecated and will stop working soon.
  1539. * -map_chapters now takes only an input file index and applies to the next
  1540. output file. This is consistent with how all the other options work.
  1541. * -map_metadata now takes only an input metadata specifier and applies to
  1542. the next output file. Output metadata specifier is now part of the option
  1543. name, similarly to the AVOptions/map/codec feature above.
  1544. * -metadata can now be used to set metadata on streams and chapters, e.g.
  1545. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  1546. This made -vlang/-alang/-slang options redundant, so they were removed.
  1547. * -qscale option now uses stream specifiers and applies to all streams, not
  1548. just video. I.e. plain -qscale number would now apply to all streams. To get
  1549. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  1550. and -aq is now an alias for -q:a.
  1551. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  1552. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  1553. * -itsscale option now uses stream specifiers, so its argument is only the
  1554. scale parameter.
  1555. * -intra option was removed, use -g 0 for the same effect.
  1556. * -psnr option was removed, use -flags +psnr for the same effect.
  1557. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  1558. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  1559. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  1560. - XMV demuxer
  1561. - LOAS demuxer
  1562. - ashowinfo filter added
  1563. - Windows Media Image decoder
  1564. - amovie source added
  1565. - LATM muxer/demuxer
  1566. - Speex encoder via libspeex
  1567. - JSON output in ffprobe
  1568. - WTV muxer
  1569. - Optional C++ Support (needed for libstagefright)
  1570. - H.264 Decoding on Android via Stagefright
  1571. - Prores decoder
  1572. - BIN/XBIN/ADF/IDF text file decoder
  1573. - aconvert audio filter added
  1574. - audio support to lavfi input device added
  1575. - libcdio-paranoia input device for audio CD grabbing
  1576. - Apple ProRes decoder
  1577. - CELT in Ogg demuxing
  1578. - G.723.1 demuxer and decoder
  1579. - libmodplug support (--enable-libmodplug)
  1580. - VC-1 interlaced decoding
  1581. - libutvideo wrapper (--enable-libutvideo)
  1582. - aevalsrc audio source added
  1583. - Ut Video decoder
  1584. - Speex encoding via libspeex
  1585. - 4:2:2 H.264 decoding support
  1586. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  1587. - Pulseaudio input device
  1588. - Prores encoder
  1589. - Video Decoder Acceleration (VDA) HWAccel module.
  1590. - replacement Indeo 3 decoder
  1591. - new ffmpeg option: -map_channel
  1592. - volume audio filter added
  1593. - earwax audio filter added
  1594. - libv4l2 support (--enable-libv4l2)
  1595. - TLS/SSL and HTTPS protocol support
  1596. - AVOptions API rewritten and documented
  1597. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  1598. AVCodecContext deprecated. Codec private options should be used instead.
  1599. - Properly working defaults in libx264 wrapper, support for native presets.
  1600. - Encrypted OMA files support
  1601. - Discworld II BMV decoding support
  1602. - VBLE Decoder
  1603. - OS X Video Decoder Acceleration (VDA) support
  1604. - compact and csv output in ffprobe
  1605. - pan audio filter
  1606. - IFF Amiga Continuous Bitmap (ACBM) decoder
  1607. - ass filter
  1608. - CRI ADX audio format muxer and demuxer
  1609. - Playstation Portable PMP format demuxer
  1610. - Microsoft Windows ICO demuxer
  1611. - life source
  1612. - PCM format support in OMA demuxer
  1613. - CLJR encoder
  1614. - new option: -report
  1615. - Dxtory capture format decoder
  1616. - cellauto source
  1617. - Simple segmenting muxer
  1618. - Indeo 4 decoder
  1619. - SMJPEG demuxer
  1620. version 0.8:
  1621. - many many things we forgot because we rather write code than changelogs
  1622. - WebM support in Matroska de/muxer
  1623. - low overhead Ogg muxing
  1624. - MMS-TCP support
  1625. - VP8 de/encoding via libvpx
  1626. - Demuxer for On2's IVF format
  1627. - Pictor/PC Paint decoder
  1628. - HE-AAC v2 decoder
  1629. - HE-AAC v2 encoding with libaacplus
  1630. - libfaad2 wrapper removed
  1631. - DTS-ES extension (XCh) decoding support
  1632. - native VP8 decoder
  1633. - RTSP tunneling over HTTP
  1634. - RTP depacketization of SVQ3
  1635. - -strict inofficial replaced by -strict unofficial
  1636. - ffplay -exitonkeydown and -exitonmousedown options added
  1637. - native GSM / GSM MS decoder
  1638. - RTP depacketization of QDM2
  1639. - ANSI/ASCII art playback system
  1640. - Lego Mindstorms RSO de/muxer
  1641. - libavcore added (and subsequently removed)
  1642. - SubRip subtitle file muxer and demuxer
  1643. - Chinese AVS encoding via libxavs
  1644. - ffprobe -show_packets option added
  1645. - RTP packetization of Theora and Vorbis
  1646. - RTP depacketization of MP4A-LATM
  1647. - RTP packetization and depacketization of VP8
  1648. - hflip filter
  1649. - Apple HTTP Live Streaming demuxer
  1650. - a64 codec
  1651. - MMS-HTTP support
  1652. - G.722 ADPCM audio encoder/decoder
  1653. - R10k video decoder
  1654. - ocv_smooth filter
  1655. - frei0r wrapper filter
  1656. - change crop filter syntax to width:height:x:y
  1657. - make the crop filter accept parametric expressions
  1658. - make ffprobe accept AVFormatContext options
  1659. - yadif filter
  1660. - blackframe filter
  1661. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  1662. - RTP depacketization of the X-QT QuickTime format
  1663. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  1664. - cropdetect filter
  1665. - ffmpeg -crop* options removed
  1666. - transpose filter added
  1667. - ffmpeg -force_key_frames option added
  1668. - demuxer for receiving raw rtp:// URLs without an SDP description
  1669. - single stream LATM/LOAS decoder
  1670. - setpts filter added
  1671. - Win64 support for optimized x86 assembly functions
  1672. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  1673. - ASS subtitle encoder and decoder
  1674. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  1675. - overlay filter added
  1676. - rename aspect filter to setdar, and pixelaspect to setsar
  1677. - IEC 61937 demuxer
  1678. - Mobotix .mxg demuxer
  1679. - frei0r source added
  1680. - hqdn3d filter added
  1681. - RTP depacketization of QCELP
  1682. - FLAC parser added
  1683. - gradfun filter added
  1684. - AMR-WB decoder
  1685. - replace the ocv_smooth filter with a more generic ocv filter
  1686. - Windows Televison (WTV) demuxer
  1687. - FFmpeg metadata format muxer and demuxer
  1688. - SubRip (srt) subtitle encoder and decoder
  1689. - floating-point AC-3 encoder added
  1690. - Lagarith decoder
  1691. - ffmpeg -copytb option added
  1692. - IVF muxer added
  1693. - Wing Commander IV movies decoder added
  1694. - movie source added
  1695. - Bink version 'b' audio and video decoder
  1696. - Bitmap Brothers JV playback system
  1697. - Apple HTTP Live Streaming protocol handler
  1698. - sndio support for playback and record
  1699. - Linux framebuffer input device added
  1700. - Chronomaster DFA decoder
  1701. - DPX image encoder
  1702. - MicroDVD subtitle file muxer and demuxer
  1703. - Playstation Portable PMP format demuxer
  1704. - fieldorder video filter added
  1705. - AAC encoding via libvo-aacenc
  1706. - AMR-WB encoding via libvo-amrwbenc
  1707. - xWMA demuxer
  1708. - Mobotix MxPEG decoder
  1709. - VP8 frame-multithreading
  1710. - NEON optimizations for VP8
  1711. - Lots of deprecated API cruft removed
  1712. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  1713. - showinfo filter added
  1714. - SMPTE 302M AES3 audio decoder
  1715. - Apple Core Audio Format muxer
  1716. - 9 bits and 10 bits per sample support in the H.264 decoder
  1717. - 9 bits and 10 bits FFV1 encoding / decoding
  1718. - split filter added
  1719. - select filter added
  1720. - sdl output device added
  1721. - libmpcodecs video filter support (3 times as many filters than before)
  1722. - mpeg2 aspect ratio dection fixed
  1723. - libxvid aspect pickiness fixed
  1724. - Frame multithreaded decoding
  1725. - E-AC-3 audio encoder
  1726. - ac3enc: add channel coupling support
  1727. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  1728. - H264/MPEG frame-level multi-threading
  1729. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  1730. - 4:4:4 H.264 decoding support
  1731. - 10-bit H.264 optimizations for x86
  1732. - lut, lutrgb, and lutyuv filters added
  1733. - buffersink libavfilter sink added
  1734. - Bump libswscale for recently reported ABI break
  1735. - New J2K encoder (via OpenJPEG)
  1736. version 0.7:
  1737. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  1738. version 0.6:
  1739. - PB-frame decoding for H.263
  1740. - deprecated vhook subsystem removed
  1741. - deprecated old scaler removed
  1742. - VQF demuxer
  1743. - Alpha channel scaler
  1744. - PCX encoder
  1745. - RTP packetization of H.263
  1746. - RTP packetization of AMR
  1747. - RTP depacketization of Vorbis
  1748. - CorePNG decoding support
  1749. - Cook multichannel decoding support
  1750. - introduced avlanguage helpers in libavformat
  1751. - 8088flex TMV demuxer and decoder
  1752. - per-stream language-tags extraction in asfdec
  1753. - V210 decoder and encoder
  1754. - remaining GPL parts in AC-3 decoder converted to LGPL
  1755. - QCP demuxer
  1756. - SoX native format muxer and demuxer
  1757. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  1758. - DPX image decoder
  1759. - Electronic Arts Madcow decoder
  1760. - DivX (XSUB) subtitle encoder
  1761. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  1762. - experimental AAC encoder
  1763. - RTP depacketization of ASF and RTSP from WMS servers
  1764. - RTMP support in libavformat
  1765. - noX handling for OPT_BOOL X options
  1766. - Wave64 demuxer
  1767. - IEC-61937 compatible Muxer
  1768. - TwinVQ decoder
  1769. - Bluray (PGS) subtitle decoder
  1770. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  1771. - WMA Pro decoder
  1772. - Core Audio Format demuxer
  1773. - ATRAC1 decoder
  1774. - MD STUDIO audio demuxer
  1775. - RF64 support in WAV demuxer
  1776. - MPEG-4 Audio Lossless Coding (ALS) decoder
  1777. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  1778. - IV8 demuxer
  1779. - CDG demuxer and decoder
  1780. - R210 decoder
  1781. - Auravision Aura 1 and 2 decoders
  1782. - Deluxe Paint Animation playback system
  1783. - SIPR decoder
  1784. - Adobe Filmstrip muxer and demuxer
  1785. - RTP depacketization of H.263
  1786. - Bink demuxer and audio/video decoders
  1787. - enable symbol versioning by default for linkers that support it
  1788. - IFF PBM/ILBM bitmap decoder
  1789. - concat protocol
  1790. - Indeo 5 decoder
  1791. - RTP depacketization of AMR
  1792. - WMA Voice decoder
  1793. - ffprobe tool
  1794. - AMR-NB decoder
  1795. - RTSP muxer
  1796. - HE-AAC v1 decoder
  1797. - Kega Game Video (KGV1) decoder
  1798. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  1799. - RTP depacketization of Theora
  1800. - HTTP Digest authentication
  1801. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  1802. - Psygnosis YOP demuxer and video decoder
  1803. - spectral extension support in the E-AC-3 decoder
  1804. - unsharp video filter
  1805. - RTP hinting in the mov/3gp/mp4 muxer
  1806. - Dirac in Ogg demuxing
  1807. - seek to keyframes in Ogg
  1808. - 4:2:2 and 4:4:4 Theora decoding
  1809. - 35% faster VP3/Theora decoding
  1810. - faster AAC decoding
  1811. - faster H.264 decoding
  1812. - RealAudio 1.0 (14.4K) encoder
  1813. version 0.5:
  1814. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  1815. - TechSmith Camtasia (TSCC) video decoder
  1816. - IBM Ultimotion (ULTI) video decoder
  1817. - Sierra Online audio file demuxer and decoder
  1818. - Apple QuickDraw (qdrw) video decoder
  1819. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  1820. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  1821. - Miro VideoXL (VIXL) video decoder
  1822. - H.261 video encoder
  1823. - QPEG video decoder
  1824. - Nullsoft Video (NSV) file demuxer
  1825. - Shorten audio decoder
  1826. - LOCO video decoder
  1827. - Apple Lossless Audio Codec (ALAC) decoder
  1828. - Winnov WNV1 video decoder
  1829. - Autodesk Animator Studio Codec (AASC) decoder
  1830. - Indeo 2 video decoder
  1831. - Fraps FPS1 video decoder
  1832. - Snow video encoder/decoder
  1833. - Sonic audio encoder/decoder
  1834. - Vorbis audio decoder
  1835. - Macromedia ADPCM decoder
  1836. - Duck TrueMotion 2 video decoder
  1837. - support for decoding FLX and DTA extensions in FLIC files
  1838. - H.264 custom quantization matrices support
  1839. - ffserver fixed, it should now be usable again
  1840. - QDM2 audio decoder
  1841. - Real Cooker audio decoder
  1842. - TrueSpeech audio decoder
  1843. - WMA2 audio decoder fixed, now all files should play correctly
  1844. - RealAudio 14.4 and 28.8 decoders fixed
  1845. - JPEG-LS decoder
  1846. - build system improvements
  1847. - tabs and trailing whitespace removed from the codebase
  1848. - CamStudio video decoder
  1849. - AIFF/AIFF-C audio format, encoding and decoding
  1850. - ADTS AAC file reading and writing
  1851. - Creative VOC file reading and writing
  1852. - American Laser Games multimedia (*.mm) playback system
  1853. - Zip Motion Blocks Video decoder
  1854. - improved Theora/VP3 decoder
  1855. - True Audio (TTA) decoder
  1856. - AVS demuxer and video decoder
  1857. - JPEG-LS encoder
  1858. - Smacker demuxer and decoder
  1859. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  1860. - KMVC decoder
  1861. - MPEG-2 intra VLC support
  1862. - MPEG-2 4:2:2 encoder
  1863. - Flash Screen Video decoder
  1864. - GXF demuxer
  1865. - Chinese AVS decoder
  1866. - GXF muxer
  1867. - MXF demuxer
  1868. - VC-1/WMV3/WMV9 video decoder
  1869. - MacIntel support
  1870. - AviSynth support
  1871. - VMware video decoder
  1872. - VP5 video decoder
  1873. - VP6 video decoder
  1874. - WavPack lossless audio decoder
  1875. - Targa (.TGA) picture decoder
  1876. - Vorbis audio encoder
  1877. - Delphine Software .cin demuxer/audio and video decoder
  1878. - Tiertex .seq demuxer/video decoder
  1879. - MTV demuxer
  1880. - TIFF picture encoder and decoder
  1881. - GIF picture decoder
  1882. - Intel Music Coder decoder
  1883. - Zip Motion Blocks Video encoder
  1884. - Musepack decoder
  1885. - Flash Screen Video encoder
  1886. - Theora encoding via libtheora
  1887. - BMP encoder
  1888. - WMA encoder
  1889. - GSM-MS encoder and decoder
  1890. - DCA decoder
  1891. - DXA demuxer and decoder
  1892. - DNxHD decoder
  1893. - Gamecube movie (.THP) playback system
  1894. - Blackfin optimizations
  1895. - Interplay C93 demuxer and video decoder
  1896. - Bethsoft VID demuxer and video decoder
  1897. - CRYO APC demuxer
  1898. - ATRAC3 decoder
  1899. - V.Flash PTX decoder
  1900. - RoQ muxer, RoQ audio encoder
  1901. - Renderware TXD demuxer and decoder
  1902. - extern C declarations for C++ removed from headers
  1903. - sws_flags command line option
  1904. - codebook generator
  1905. - RoQ video encoder
  1906. - QTRLE encoder
  1907. - OS/2 support removed and restored again
  1908. - AC-3 decoder
  1909. - NUT muxer
  1910. - additional SPARC (VIS) optimizations
  1911. - Matroska muxer
  1912. - slice-based parallel H.264 decoding
  1913. - Monkey's Audio demuxer and decoder
  1914. - AMV audio and video decoder
  1915. - DNxHD encoder
  1916. - H.264 PAFF decoding
  1917. - Nellymoser ASAO decoder
  1918. - Beam Software SIFF demuxer and decoder
  1919. - libvorbis Vorbis decoding removed in favor of native decoder
  1920. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  1921. - Ogg (Theora, Vorbis and FLAC) muxer
  1922. - The "device" muxers and demuxers are now in a new libavdevice library
  1923. - PC Paintbrush PCX decoder
  1924. - Sun Rasterfile decoder
  1925. - TechnoTrend PVA demuxer
  1926. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  1927. - AVM2 (Flash 9) SWF muxer
  1928. - QT variant of IMA ADPCM encoder
  1929. - VFW grabber
  1930. - iPod/iPhone compatible mp4 muxer
  1931. - Mimic decoder
  1932. - MSN TCP Webcam stream demuxer
  1933. - RL2 demuxer / decoder
  1934. - IFF demuxer
  1935. - 8SVX audio decoder
  1936. - non-recursive Makefiles
  1937. - BFI demuxer
  1938. - MAXIS EA XA (.xa) demuxer / decoder
  1939. - BFI video decoder
  1940. - OMA demuxer
  1941. - MLP/TrueHD decoder
  1942. - Electronic Arts CMV decoder
  1943. - Motion Pixels Video decoder
  1944. - Motion Pixels MVI demuxer
  1945. - removed animated GIF decoder/demuxer
  1946. - D-Cinema audio muxer
  1947. - Electronic Arts TGV decoder
  1948. - Apple Lossless Audio Codec (ALAC) encoder
  1949. - AAC decoder
  1950. - floating point PCM encoder/decoder
  1951. - MXF muxer
  1952. - DV100 AKA DVCPRO HD decoder and demuxer
  1953. - E-AC-3 support added to AC-3 decoder
  1954. - Nellymoser ASAO encoder
  1955. - ASS and SSA demuxer and muxer
  1956. - liba52 wrapper removed
  1957. - SVQ3 watermark decoding support
  1958. - Speex decoding via libspeex
  1959. - Electronic Arts TGQ decoder
  1960. - RV40 decoder
  1961. - QCELP / PureVoice decoder
  1962. - RV30 decoder
  1963. - hybrid WavPack support
  1964. - R3D REDCODE demuxer
  1965. - ALSA support for playback and record
  1966. - Electronic Arts TQI decoder
  1967. - OpenJPEG based JPEG 2000 decoder
  1968. - NC (NC4600) camera file demuxer
  1969. - Gopher client support
  1970. - MXF D-10 muxer
  1971. - generic metadata API
  1972. - flash ScreenVideo2 encoder
  1973. version 0.4.9-pre1:
  1974. - DV encoder, DV muxer
  1975. - Microsoft RLE video decoder
  1976. - Microsoft Video-1 decoder
  1977. - Apple Animation (RLE) decoder
  1978. - Apple Graphics (SMC) decoder
  1979. - Apple Video (RPZA) decoder
  1980. - Cinepak decoder
  1981. - Sega FILM (CPK) file demuxer
  1982. - Westwood multimedia support (VQA & AUD files)
  1983. - Id Quake II CIN playback support
  1984. - 8BPS video decoder
  1985. - FLIC playback support
  1986. - RealVideo 2.0 (RV20) decoder
  1987. - Duck TrueMotion v1 (DUCK) video decoder
  1988. - Sierra VMD demuxer and video decoder
  1989. - MSZH and ZLIB decoder support
  1990. - SVQ1 video encoder
  1991. - AMR-WB support
  1992. - PPC optimizations
  1993. - rate distortion optimal cbp support
  1994. - rate distorted optimal ac prediction for MPEG-4
  1995. - rate distorted optimal lambda->qp support
  1996. - AAC encoding with libfaac
  1997. - Sunplus JPEG codec (SP5X) support
  1998. - use Lagrange multiplier instead of QP for ratecontrol
  1999. - Theora/VP3 decoding support
  2000. - XA and ADX ADPCM codecs
  2001. - export MPEG-2 active display area / pan scan
  2002. - Add support for configuring with IBM XLC
  2003. - floating point AAN DCT
  2004. - initial support for zygo video (not complete)
  2005. - RGB ffv1 support
  2006. - new audio/video parser API
  2007. - av_log() system
  2008. - av_read_frame() and av_seek_frame() support
  2009. - missing last frame fixes
  2010. - seek by mouse in ffplay
  2011. - noise reduction of DCT coefficients
  2012. - H.263 OBMC & 4MV support
  2013. - H.263 alternative inter vlc support
  2014. - H.263 loop filter
  2015. - H.263 slice structured mode
  2016. - interlaced DCT support for MPEG-2 encoding
  2017. - stuffing to stay above min_bitrate
  2018. - MB type & QP visualization
  2019. - frame stepping for ffplay
  2020. - interlaced motion estimation
  2021. - alternate scantable support
  2022. - SVCD scan offset support
  2023. - closed GOP support
  2024. - SSE2 FDCT
  2025. - quantizer noise shaping
  2026. - G.726 ADPCM audio codec
  2027. - MS ADPCM encoding
  2028. - multithreaded/SMP motion estimation
  2029. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  2030. - multithreaded/SMP decoding for MPEG-2
  2031. - FLAC decoder
  2032. - Metrowerks CodeWarrior suppport
  2033. - H.263+ custom pcf support
  2034. - nicer output for 'ffmpeg -formats'
  2035. - Matroska demuxer
  2036. - SGI image format, encoding and decoding
  2037. - H.264 loop filter support
  2038. - H.264 CABAC support
  2039. - nicer looking arrows for the motion vector visualization
  2040. - improved VCD support
  2041. - audio timestamp drift compensation
  2042. - MPEG-2 YUV 422/444 support
  2043. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  2044. - better image scaling
  2045. - H.261 support
  2046. - correctly interleave packets during encoding
  2047. - VIS optimized motion compensation
  2048. - intra_dc_precision>0 encoding support
  2049. - support reuse of motion vectors/MB types/field select values of the source video
  2050. - more accurate deblock filter
  2051. - padding support
  2052. - many optimizations and bugfixes
  2053. - FunCom ISS audio file demuxer and according ADPCM decoding
  2054. version 0.4.8:
  2055. - MPEG-2 video encoding (Michael)
  2056. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  2057. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  2058. and Mario Brito)
  2059. - Xan DPCM audio decoder (Mario Brito)
  2060. - Interplay MVE playback subsystem (Mike Melanson)
  2061. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  2062. version 0.4.7:
  2063. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  2064. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  2065. - current version now also compiles with older GCC (Fabrice)
  2066. - 4X multimedia playback system including 4xm file demuxer (Mike
  2067. Melanson), and 4X video and audio codecs (Michael)
  2068. - Creative YUV (CYUV) decoder (Mike Melanson)
  2069. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  2070. than HuffYUV) (Michael)
  2071. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  2072. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  2073. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  2074. - ffplay has been replaced with a newer version which uses SDL (optionally)
  2075. for multiplatform support (Fabrice)
  2076. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  2077. by anonymous
  2078. - AMR format has been added (Johannes Carlsson)
  2079. - 3GP support has been added (Johannes Carlsson)
  2080. - VP3 codec has been added (Mike Melanson)
  2081. - more MPEG-1/2 fixes
  2082. - better multiplatform support, MS Visual Studio fixes (various)
  2083. - AltiVec optimizations (Magnus Damn and others)
  2084. - SH4 processor support has been added (BERO)
  2085. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  2086. - VOB streaming support (Brian Foley)
  2087. - better MP3 autodetection (Andriy Rysin)
  2088. - qpel encoding (Michael)
  2089. - 4mv+b frames encoding finally fixed (Michael)
  2090. - chroma ME (Michael)
  2091. - 5 comparison functions for ME (Michael)
  2092. - B-frame encoding speedup (Michael)
  2093. - WMV2 codec (unfinished - Michael)
  2094. - user specified diamond size for EPZS (Michael)
  2095. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  2096. - ASV2 codec (Michael)
  2097. - CLJR decoder (Alex)
  2098. .. And lots more new enhancements and fixes.
  2099. version 0.4.6:
  2100. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  2101. from scratch
  2102. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  2103. - fix quantization bug in AC3 encoder
  2104. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  2105. - added prototype ffplay program
  2106. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  2107. - bug fix on MCBPC tables of H.263 (Juanjo)
  2108. - bug fix on DC coefficients of H.263 (Juanjo)
  2109. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  2110. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  2111. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  2112. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  2113. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  2114. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  2115. - added first regression tests
  2116. - added MPEG-2 TS demuxer
  2117. - new demux API for libav
  2118. - more accurate and faster IDCT (Michael)
  2119. - faster and entropy-controlled motion search (Michael)
  2120. - two pass video encoding (Michael)
  2121. - new video rate control (Michael)
  2122. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  2123. - great performance improvement of video encoders and decoders (Michael)
  2124. - new and faster bit readers and vlc parsers (Michael)
  2125. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  2126. - added DV video decoder
  2127. - preliminary RTP/RTSP support in ffserver and libavformat
  2128. - H.263+ AIC decoding/encoding support (Juanjo)
  2129. - VCD MPEG-PS mode (Juanjo)
  2130. - PSNR stuff (Juanjo)
  2131. - simple stats output (Juanjo)
  2132. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  2133. version 0.4.5:
  2134. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  2135. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  2136. - added configure system (actually a small shell script)
  2137. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  2138. Michael Hipp (temporary solution - waiting for integer only
  2139. decoder)
  2140. - fixed VIDIOCSYNC interrupt
  2141. - added Intel H.263 decoding support ('I263' AVI fourCC)
  2142. - added Real Video 1.0 decoding (needs further testing)
  2143. - simplified image formats again. Added PGM format (=grey
  2144. pgm). Renamed old PGM to PGMYUV.
  2145. - fixed msmpeg4 slice issues (tell me if you still find problems)
  2146. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  2147. - added support for MPlayer interface
  2148. - added macroblock skip optimization
  2149. - added MJPEG decoder
  2150. - added mmx/mmxext IDCT from libmpeg2
  2151. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  2152. <celer at shell.scrypt.net>)
  2153. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  2154. - added deinterlacing option
  2155. - MPEG-1/2 fixes
  2156. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  2157. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  2158. - Windows porting of file converter
  2159. - added MJPEG raw format (input/output)
  2160. - added JPEG image format support (input/output)
  2161. version 0.4.4:
  2162. - fixed some std header definitions (Bjorn Lindgren
  2163. <bjorn.e.lindgren at telia.com>).
  2164. - added MPEG demuxer (MPEG-1 and 2 compatible).
  2165. - added ASF demuxer
  2166. - added prototype RM demuxer
  2167. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  2168. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  2169. header does not include them)
  2170. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  2171. play them (only tested video)
  2172. - fixed H.263 white bug
  2173. - fixed phase rounding in img resample filter
  2174. - add MMX code for polyphase img resample filter
  2175. - added CPU autodetection
  2176. - added generic title/author/copyright/comment string handling (ASF and RM
  2177. use them)
  2178. - added SWF demux to extract MP3 track (not usable yet because no MP3
  2179. decoder)
  2180. - added fractional frame rate support
  2181. - codecs are no longer searched by read_header() (should fix ffserver
  2182. segfault)
  2183. version 0.4.3:
  2184. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  2185. - fixed raw yuv output
  2186. - added motion rounding support in MPEG-4
  2187. - fixed motion bug rounding in MSMPEG4
  2188. - added B-frame handling in video core
  2189. - added full MPEG-1 decoding support
  2190. - added partial (frame only) MPEG-2 support
  2191. - changed the FOURCC code for H.263 to "U263" to be able to see the
  2192. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  2193. this +codec ;) (JuanJo).
  2194. - Halfpel motion estimation after MB type selection (JuanJo)
  2195. - added pgm and .Y.U.V output format
  2196. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  2197. output.
  2198. - added pgmpipe I/O format (original patch from Martin Aumueller
  2199. <lists at reserv.at>, but changed completely since we use a format
  2200. instead of a protocol)
  2201. version 0.4.2:
  2202. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  2203. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  2204. missing. MSMPEG4 support is complete.
  2205. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  2206. can decode ffmpeg MPEGs :-)).
  2207. - added libavcodec API documentation (see apiexample.c).
  2208. - fixed image polyphase bug (the bottom of some images could be
  2209. greenish)
  2210. - added support for non clipped motion vectors (decoding only)
  2211. and image sizes non-multiple of 16
  2212. - added support for AC prediction (decoding only)
  2213. - added file overwrite confirmation (can be disabled with -y)
  2214. - added custom size picture to H.263 using H.263+ (Juanjo)
  2215. version 0.4.1:
  2216. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  2217. of AVI and ASF to DIV3.
  2218. - added -me option to set motion estimation method
  2219. (default=log). suppressed redundant -hq option.
  2220. - added options -acodec and -vcodec to force a given codec (useful for
  2221. AVI for example)
  2222. - fixed -an option
  2223. - improved dct_quantize speed
  2224. - factorized some motion estimation code
  2225. version 0.4.0:
  2226. - removing grab code from ffserver and moved it to ffmpeg. Added
  2227. multistream support to ffmpeg.
  2228. - added timeshifting support for live feeds (option ?date=xxx in the
  2229. URL)
  2230. - added high quality image resize code with polyphase filter (need
  2231. mmx/see optimization). Enable multiple image size support in ffserver.
  2232. - added multi live feed support in ffserver
  2233. - suppressed master feature from ffserver (it should be done with an
  2234. external program which opens the .ffm url and writes it to another
  2235. ffserver)
  2236. - added preliminary support for video stream parsing (WAV and AVI half
  2237. done). Added proper support for audio/video file conversion in
  2238. ffmpeg.
  2239. - added preliminary support for video file sending from ffserver
  2240. - redesigning I/O subsystem: now using URL based input and output
  2241. (see avio.h)
  2242. - added WAV format support
  2243. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  2244. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  2245. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  2246. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  2247. - added new motion estimation algorithms, log and phods (Juanjo)
  2248. - changed directories: libav for format handling, libavcodec for
  2249. codecs
  2250. version 0.3.4:
  2251. - added stereo in MPEG audio encoder
  2252. version 0.3.3:
  2253. - added 'high quality' mode which use motion vectors. It can be used in
  2254. real time at low resolution.
  2255. - fixed rounding problems which caused quality problems at high
  2256. bitrates and large GOP size
  2257. version 0.3.2: small fixes
  2258. - ASF fixes
  2259. - put_seek bug fix
  2260. version 0.3.1: added avi/divx support
  2261. - added AVI support
  2262. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  2263. - added sound for flash format (not tested)
  2264. version 0.3: initial public release