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.

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