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.

2063 lines
80KB

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