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.

1918 lines
75KB

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