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.

1990 lines
76KB

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