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.

1283 lines
44KB

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