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.

1955 lines
79KB

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