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.

1478 lines
55KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version <next>:
  4. version 2.4.7:
  5. - avcodec/flac_parser: fix handling EOF if no headers are found
  6. - avfilter/vf_framepack: Check and update frame_rate
  7. - avcodec/hevc: Fix handling of skipped_bytes() reallocation failures
  8. - qpeg: avoid pointless invalid memcpy()
  9. - avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_CONSTANT_MACROS -o test.so ... libavcodec.a"
  10. - avcodec/mjpegdec: Skip blocks which are outside the visible area
  11. - lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2. (cherry picked from commit 4faea46bd906b3897018736208123aa36c3f45d5)
  12. - avcodec/h264_slice: assert that reinit does not occur after the first slice
  13. - avcodec/h264_slice: ignore SAR changes in slices after the first
  14. - avcodec/h264_slice: Check picture structure before setting the related fields
  15. - avcodec/h264_slice: Do not change frame_num after the first slice
  16. - avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT
  17. - avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT
  18. - avcodec/h264: Be more strict on rejecting pps/sps changes
  19. - avcodec/h264: Be more strict on rejecting pps_id changes
  20. - avcodec/h264_ps: More completely check the bit depths
  21. - avformat/thp: Check av_get_packet() for failure not only for partial output
  22. - swscale/utils: Limit filter shifting so as not to read from prior the array
  23. - avcodec/mpegvideo_motion: Fix gmc chroma dimensions
  24. - avcodec/mjpegdec: Check number of components for JPEG-LS
  25. - avcodec/mjpegdec: Check escape sequence validity
  26. - avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behavior
  27. - avformat/mpc8: fix broken pointer math
  28. - avformat/mpc8: fix hang with fuzzed file
  29. - avformat/tta: fix crash with corrupted files
  30. version 2.4.6:
  31. - doc/examples: fix lib math dep for decoding_encoding
  32. - avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1"
  33. - vp9: fix parser return values in error case
  34. - ffmpeg: Clear error message array at init.
  35. - avcodec/dvdsubdec: fix accessing dangling pointers
  36. - avcodec/dvdsubdec: error on bitmaps with size 0
  37. - avformat/mov: Fix mixed declaration and statement warning
  38. - cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file()
  39. - avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory
  40. - avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory
  41. - lavfi: check av_strdup() return value
  42. - mov: Fix negative size calculation in mov_read_default().
  43. - avformat/mov: fix integer overflow in mov_read_udta_string()
  44. - mov: Avoid overflow with mov_metadata_raw()
  45. - avcodec/dvdsubdec: fix out of bounds accesses
  46. - avfilter/vf_sab: fix filtering tiny images
  47. - avformat/flvdec: Increase string array size
  48. - avformat/flvdec: do not inject dts=0 metadata packets which failed to be parsed into a new data stream
  49. - avformat/cdxl: Fix integer overflow of image_size
  50. - avformat/segment: Use av_freep() avoid leaving stale pointers in memory
  51. - avformat/mov: Fix memleaks for duplicate STCO/CO64/STSC atoms
  52. - mov: avoid a memleak when multiple stss boxes are presen
  53. version 2.4.5:
  54. - lavu/frame: fix malloc error path in av_frame_copy_props()
  55. - avformat/utils: Do not update programs streams from program-less streams in update_wrap_reference()
  56. - avformat/aviobuf: Check that avio_seek() target is non negative
  57. - swresample/soxr_resample: fix error handling
  58. - avformat/flvdec: fix potential use of uninitialized variables
  59. - avformat/matroskadec: fix handling of recursive SeekHead elements
  60. - doc/examples/transcoding: check encoder before using it
  61. - swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output
  62. - avformat/rmdec: Check codec_data_size
  63. - avformat/aviobuf: Fix infinite loop in ff_get_line()
  64. - vc1: Do not assume seek happens after decoding
  65. - mmvideo: check frame dimensions
  66. - jvdec: check frame dimensions
  67. - avcodec/indeo3: ensure offsets are non negative
  68. - avcodec/h264: Check *log2_weight_denom
  69. - avcodec/hevc_ps: Check diff_cu_qp_delta_depth
  70. - avcodec/h264: Clear delayed_pic on deallocation
  71. - avcodec/hevc: clear filter_slice_edges() on allocation
  72. - avcodec/dcadec: Check that the added xch channel isnt already there
  73. - avcodec/indeo3: use signed variables to avoid underflow
  74. - swscale: increase yuv2rgb table headroom
  75. - avformat/mov: fix integer overflow of size
  76. - avformat/mov: check atom nesting depth
  77. - avcodec/utvideodec: Fix handling of slice_height=0
  78. - avcodec/vmdvideo: Check len before using it in method 3
  79. - avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory
  80. - avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory
  81. - configure: create the tests directory like the doc directory
  82. - v4l2: Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD
  83. - avcodec/motion_est: use 2x8x8 for interlaced qpel
  84. - Treat all '*.pnm' files as non-text file
  85. version 2.4.4:
  86. - avformat: replace some odd 30-60 rates by higher less odd ones in get_std_framerate()
  87. - swscale: fix yuv2yuvX_8 assembly on x86
  88. - avcodec/hevc_ps: Check num_long_term_ref_pics_sps
  89. - avcodec/mjpegdec: Fix integer overflow in shift
  90. - avcodec/hevc_ps: Check return code from pps_range_extensions()
  91. - avcodec/rawdec: Check the return code of avpicture_get_size()
  92. - avcodec/pngdec: Check IHDR/IDAT order
  93. - avcodec/flacdec: Call ff_flacdsp_init() unconditionally
  94. - avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()
  95. - avcodec/mjpegdec: Fix context fields becoming inconsistent
  96. - avcodec/mjpegdec: Check for pixfmtid 0x42111100 || 0x24111100 with more than 8 bits
  97. - swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()
  98. - doc/APIchanges: Fix some wrong versions
  99. - avformat/hlsenc: Free context after hls_append_segment
  100. - avcodec/mpeg4video_parser: fix spurious extradata parse warnings
  101. - lavu/opt: fix av_opt_get function
  102. - avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization
  103. - avcodec/utvideodec: fix assumtation that slice_height >= 1
  104. - avcodec/options_table fix min of audio channels and sample rate
  105. - libavutil/thread.h: Support OS/2 threads
  106. - fix Makefile objects for pulseaudio support
  107. - opusdec: make sure all substreams have the same number of coded samples
  108. - lavu: add wrappers for the pthreads mutex API
  109. - avformat/avidec: fix handling dv in avi
  110. - avfilter/vf_lut: gammaval709()
  111. - cinedec: report white balance gain coefficients using metadata
  112. - swscale/utils: support bayer input + scaling, and bayer input + any supported output
  113. - swscale: support internal scaler cascades
  114. - avformat/dtsdec: dts_probe: check reserved bit, check lfe, check sr_code similarity
  115. - avformat/segment: export inner muxer timebase
  116. - Remove fminf() emulation, fix build issues
  117. - avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation
  118. - Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.
  119. - ffmpeg_opt: store canvas size in decoder context
  120. - avcodec/mpeg12dec: do not trust AVCodecContext input dimensions
  121. version 2.4.3:
  122. - avcodec/svq1dec: zero terminate embedded message before printing
  123. - avcodec/cook: check that the subpacket sizes fit in block_align
  124. - avcodec/g2meet: check tile dimensions to avoid integer overflow
  125. - avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.
  126. - avcodec/dnxhddec: treat pix_fmt like width/height
  127. - avcodec/dxa: check dimensions
  128. - avcodec/dirac_arith: fix integer overflow
  129. - avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y
  130. - avcodec/diracdec: Use 64bit in calculation of codeblock coordinates
  131. - avcodec/sgidec: fix count check
  132. - avcodec/sgidec: fix linesize for 16bit
  133. - avcodec/hevc_ps: Check default display window bitstream and skip if invalid
  134. - avcodec/tiffenc: properly compute packet size
  135. - lavd: export all symbols with av_ prefix
  136. - avformat/mxfdec: Fix termination of mxf_data_essence_container_uls
  137. - postproc: fix qp count
  138. - postproc/postprocess: fix quant store for fq mode
  139. - vf_drawtext: add missing clear of pointers after av_expr_free()
  140. - utvideoenc: properly set slice height/last line
  141. - swresample: fix sample drop loop end condition
  142. - resample: Avoid off-by-1 errors in PTS calcs.
  143. - imc: fix order of operations in coefficients read
  144. - hevc_mvs: make sure to always initialize the temporal MV fully
  145. - hevc_mvs: initialize the temporal MV in case of missing reference
  146. version 2.4.2:
  147. - avcodec/on2avc: Check number of channels
  148. - avcodec/hevc: fix chroma transform_add size
  149. - avcodec/h264: Check mode before considering mixed mode intra prediction
  150. - avformat/mpegts: use a padded buffer in read_sl_header()
  151. - avformat/mpegts: Check desc_len / get8() return code
  152. - avcodec/vorbisdec: Fix off by 1 error in ptns_to_read
  153. - sdp: add support for H.261
  154. - avcodec/svq3: Do not memcpy AVFrame
  155. - avcodec/smc: fix off by 1 error
  156. - avcodec/qpeg: fix off by 1 error in MV bounds check
  157. - avcodec/gifdec: factorize interleave end handling out
  158. - avcodec/cinepak: fix integer underflow
  159. - avcodec/pngdec: Check bits per pixel before setting monoblack pixel format
  160. - avcodec/pngdec: Calculate MPNG bytewidth more defensively
  161. - avcodec/tiff: more completely check bpp/bppcount
  162. - avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks
  163. - avcodec/h263dec: Fix decoding messenger.h263
  164. - avcodec/utils: Add case for jv to avcodec_align_dimensions2()
  165. - avcodec/mjpegdec: check bits per pixel for changes similar to dimensions
  166. - avcodec/jpeglsdec: Check run value more completely in ls_decode_line()
  167. - avformat/hlsenc: export inner muxer timebase
  168. - configure: add noexecstack to linker options if supported.
  169. - avcodec/ac3enc_template: fix out of array read
  170. - avutil/x86/cpu: fix cpuid sub-leaf selection
  171. - avformat/img2dec: enable generic seeking for image pipes
  172. - avformat/img2dec: initialize pkt->pos for image pipes
  173. - avformat/img2dec: pass error code and signal EOF
  174. - avformat/img2dec: fix error code at EOF for pipes
  175. - libavutil/opt: fix av_opt_set_channel_layout() to access correct memory address
  176. - tests/fate-run.sh: Cat .err file in case of error with V>0
  177. - avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()
  178. - avcodec/webp: fix default palette color 0xff000000 -> 0x00000000
  179. - avcodec/asvenc: fix AAN scaling
  180. - Fix compile error on arm4/arm5 platform
  181. version 2.4.1:
  182. - swscale: Allow chroma samples to be above and to the left of luma samples
  183. - avcodec/libilbc: support for latest git of libilbc
  184. - avcodec/webp: treat out-of-bound palette index as translucent black
  185. - vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion
  186. - apetag: Fix APE tag size check
  187. - tools/crypto_bench: fix build when AV_READ_TIME is unavailable
  188. version 2.4:
  189. - Icecast protocol
  190. - ported lenscorrection filter from frei0r filter
  191. - large optimizations in dctdnoiz to make it usable
  192. - ICY metadata are now requested by default with the HTTP protocol
  193. - support for using metadata in stream specifiers in fftools
  194. - LZMA compression support in TIFF decoder
  195. - support for H.261 RTP payload format (RFC 4587)
  196. - HEVC/H.265 RTP payload format (draft v6) depacketizer
  197. - added codecview filter to visualize information exported by some codecs
  198. - Matroska 3D support thorugh side data
  199. - HTML generation using texi2html is deprecated in favor of makeinfo/texi2any
  200. - silenceremove filter
  201. version 2.3:
  202. - AC3 fixed-point decoding
  203. - shuffleplanes filter
  204. - subfile protocol
  205. - Phantom Cine demuxer
  206. - replaygain data export
  207. - VP7 video decoder
  208. - Alias PIX image encoder and decoder
  209. - Improvements to the BRender PIX image decoder
  210. - Improvements to the XBM decoder
  211. - QTKit input device
  212. - improvements to OpenEXR image decoder
  213. - support decoding 16-bit RLE SGI images
  214. - GDI screen grabbing for Windows
  215. - alternative rendition support for HTTP Live Streaming
  216. - AVFoundation input device
  217. - Direct Stream Digital (DSD) decoder
  218. - Magic Lantern Video (MLV) demuxer
  219. - On2 AVC (Audio for Video) decoder
  220. - support for decoding through DXVA2 in ffmpeg
  221. - libbs2b-based stereo-to-binaural audio filter
  222. - libx264 reference frames count limiting depending on level
  223. - native Opus decoder
  224. - display matrix export and rotation API
  225. - WebVTT encoder
  226. - showcqt multimedia filter
  227. - zoompan filter
  228. - signalstats filter
  229. - hqx filter (hq2x, hq3x, hq4x)
  230. - flanger filter
  231. - Image format auto-detection
  232. - LRC demuxer and muxer
  233. - Samba protocol (via libsmbclient)
  234. - WebM DASH Manifest muxer
  235. - libfribidi support in drawtext
  236. version 2.2:
  237. - HNM version 4 demuxer and video decoder
  238. - Live HDS muxer
  239. - setsar/setdar filters now support variables in ratio expressions
  240. - elbg filter
  241. - string validation in ffprobe
  242. - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  243. - complete Voxware MetaSound decoder
  244. - remove mp3_header_compress bitstream filter
  245. - Windows resource files for shared libraries
  246. - aeval filter
  247. - stereoscopic 3d metadata handling
  248. - WebP encoding via libwebp
  249. - ATRAC3+ decoder
  250. - VP8 in Ogg demuxing
  251. - side & metadata support in NUT
  252. - framepack filter
  253. - XYZ12 rawvideo support in NUT
  254. - Exif metadata support in WebP decoder
  255. - OpenGL device
  256. - Use metadata_header_padding to control padding in ID3 tags (currently used in
  257. MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  258. - Mirillis FIC video decoder
  259. - Support DNx444
  260. - libx265 encoder
  261. - dejudder filter
  262. - Autodetect VDA like all other hardware accelerations
  263. - aliases and defaults for Ogg subtypes (opus, spx)
  264. version 2.1:
  265. - aecho filter
  266. - perspective filter ported from libmpcodecs
  267. - ffprobe -show_programs option
  268. - compand filter
  269. - RTMP seek support
  270. - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  271. even when used as an input option. Previous behavior can be restored with
  272. the -noaccurate_seek option.
  273. - ffmpeg -t option can now be used for inputs, to limit the duration of
  274. data read from an input file
  275. - incomplete Voxware MetaSound decoder
  276. - read EXIF metadata from JPEG
  277. - DVB teletext decoder
  278. - phase filter ported from libmpcodecs
  279. - w3fdif filter
  280. - Opus support in Matroska
  281. - FFV1 version 1.3 is stable and no longer experimental
  282. - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  283. - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  284. more consistent with other muxers.
  285. - adelay filter
  286. - pullup filter ported from libmpcodecs
  287. - ffprobe -read_intervals option
  288. - Lossless and alpha support for WebP decoder
  289. - Error Resilient AAC syntax (ER AAC LC) decoding
  290. - Low Delay AAC (ER AAC LD) decoding
  291. - mux chapters in ASF files
  292. - SFTP protocol (via libssh)
  293. - libx264: add ability to encode in YUVJ422P and YUVJ444P
  294. - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  295. - make decoding alpha optional for prores, ffv1 and vp6 by setting
  296. the skip_alpha flag.
  297. - ladspa wrapper filter
  298. - native VP9 decoder
  299. - dpx parser
  300. - max_error_rate parameter in ffmpeg
  301. - PulseAudio output device
  302. - ReplayGain scanner
  303. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  304. - Linux framebuffer output device
  305. - HEVC decoder
  306. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  307. - mergeplanes filter
  308. version 2.0:
  309. - curves filter
  310. - reference-counting for AVFrame and AVPacket data
  311. - ffmpeg now fails when input options are used for output file
  312. or vice versa
  313. - support for Monkey's Audio versions from 3.93
  314. - perms and aperms filters
  315. - audio filtering support in ffplay
  316. - 10% faster aac encoding on x86 and MIPS
  317. - sine audio filter source
  318. - WebP demuxing and decoding support
  319. - ffmpeg options -filter_script and -filter_complex_script, which allow a
  320. filtergraph description to be read from a file
  321. - OpenCL support
  322. - audio phaser filter
  323. - separatefields filter
  324. - libquvi demuxer
  325. - uniform options syntax across all filters
  326. - telecine filter
  327. - interlace filter
  328. - smptehdbars source
  329. - inverse telecine filters (fieldmatch and decimate)
  330. - colorbalance filter
  331. - colorchannelmixer filter
  332. - The matroska demuxer can now output proper verbatim ASS packets. It will
  333. become the default at the next libavformat major bump.
  334. - decent native animated GIF encoding
  335. - asetrate filter
  336. - interleave filter
  337. - timeline editing with filters
  338. - vidstabdetect and vidstabtransform filters for video stabilization using
  339. the vid.stab library
  340. - astats filter
  341. - trim and atrim filters
  342. - ffmpeg -t and -ss (output-only) options are now sample-accurate when
  343. transcoding audio
  344. - Matroska muxer can now put the index at the beginning of the file.
  345. - extractplanes filter
  346. - avectorscope filter
  347. - ADPCM DTK decoder
  348. - ADP demuxer
  349. - RSD demuxer
  350. - RedSpark demuxer
  351. - ADPCM IMA Radical decoder
  352. - zmq filters
  353. - DCT denoiser filter (dctdnoiz)
  354. - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
  355. - Apple Intermediate Codec decoder
  356. - Escape 130 video decoder
  357. - FTP protocol support
  358. - V4L2 output device
  359. - 3D LUT filter (lut3d)
  360. - SMPTE 302M audio encoder
  361. - support for slice multithreading in libavfilter
  362. - Hald CLUT support (generation and filtering)
  363. - VC-1 interlaced B-frame support
  364. - support for WavPack muxing (raw and in Matroska)
  365. - XVideo output device
  366. - vignette filter
  367. - True Audio (TTA) encoder
  368. - Go2Webinar decoder
  369. - mcdeint filter ported from libmpcodecs
  370. - sab filter ported from libmpcodecs
  371. - ffprobe -show_chapters option
  372. - WavPack encoding through libwavpack
  373. - rotate filter
  374. - spp filter ported from libmpcodecs
  375. - libgme support
  376. - psnr filter
  377. version 1.2:
  378. - VDPAU hardware acceleration through normal hwaccel
  379. - SRTP support
  380. - Error diffusion dither in Swscale
  381. - Chained Ogg support
  382. - Theora Midstream reconfiguration support
  383. - EVRC decoder
  384. - audio fade filter
  385. - filtering audio with unknown channel layout
  386. - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  387. and treble audio filter
  388. - improved showspectrum filter, with multichannel support and sox-like colors
  389. - histogram filter
  390. - tee muxer
  391. - il filter ported from libmpcodecs
  392. - support ID3v2 tags in ASF files
  393. - encrypted TTA stream decoding support
  394. - RF64 support in WAV muxer
  395. - noise filter ported from libmpcodecs
  396. - Subtitles character encoding conversion
  397. - blend filter
  398. - stereo3d filter ported from libmpcodecs
  399. version 1.1:
  400. - stream disposition information printing in ffprobe
  401. - filter for loudness analysis following EBU R128
  402. - Opus encoder using libopus
  403. - ffprobe -select_streams option
  404. - Pinnacle TARGA CineWave YUV16 decoder
  405. - TAK demuxer, decoder and parser
  406. - DTS-HD demuxer
  407. - remove -same_quant, it hasn't worked for years
  408. - FFM2 support
  409. - X-Face image encoder and decoder
  410. - 24-bit FLAC encoding
  411. - multi-channel ALAC encoding up to 7.1
  412. - metadata (INFO tag) support in WAV muxer
  413. - subtitles raw text decoder
  414. - support for building DLLs using MSVC
  415. - LVF demuxer
  416. - ffescape tool
  417. - metadata (info chunk) support in CAF muxer
  418. - field filter ported from libmpcodecs
  419. - AVR demuxer
  420. - geq filter ported from libmpcodecs
  421. - remove ffserver daemon mode
  422. - AST muxer/demuxer
  423. - new expansion syntax for drawtext
  424. - BRender PIX image decoder
  425. - ffprobe -show_entries option
  426. - ffprobe -sections option
  427. - ADPCM IMA Dialogic decoder
  428. - BRSTM demuxer
  429. - animated GIF decoder and demuxer
  430. - PVF demuxer
  431. - subtitles filter
  432. - IRCAM muxer/demuxer
  433. - Paris Audio File demuxer
  434. - Virtual concatenation demuxer
  435. - VobSub demuxer
  436. - JSON captions for TED talks decoding support
  437. - SOX Resampler support in libswresample
  438. - aselect filter
  439. - SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
  440. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  441. - Silicon Graphics Movie demuxer
  442. - apad filter
  443. - Resolution & pixel format change support with multithreading for H.264
  444. - documentation split into per-component manuals
  445. - pp (postproc) filter ported from MPlayer
  446. - NIST Sphere demuxer
  447. - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
  448. - Sony Wave64 muxer
  449. - adobe and limelight publisher authentication in RTMP
  450. - data: URI scheme
  451. - support building on the Plan 9 operating system
  452. - kerndeint filter ported from MPlayer
  453. - histeq filter ported from VirtualDub
  454. - Megalux Frame demuxer
  455. - 012v decoder
  456. - Improved AVC Intra decoding support
  457. version 1.0:
  458. - INI and flat output in ffprobe
  459. - Scene detection in libavfilter
  460. - Indeo Audio decoder
  461. - channelsplit audio filter
  462. - setnsamples audio filter
  463. - atempo filter
  464. - ffprobe -show_data option
  465. - RTMPT protocol support
  466. - iLBC encoding/decoding via libilbc
  467. - Microsoft Screen 1 decoder
  468. - join audio filter
  469. - audio channel mapping filter
  470. - Microsoft ATC Screen decoder
  471. - RTSP listen mode
  472. - TechSmith Screen Codec 2 decoder
  473. - AAC encoding via libfdk-aac
  474. - Microsoft Expression Encoder Screen decoder
  475. - RTMPS protocol support
  476. - RTMPTS protocol support
  477. - RTMPE protocol support
  478. - RTMPTE protocol support
  479. - showwaves and showspectrum filter
  480. - LucasArts SMUSH SANM playback support
  481. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  482. - LucasArts SMUSH demuxer
  483. - SAMI, RealText and SubViewer demuxers and decoders
  484. - Heart Of Darkness PAF playback support
  485. - iec61883 device
  486. - asettb filter
  487. - new option: -progress
  488. - 3GPP Timed Text encoder/decoder
  489. - GeoTIFF decoder support
  490. - ffmpeg -(no)stdin option
  491. - Opus decoder using libopus
  492. - caca output device using libcaca
  493. - alphaextract and alphamerge filters
  494. - concat filter
  495. - flite filter
  496. - Canopus Lossless Codec decoder
  497. - bitmap subtitles in filters (experimental and temporary)
  498. - MP2 encoding via TwoLAME
  499. - bmp parser
  500. - smptebars source
  501. - asetpts filter
  502. - hue filter
  503. - ICO muxer
  504. - SubRip encoder and decoder without embedded timing
  505. - edge detection filter
  506. - framestep filter
  507. - ffmpeg -shortest option is now per-output file
  508. -pass and -passlogfile are now per-output stream
  509. - volume measurement filter
  510. - Ut Video encoder
  511. - Microsoft Screen 2 decoder
  512. - smartblur filter ported from MPlayer
  513. - CPiA decoder
  514. - decimate filter ported from MPlayer
  515. - RTP depacketization of JPEG
  516. - Smooth Streaming live segmenter muxer
  517. - F4V muxer
  518. - sendcmd and asendcmd filters
  519. - WebVTT demuxer and decoder (simple tags supported)
  520. - RTP packetization of JPEG
  521. - faststart option in the MOV/MP4 muxer
  522. - support for building with MSVC
  523. version 0.11:
  524. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  525. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  526. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  527. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  528. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  529. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  530. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  531. - setfield filter
  532. - CDXL demuxer and decoder
  533. - Apple ProRes encoder
  534. - ffprobe -count_packets and -count_frames options
  535. - Sun Rasterfile Encoder
  536. - ID3v2 attached pictures reading and writing
  537. - WMA Lossless decoder
  538. - bluray protocol
  539. - blackdetect filter
  540. - libutvideo encoder wrapper (--enable-libutvideo)
  541. - swapuv filter
  542. - bbox filter
  543. - XBM encoder and decoder
  544. - RealAudio Lossless decoder
  545. - ZeroCodec decoder
  546. - tile video filter
  547. - Metal Gear Solid: The Twin Snakes demuxer
  548. - OpenEXR image decoder
  549. - removelogo filter
  550. - drop support for ffmpeg without libavfilter
  551. - drawtext video filter: fontconfig support
  552. - ffmpeg -benchmark_all option
  553. - super2xsai filter ported from libmpcodecs
  554. - add libavresample audio conversion library for compatibility
  555. - MicroDVD decoder
  556. - Avid Meridien (AVUI) encoder and decoder
  557. - accept + prefix to -pix_fmt option to disable automatic conversions.
  558. - complete audio filtering in libavfilter and ffmpeg
  559. - add fps filter
  560. - vorbis parser
  561. - png parser
  562. - audio mix filter
  563. - ffv1: support (draft) version 1.3
  564. version 0.10:
  565. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  566. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  567. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  568. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  569. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  570. - SBaGen (SBG) binaural beats script demuxer
  571. - OpenMG Audio muxer
  572. - Timecode extraction in DV and MOV
  573. - thumbnail video filter
  574. - XML output in ffprobe
  575. - asplit audio filter
  576. - tinterlace video filter
  577. - astreamsync audio filter
  578. - amerge audio filter
  579. - ISMV (Smooth Streaming) muxer
  580. - GSM audio parser
  581. - SMJPEG muxer
  582. - XWD encoder and decoder
  583. - Automatic thread count based on detection number of (available) CPU cores
  584. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  585. - ffprobe -show_error option
  586. - Avid 1:1 10-bit RGB Packer codec
  587. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  588. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  589. - ffprobe -show_frames option
  590. - silencedetect audio filter
  591. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  592. - rv34: frame-level multi-threading
  593. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  594. - Improved PGS subtitle decoder
  595. - dumpgraph option to lavfi device
  596. - r210 and r10k encoders
  597. - ffwavesynth decoder
  598. - aviocat tool
  599. - ffeval tool
  600. - support encoding and decoding 4-channel SGI images
  601. version 0.9:
  602. - openal input device added
  603. - boxblur filter added
  604. - BWF muxer
  605. - Flash Screen Video 2 decoder
  606. - lavfi input device added
  607. - added avconv, which is almost the same for now, except
  608. for a few incompatible changes in the options, which will hopefully make them
  609. easier to use. The changes are:
  610. * The options placement is now strictly enforced! While in theory the
  611. options for ffmpeg should be given in [input options] -i INPUT [output
  612. options] OUTPUT order, in practice it was possible to give output options
  613. before the -i and it mostly worked. Except when it didn't - the behavior was
  614. a bit inconsistent. In avconv, it is not possible to mix input and output
  615. options. All non-global options are reset after an input or output filename.
  616. * All per-file options are now truly per-file - they apply only to the next
  617. input or output file and specifying different values for different files
  618. will now work properly (notably -ss and -t options).
  619. * All per-stream options are now truly per-stream - it is possible to
  620. specify which stream(s) should a given option apply to. See the Stream
  621. specifiers section in the avconv manual for details.
  622. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  623. sense that they're specified after the output filename instead of before,
  624. like all other options. In avconv this irregularity is removed, all options
  625. apply to the next input or output file.
  626. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  627. irregular and highly confusing, they were also redundant. In avconv the -map
  628. option will create new streams in the output file and map input streams to
  629. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  630. each stream in the first input file.
  631. * The -map option now has slightly different and more powerful syntax:
  632. + Colons (':') are used to separate file index/stream type/stream index
  633. instead of dots. Comma (',') is used to separate the sync stream instead
  634. of colon.. This is done for consistency with other options.
  635. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  636. output stream from the third input audio stream.
  637. + Omitting the stream index now maps all the streams of the given type,
  638. not just the first. E.g. -map 0:s creates output streams for all the
  639. subtitle streams in the first input file.
  640. + Since -map can now match multiple streams, negative mappings were
  641. introduced. Negative mappings disable some streams from an already
  642. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  643. all the stream in the first input file, except for the second audio
  644. stream'.
  645. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  646. use, which allows to precisely specify target stream(s) consistently with
  647. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  648. libvorbis sets the codec for the first audio stream and -c copy copies all
  649. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  650. aliases to -c:v/a/s
  651. * It is now possible to precisely specify which stream should an AVOption
  652. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  653. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  654. syntax is deprecated and will stop working soon.
  655. * -map_chapters now takes only an input file index and applies to the next
  656. output file. This is consistent with how all the other options work.
  657. * -map_metadata now takes only an input metadata specifier and applies to
  658. the next output file. Output metadata specifier is now part of the option
  659. name, similarly to the AVOptions/map/codec feature above.
  660. * -metadata can now be used to set metadata on streams and chapters, e.g.
  661. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  662. This made -vlang/-alang/-slang options redundant, so they were removed.
  663. * -qscale option now uses stream specifiers and applies to all streams, not
  664. just video. I.e. plain -qscale number would now apply to all streams. To get
  665. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  666. and -aq is now an alias for -q:a.
  667. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  668. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  669. * -itsscale option now uses stream specifiers, so its argument is only the
  670. scale parameter.
  671. * -intra option was removed, use -g 0 for the same effect.
  672. * -psnr option was removed, use -flags +psnr for the same effect.
  673. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  674. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  675. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  676. - XMV demuxer
  677. - LOAS demuxer
  678. - ashowinfo filter added
  679. - Windows Media Image decoder
  680. - amovie source added
  681. - LATM muxer/demuxer
  682. - Speex encoder via libspeex
  683. - JSON output in ffprobe
  684. - WTV muxer
  685. - Optional C++ Support (needed for libstagefright)
  686. - H.264 Decoding on Android via Stagefright
  687. - Prores decoder
  688. - BIN/XBIN/ADF/IDF text file decoder
  689. - aconvert audio filter added
  690. - audio support to lavfi input device added
  691. - libcdio-paranoia input device for audio CD grabbing
  692. - Apple ProRes decoder
  693. - CELT in Ogg demuxing
  694. - G.723.1 demuxer and decoder
  695. - libmodplug support (--enable-libmodplug)
  696. - VC-1 interlaced decoding
  697. - libutvideo wrapper (--enable-libutvideo)
  698. - aevalsrc audio source added
  699. - Ut Video decoder
  700. - Speex encoding via libspeex
  701. - 4:2:2 H.264 decoding support
  702. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  703. - Pulseaudio input device
  704. - Prores encoder
  705. - Video Decoder Acceleration (VDA) HWAccel module.
  706. - replacement Indeo 3 decoder
  707. - new ffmpeg option: -map_channel
  708. - volume audio filter added
  709. - earwax audio filter added
  710. - libv4l2 support (--enable-libv4l2)
  711. - TLS/SSL and HTTPS protocol support
  712. - AVOptions API rewritten and documented
  713. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  714. AVCodecContext deprecated. Codec private options should be used instead.
  715. - Properly working defaults in libx264 wrapper, support for native presets.
  716. - Encrypted OMA files support
  717. - Discworld II BMV decoding support
  718. - VBLE Decoder
  719. - OS X Video Decoder Acceleration (VDA) support
  720. - compact and csv output in ffprobe
  721. - pan audio filter
  722. - IFF Amiga Continuous Bitmap (ACBM) decoder
  723. - ass filter
  724. - CRI ADX audio format muxer and demuxer
  725. - Playstation Portable PMP format demuxer
  726. - Microsoft Windows ICO demuxer
  727. - life source
  728. - PCM format support in OMA demuxer
  729. - CLJR encoder
  730. - new option: -report
  731. - Dxtory capture format decoder
  732. - cellauto source
  733. - Simple segmenting muxer
  734. - Indeo 4 decoder
  735. - SMJPEG demuxer
  736. version 0.8:
  737. - many many things we forgot because we rather write code than changelogs
  738. - WebM support in Matroska de/muxer
  739. - low overhead Ogg muxing
  740. - MMS-TCP support
  741. - VP8 de/encoding via libvpx
  742. - Demuxer for On2's IVF format
  743. - Pictor/PC Paint decoder
  744. - HE-AAC v2 decoder
  745. - HE-AAC v2 encoding with libaacplus
  746. - libfaad2 wrapper removed
  747. - DTS-ES extension (XCh) decoding support
  748. - native VP8 decoder
  749. - RTSP tunneling over HTTP
  750. - RTP depacketization of SVQ3
  751. - -strict inofficial replaced by -strict unofficial
  752. - ffplay -exitonkeydown and -exitonmousedown options added
  753. - native GSM / GSM MS decoder
  754. - RTP depacketization of QDM2
  755. - ANSI/ASCII art playback system
  756. - Lego Mindstorms RSO de/muxer
  757. - libavcore added (and subsequently removed)
  758. - SubRip subtitle file muxer and demuxer
  759. - Chinese AVS encoding via libxavs
  760. - ffprobe -show_packets option added
  761. - RTP packetization of Theora and Vorbis
  762. - RTP depacketization of MP4A-LATM
  763. - RTP packetization and depacketization of VP8
  764. - hflip filter
  765. - Apple HTTP Live Streaming demuxer
  766. - a64 codec
  767. - MMS-HTTP support
  768. - G.722 ADPCM audio encoder/decoder
  769. - R10k video decoder
  770. - ocv_smooth filter
  771. - frei0r wrapper filter
  772. - change crop filter syntax to width:height:x:y
  773. - make the crop filter accept parametric expressions
  774. - make ffprobe accept AVFormatContext options
  775. - yadif filter
  776. - blackframe filter
  777. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  778. - RTP depacketization of the X-QT QuickTime format
  779. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  780. - cropdetect filter
  781. - ffmpeg -crop* options removed
  782. - transpose filter added
  783. - ffmpeg -force_key_frames option added
  784. - demuxer for receiving raw rtp:// URLs without an SDP description
  785. - single stream LATM/LOAS decoder
  786. - setpts filter added
  787. - Win64 support for optimized x86 assembly functions
  788. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  789. - ASS subtitle encoder and decoder
  790. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  791. - overlay filter added
  792. - rename aspect filter to setdar, and pixelaspect to setsar
  793. - IEC 61937 demuxer
  794. - Mobotix .mxg demuxer
  795. - frei0r source added
  796. - hqdn3d filter added
  797. - RTP depacketization of QCELP
  798. - FLAC parser added
  799. - gradfun filter added
  800. - AMR-WB decoder
  801. - replace the ocv_smooth filter with a more generic ocv filter
  802. - Windows Televison (WTV) demuxer
  803. - FFmpeg metadata format muxer and demuxer
  804. - SubRip (srt) subtitle encoder and decoder
  805. - floating-point AC-3 encoder added
  806. - Lagarith decoder
  807. - ffmpeg -copytb option added
  808. - IVF muxer added
  809. - Wing Commander IV movies decoder added
  810. - movie source added
  811. - Bink version 'b' audio and video decoder
  812. - Bitmap Brothers JV playback system
  813. - Apple HTTP Live Streaming protocol handler
  814. - sndio support for playback and record
  815. - Linux framebuffer input device added
  816. - Chronomaster DFA decoder
  817. - DPX image encoder
  818. - MicroDVD subtitle file muxer and demuxer
  819. - Playstation Portable PMP format demuxer
  820. - fieldorder video filter added
  821. - AAC encoding via libvo-aacenc
  822. - AMR-WB encoding via libvo-amrwbenc
  823. - xWMA demuxer
  824. - Mobotix MxPEG decoder
  825. - VP8 frame-multithreading
  826. - NEON optimizations for VP8
  827. - Lots of deprecated API cruft removed
  828. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  829. - showinfo filter added
  830. - SMPTE 302M AES3 audio decoder
  831. - Apple Core Audio Format muxer
  832. - 9bit and 10bit per sample support in the H.264 decoder
  833. - 9bit and 10bit FFV1 encoding / decoding
  834. - split filter added
  835. - select filter added
  836. - sdl output device added
  837. - libmpcodecs video filter support (3 times as many filters than before)
  838. - mpeg2 aspect ratio dection fixed
  839. - libxvid aspect pickiness fixed
  840. - Frame multithreaded decoding
  841. - E-AC-3 audio encoder
  842. - ac3enc: add channel coupling support
  843. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  844. - H264/MPEG frame-level multi-threading
  845. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  846. - 4:4:4 H.264 decoding support
  847. - 10-bit H.264 optimizations for x86
  848. - lut, lutrgb, and lutyuv filters added
  849. - buffersink libavfilter sink added
  850. - Bump libswscale for recently reported ABI break
  851. - New J2K encoder (via OpenJPEG)
  852. version 0.7:
  853. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  854. version 0.6:
  855. - PB-frame decoding for H.263
  856. - deprecated vhook subsystem removed
  857. - deprecated old scaler removed
  858. - VQF demuxer
  859. - Alpha channel scaler
  860. - PCX encoder
  861. - RTP packetization of H.263
  862. - RTP packetization of AMR
  863. - RTP depacketization of Vorbis
  864. - CorePNG decoding support
  865. - Cook multichannel decoding support
  866. - introduced avlanguage helpers in libavformat
  867. - 8088flex TMV demuxer and decoder
  868. - per-stream language-tags extraction in asfdec
  869. - V210 decoder and encoder
  870. - remaining GPL parts in AC-3 decoder converted to LGPL
  871. - QCP demuxer
  872. - SoX native format muxer and demuxer
  873. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  874. - DPX image decoder
  875. - Electronic Arts Madcow decoder
  876. - DivX (XSUB) subtitle encoder
  877. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  878. - experimental AAC encoder
  879. - RTP depacketization of ASF and RTSP from WMS servers
  880. - RTMP support in libavformat
  881. - noX handling for OPT_BOOL X options
  882. - Wave64 demuxer
  883. - IEC-61937 compatible Muxer
  884. - TwinVQ decoder
  885. - Bluray (PGS) subtitle decoder
  886. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  887. - WMA Pro decoder
  888. - Core Audio Format demuxer
  889. - ATRAC1 decoder
  890. - MD STUDIO audio demuxer
  891. - RF64 support in WAV demuxer
  892. - MPEG-4 Audio Lossless Coding (ALS) decoder
  893. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  894. - IV8 demuxer
  895. - CDG demuxer and decoder
  896. - R210 decoder
  897. - Auravision Aura 1 and 2 decoders
  898. - Deluxe Paint Animation playback system
  899. - SIPR decoder
  900. - Adobe Filmstrip muxer and demuxer
  901. - RTP depacketization of H.263
  902. - Bink demuxer and audio/video decoders
  903. - enable symbol versioning by default for linkers that support it
  904. - IFF PBM/ILBM bitmap decoder
  905. - concat protocol
  906. - Indeo 5 decoder
  907. - RTP depacketization of AMR
  908. - WMA Voice decoder
  909. - ffprobe tool
  910. - AMR-NB decoder
  911. - RTSP muxer
  912. - HE-AAC v1 decoder
  913. - Kega Game Video (KGV1) decoder
  914. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  915. - RTP depacketization of Theora
  916. - HTTP Digest authentication
  917. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  918. - Psygnosis YOP demuxer and video decoder
  919. - spectral extension support in the E-AC-3 decoder
  920. - unsharp video filter
  921. - RTP hinting in the mov/3gp/mp4 muxer
  922. - Dirac in Ogg demuxing
  923. - seek to keyframes in Ogg
  924. - 4:2:2 and 4:4:4 Theora decoding
  925. - 35% faster VP3/Theora decoding
  926. - faster AAC decoding
  927. - faster H.264 decoding
  928. - RealAudio 1.0 (14.4K) encoder
  929. version 0.5:
  930. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  931. - TechSmith Camtasia (TSCC) video decoder
  932. - IBM Ultimotion (ULTI) video decoder
  933. - Sierra Online audio file demuxer and decoder
  934. - Apple QuickDraw (qdrw) video decoder
  935. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  936. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  937. - Miro VideoXL (VIXL) video decoder
  938. - H.261 video encoder
  939. - QPEG video decoder
  940. - Nullsoft Video (NSV) file demuxer
  941. - Shorten audio decoder
  942. - LOCO video decoder
  943. - Apple Lossless Audio Codec (ALAC) decoder
  944. - Winnov WNV1 video decoder
  945. - Autodesk Animator Studio Codec (AASC) decoder
  946. - Indeo 2 video decoder
  947. - Fraps FPS1 video decoder
  948. - Snow video encoder/decoder
  949. - Sonic audio encoder/decoder
  950. - Vorbis audio decoder
  951. - Macromedia ADPCM decoder
  952. - Duck TrueMotion 2 video decoder
  953. - support for decoding FLX and DTA extensions in FLIC files
  954. - H.264 custom quantization matrices support
  955. - ffserver fixed, it should now be usable again
  956. - QDM2 audio decoder
  957. - Real Cooker audio decoder
  958. - TrueSpeech audio decoder
  959. - WMA2 audio decoder fixed, now all files should play correctly
  960. - RealAudio 14.4 and 28.8 decoders fixed
  961. - JPEG-LS decoder
  962. - build system improvements
  963. - tabs and trailing whitespace removed from the codebase
  964. - CamStudio video decoder
  965. - AIFF/AIFF-C audio format, encoding and decoding
  966. - ADTS AAC file reading and writing
  967. - Creative VOC file reading and writing
  968. - American Laser Games multimedia (*.mm) playback system
  969. - Zip Motion Blocks Video decoder
  970. - improved Theora/VP3 decoder
  971. - True Audio (TTA) decoder
  972. - AVS demuxer and video decoder
  973. - JPEG-LS encoder
  974. - Smacker demuxer and decoder
  975. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  976. - KMVC decoder
  977. - MPEG-2 intra VLC support
  978. - MPEG-2 4:2:2 encoder
  979. - Flash Screen Video decoder
  980. - GXF demuxer
  981. - Chinese AVS decoder
  982. - GXF muxer
  983. - MXF demuxer
  984. - VC-1/WMV3/WMV9 video decoder
  985. - MacIntel support
  986. - AviSynth support
  987. - VMware video decoder
  988. - VP5 video decoder
  989. - VP6 video decoder
  990. - WavPack lossless audio decoder
  991. - Targa (.TGA) picture decoder
  992. - Vorbis audio encoder
  993. - Delphine Software .cin demuxer/audio and video decoder
  994. - Tiertex .seq demuxer/video decoder
  995. - MTV demuxer
  996. - TIFF picture encoder and decoder
  997. - GIF picture decoder
  998. - Intel Music Coder decoder
  999. - Zip Motion Blocks Video encoder
  1000. - Musepack decoder
  1001. - Flash Screen Video encoder
  1002. - Theora encoding via libtheora
  1003. - BMP encoder
  1004. - WMA encoder
  1005. - GSM-MS encoder and decoder
  1006. - DCA decoder
  1007. - DXA demuxer and decoder
  1008. - DNxHD decoder
  1009. - Gamecube movie (.THP) playback system
  1010. - Blackfin optimizations
  1011. - Interplay C93 demuxer and video decoder
  1012. - Bethsoft VID demuxer and video decoder
  1013. - CRYO APC demuxer
  1014. - ATRAC3 decoder
  1015. - V.Flash PTX decoder
  1016. - RoQ muxer, RoQ audio encoder
  1017. - Renderware TXD demuxer and decoder
  1018. - extern C declarations for C++ removed from headers
  1019. - sws_flags command line option
  1020. - codebook generator
  1021. - RoQ video encoder
  1022. - QTRLE encoder
  1023. - OS/2 support removed and restored again
  1024. - AC-3 decoder
  1025. - NUT muxer
  1026. - additional SPARC (VIS) optimizations
  1027. - Matroska muxer
  1028. - slice-based parallel H.264 decoding
  1029. - Monkey's Audio demuxer and decoder
  1030. - AMV audio and video decoder
  1031. - DNxHD encoder
  1032. - H.264 PAFF decoding
  1033. - Nellymoser ASAO decoder
  1034. - Beam Software SIFF demuxer and decoder
  1035. - libvorbis Vorbis decoding removed in favor of native decoder
  1036. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  1037. - Ogg (Theora, Vorbis and FLAC) muxer
  1038. - The "device" muxers and demuxers are now in a new libavdevice library
  1039. - PC Paintbrush PCX decoder
  1040. - Sun Rasterfile decoder
  1041. - TechnoTrend PVA demuxer
  1042. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  1043. - AVM2 (Flash 9) SWF muxer
  1044. - QT variant of IMA ADPCM encoder
  1045. - VFW grabber
  1046. - iPod/iPhone compatible mp4 muxer
  1047. - Mimic decoder
  1048. - MSN TCP Webcam stream demuxer
  1049. - RL2 demuxer / decoder
  1050. - IFF demuxer
  1051. - 8SVX audio decoder
  1052. - non-recursive Makefiles
  1053. - BFI demuxer
  1054. - MAXIS EA XA (.xa) demuxer / decoder
  1055. - BFI video decoder
  1056. - OMA demuxer
  1057. - MLP/TrueHD decoder
  1058. - Electronic Arts CMV decoder
  1059. - Motion Pixels Video decoder
  1060. - Motion Pixels MVI demuxer
  1061. - removed animated GIF decoder/demuxer
  1062. - D-Cinema audio muxer
  1063. - Electronic Arts TGV decoder
  1064. - Apple Lossless Audio Codec (ALAC) encoder
  1065. - AAC decoder
  1066. - floating point PCM encoder/decoder
  1067. - MXF muxer
  1068. - DV100 AKA DVCPRO HD decoder and demuxer
  1069. - E-AC-3 support added to AC-3 decoder
  1070. - Nellymoser ASAO encoder
  1071. - ASS and SSA demuxer and muxer
  1072. - liba52 wrapper removed
  1073. - SVQ3 watermark decoding support
  1074. - Speex decoding via libspeex
  1075. - Electronic Arts TGQ decoder
  1076. - RV40 decoder
  1077. - QCELP / PureVoice decoder
  1078. - RV30 decoder
  1079. - hybrid WavPack support
  1080. - R3D REDCODE demuxer
  1081. - ALSA support for playback and record
  1082. - Electronic Arts TQI decoder
  1083. - OpenJPEG based JPEG 2000 decoder
  1084. - NC (NC4600) camera file demuxer
  1085. - Gopher client support
  1086. - MXF D-10 muxer
  1087. - generic metadata API
  1088. - flash ScreenVideo2 encoder
  1089. version 0.4.9-pre1:
  1090. - DV encoder, DV muxer
  1091. - Microsoft RLE video decoder
  1092. - Microsoft Video-1 decoder
  1093. - Apple Animation (RLE) decoder
  1094. - Apple Graphics (SMC) decoder
  1095. - Apple Video (RPZA) decoder
  1096. - Cinepak decoder
  1097. - Sega FILM (CPK) file demuxer
  1098. - Westwood multimedia support (VQA & AUD files)
  1099. - Id Quake II CIN playback support
  1100. - 8BPS video decoder
  1101. - FLIC playback support
  1102. - RealVideo 2.0 (RV20) decoder
  1103. - Duck TrueMotion v1 (DUCK) video decoder
  1104. - Sierra VMD demuxer and video decoder
  1105. - MSZH and ZLIB decoder support
  1106. - SVQ1 video encoder
  1107. - AMR-WB support
  1108. - PPC optimizations
  1109. - rate distortion optimal cbp support
  1110. - rate distorted optimal ac prediction for MPEG-4
  1111. - rate distorted optimal lambda->qp support
  1112. - AAC encoding with libfaac
  1113. - Sunplus JPEG codec (SP5X) support
  1114. - use Lagrange multipler instead of QP for ratecontrol
  1115. - Theora/VP3 decoding support
  1116. - XA and ADX ADPCM codecs
  1117. - export MPEG-2 active display area / pan scan
  1118. - Add support for configuring with IBM XLC
  1119. - floating point AAN DCT
  1120. - initial support for zygo video (not complete)
  1121. - RGB ffv1 support
  1122. - new audio/video parser API
  1123. - av_log() system
  1124. - av_read_frame() and av_seek_frame() support
  1125. - missing last frame fixes
  1126. - seek by mouse in ffplay
  1127. - noise reduction of DCT coefficients
  1128. - H.263 OBMC & 4MV support
  1129. - H.263 alternative inter vlc support
  1130. - H.263 loop filter
  1131. - H.263 slice structured mode
  1132. - interlaced DCT support for MPEG-2 encoding
  1133. - stuffing to stay above min_bitrate
  1134. - MB type & QP visualization
  1135. - frame stepping for ffplay
  1136. - interlaced motion estimation
  1137. - alternate scantable support
  1138. - SVCD scan offset support
  1139. - closed GOP support
  1140. - SSE2 FDCT
  1141. - quantizer noise shaping
  1142. - G.726 ADPCM audio codec
  1143. - MS ADPCM encoding
  1144. - multithreaded/SMP motion estimation
  1145. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  1146. - multithreaded/SMP decoding for MPEG-2
  1147. - FLAC decoder
  1148. - Metrowerks CodeWarrior suppport
  1149. - H.263+ custom pcf support
  1150. - nicer output for 'ffmpeg -formats'
  1151. - Matroska demuxer
  1152. - SGI image format, encoding and decoding
  1153. - H.264 loop filter support
  1154. - H.264 CABAC support
  1155. - nicer looking arrows for the motion vector visualization
  1156. - improved VCD support
  1157. - audio timestamp drift compensation
  1158. - MPEG-2 YUV 422/444 support
  1159. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  1160. - better image scaling
  1161. - H.261 support
  1162. - correctly interleave packets during encoding
  1163. - VIS optimized motion compensation
  1164. - intra_dc_precision>0 encoding support
  1165. - support reuse of motion vectors/MB types/field select values of the source video
  1166. - more accurate deblock filter
  1167. - padding support
  1168. - many optimizations and bugfixes
  1169. - FunCom ISS audio file demuxer and according ADPCM decoding
  1170. version 0.4.8:
  1171. - MPEG-2 video encoding (Michael)
  1172. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  1173. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  1174. and Mario Brito)
  1175. - Xan DPCM audio decoder (Mario Brito)
  1176. - Interplay MVE playback subsystem (Mike Melanson)
  1177. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  1178. version 0.4.7:
  1179. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  1180. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  1181. - current version now also compiles with older GCC (Fabrice)
  1182. - 4X multimedia playback system including 4xm file demuxer (Mike
  1183. Melanson), and 4X video and audio codecs (Michael)
  1184. - Creative YUV (CYUV) decoder (Mike Melanson)
  1185. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  1186. than HuffYUV) (Michael)
  1187. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  1188. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  1189. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  1190. - ffplay has been replaced with a newer version which uses SDL (optionally)
  1191. for multiplatform support (Fabrice)
  1192. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  1193. by anonymous
  1194. - AMR format has been added (Johannes Carlsson)
  1195. - 3GP support has been added (Johannes Carlsson)
  1196. - VP3 codec has been added (Mike Melanson)
  1197. - more MPEG-1/2 fixes
  1198. - better multiplatform support, MS Visual Studio fixes (various)
  1199. - AltiVec optimizations (Magnus Damn and others)
  1200. - SH4 processor support has been added (BERO)
  1201. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  1202. - VOB streaming support (Brian Foley)
  1203. - better MP3 autodetection (Andriy Rysin)
  1204. - qpel encoding (Michael)
  1205. - 4mv+b frames encoding finally fixed (Michael)
  1206. - chroma ME (Michael)
  1207. - 5 comparison functions for ME (Michael)
  1208. - B-frame encoding speedup (Michael)
  1209. - WMV2 codec (unfinished - Michael)
  1210. - user specified diamond size for EPZS (Michael)
  1211. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  1212. - ASV2 codec (Michael)
  1213. - CLJR decoder (Alex)
  1214. .. And lots more new enhancements and fixes.
  1215. version 0.4.6:
  1216. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  1217. from scratch
  1218. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  1219. - fix quantization bug in AC3 encoder
  1220. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  1221. - added prototype ffplay program
  1222. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  1223. - bug fix on MCBPC tables of H.263 (Juanjo)
  1224. - bug fix on DC coefficients of H.263 (Juanjo)
  1225. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  1226. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  1227. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  1228. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  1229. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  1230. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  1231. - added first regression tests
  1232. - added MPEG-2 TS demuxer
  1233. - new demux API for libav
  1234. - more accurate and faster IDCT (Michael)
  1235. - faster and entropy-controlled motion search (Michael)
  1236. - two pass video encoding (Michael)
  1237. - new video rate control (Michael)
  1238. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  1239. - great performance improvement of video encoders and decoders (Michael)
  1240. - new and faster bit readers and vlc parsers (Michael)
  1241. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  1242. - added DV video decoder
  1243. - preliminary RTP/RTSP support in ffserver and libavformat
  1244. - H.263+ AIC decoding/encoding support (Juanjo)
  1245. - VCD MPEG-PS mode (Juanjo)
  1246. - PSNR stuff (Juanjo)
  1247. - simple stats output (Juanjo)
  1248. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  1249. version 0.4.5:
  1250. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  1251. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  1252. - added configure system (actually a small shell script)
  1253. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  1254. Michael Hipp (temporary solution - waiting for integer only
  1255. decoder)
  1256. - fixed VIDIOCSYNC interrupt
  1257. - added Intel H.263 decoding support ('I263' AVI fourCC)
  1258. - added Real Video 1.0 decoding (needs further testing)
  1259. - simplified image formats again. Added PGM format (=grey
  1260. pgm). Renamed old PGM to PGMYUV.
  1261. - fixed msmpeg4 slice issues (tell me if you still find problems)
  1262. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  1263. - added support for MPlayer interface
  1264. - added macroblock skip optimization
  1265. - added MJPEG decoder
  1266. - added mmx/mmxext IDCT from libmpeg2
  1267. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  1268. <celer at shell.scrypt.net>)
  1269. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  1270. - added deinterlacing option
  1271. - MPEG-1/2 fixes
  1272. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  1273. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  1274. - Windows porting of file converter
  1275. - added MJPEG raw format (input/output)
  1276. - added JPEG image format support (input/output)
  1277. version 0.4.4:
  1278. - fixed some std header definitions (Bjorn Lindgren
  1279. <bjorn.e.lindgren at telia.com>).
  1280. - added MPEG demuxer (MPEG-1 and 2 compatible).
  1281. - added ASF demuxer
  1282. - added prototype RM demuxer
  1283. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  1284. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  1285. header does not include them)
  1286. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  1287. play them (only tested video)
  1288. - fixed H.263 white bug
  1289. - fixed phase rounding in img resample filter
  1290. - add MMX code for polyphase img resample filter
  1291. - added CPU autodetection
  1292. - added generic title/author/copyright/comment string handling (ASF and RM
  1293. use them)
  1294. - added SWF demux to extract MP3 track (not usable yet because no MP3
  1295. decoder)
  1296. - added fractional frame rate support
  1297. - codecs are no longer searched by read_header() (should fix ffserver
  1298. segfault)
  1299. version 0.4.3:
  1300. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  1301. - fixed raw yuv output
  1302. - added motion rounding support in MPEG-4
  1303. - fixed motion bug rounding in MSMPEG4
  1304. - added B-frame handling in video core
  1305. - added full MPEG-1 decoding support
  1306. - added partial (frame only) MPEG-2 support
  1307. - changed the FOURCC code for H.263 to "U263" to be able to see the
  1308. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  1309. this +codec ;) (JuanJo).
  1310. - Halfpel motion estimation after MB type selection (JuanJo)
  1311. - added pgm and .Y.U.V output format
  1312. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  1313. output.
  1314. - added pgmpipe I/O format (original patch from Martin Aumueller
  1315. <lists at reserv.at>, but changed completely since we use a format
  1316. instead of a protocol)
  1317. version 0.4.2:
  1318. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  1319. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  1320. missing. MSMPEG4 support is complete.
  1321. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  1322. can decode ffmpeg MPEGs :-)).
  1323. - added libavcodec API documentation (see apiexample.c).
  1324. - fixed image polyphase bug (the bottom of some images could be
  1325. greenish)
  1326. - added support for non clipped motion vectors (decoding only)
  1327. and image sizes non-multiple of 16
  1328. - added support for AC prediction (decoding only)
  1329. - added file overwrite confirmation (can be disabled with -y)
  1330. - added custom size picture to H.263 using H.263+ (Juanjo)
  1331. version 0.4.1:
  1332. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  1333. of AVI and ASF to DIV3.
  1334. - added -me option to set motion estimation method
  1335. (default=log). suppressed redundant -hq option.
  1336. - added options -acodec and -vcodec to force a given codec (useful for
  1337. AVI for example)
  1338. - fixed -an option
  1339. - improved dct_quantize speed
  1340. - factorized some motion estimation code
  1341. version 0.4.0:
  1342. - removing grab code from ffserver and moved it to ffmpeg. Added
  1343. multistream support to ffmpeg.
  1344. - added timeshifting support for live feeds (option ?date=xxx in the
  1345. URL)
  1346. - added high quality image resize code with polyphase filter (need
  1347. mmx/see optimization). Enable multiple image size support in ffserver.
  1348. - added multi live feed support in ffserver
  1349. - suppressed master feature from ffserver (it should be done with an
  1350. external program which opens the .ffm url and writes it to another
  1351. ffserver)
  1352. - added preliminary support for video stream parsing (WAV and AVI half
  1353. done). Added proper support for audio/video file conversion in
  1354. ffmpeg.
  1355. - added preliminary support for video file sending from ffserver
  1356. - redesigning I/O subsystem: now using URL based input and output
  1357. (see avio.h)
  1358. - added WAV format support
  1359. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  1360. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  1361. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  1362. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  1363. - added new motion estimation algorithms, log and phods (Juanjo)
  1364. - changed directories: libav for format handling, libavcodec for
  1365. codecs
  1366. version 0.3.4:
  1367. - added stereo in MPEG audio encoder
  1368. version 0.3.3:
  1369. - added 'high quality' mode which use motion vectors. It can be used in
  1370. real time at low resolution.
  1371. - fixed rounding problems which caused quality problems at high
  1372. bitrates and large GOP size
  1373. version 0.3.2: small fixes
  1374. - ASF fixes
  1375. - put_seek bug fix
  1376. version 0.3.1: added avi/divx support
  1377. - added AVI support
  1378. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  1379. - added sound for flash format (not tested)
  1380. version 0.3: initial public release