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.

1320 lines
45KB

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