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.

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