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.

1842 lines
71KB

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