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.

828 lines
30KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version <next>:
  4. - XWD encoder and decoder
  5. - Support for fragmentation in the mov/mp4 muxer
  6. - ISMV (Smooth Streaming) muxer
  7. - CDXL demuxer and decoder
  8. - Apple ProRes encoder
  9. - Sun Rasterfile Encoder
  10. - remove libpostproc
  11. version 0.8:
  12. - GSM audio parser
  13. - SMJPEG muxer
  14. version 0.8_beta2:
  15. - Automatic thread count based on detection number of (available) CPU cores
  16. - Deprecate libpostproc. If desired, the switch --enable-postproc will
  17. enable it but it may be removed in a later Libav release.
  18. - rv34: frame-level multi-threading
  19. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  20. version 0.8_beta1:
  21. - BWF muxer
  22. - Flash Screen Video 2 decoder
  23. - ffplay/ffprobe/ffserver renamed to avplay/avprobe/avserver
  24. - ffmpeg deprecated, added avconv, which is almost the same for now, except
  25. for a few incompatible changes in the options, which will hopefully make them
  26. easier to use. The changes are:
  27. * The options placement is now strictly enforced! While in theory the
  28. options for ffmpeg should be given in [input options] -i INPUT [output
  29. options] OUTPUT order, in practice it was possible to give output options
  30. before the -i and it mostly worked. Except when it didn't - the behavior was
  31. a bit inconsistent. In avconv, it is not possible to mix input and output
  32. options. All non-global options are reset after an input or output filename.
  33. * All per-file options are now truly per-file - they apply only to the next
  34. input or output file and specifying different values for different files
  35. will now work properly (notably -ss and -t options).
  36. * All per-stream options are now truly per-stream - it is possible to
  37. specify which stream(s) should a given option apply to. See the Stream
  38. specifiers section in the avconv manual for details.
  39. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  40. sense that they're specified after the output filename instead of before,
  41. like all other options. In avconv this irregularity is removed, all options
  42. apply to the next input or output file.
  43. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  44. irregular and highly confusing, they were also redundant. In avconv the -map
  45. option will create new streams in the output file and map input streams to
  46. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  47. each stream in the first input file.
  48. * The -map option now has slightly different and more powerful syntax:
  49. + Colons (':') are used to separate file index/stream type/stream index
  50. instead of dots. Comma (',') is used to separate the sync stream instead
  51. of colon.. This is done for consistency with other options.
  52. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  53. output stream from the third input audio stream.
  54. + Omitting the stream index now maps all the streams of the given type,
  55. not just the first. E.g. -map 0:s creates output streams for all the
  56. subtitle streams in the first input file.
  57. + Since -map can now match multiple streams, negative mappings were
  58. introduced. Negative mappings disable some streams from an already
  59. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  60. all the stream in the first input file, except for the second audio
  61. stream'.
  62. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  63. use, which allows to precisely specify target stream(s) consistently with
  64. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  65. libvorbis sets the codec for the first audio stream and -c copy copies all
  66. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  67. aliases to -c:v/a/s
  68. * It is now possible to precisely specify which stream should an AVOption
  69. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  70. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  71. syntax is deprecated and will stop working soon.
  72. * -map_chapters now takes only an input file index and applies to the next
  73. output file. This is consistent with how all the other options work.
  74. * -map_metadata now takes only an input metadata specifier and applies to
  75. the next output file. Output metadata specifier is now part of the option
  76. name, similarly to the AVOptions/map/codec feature above.
  77. * -metadata can now be used to set metadata on streams and chapters, e.g.
  78. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  79. This made -vlang/-alang/-slang options redundant, so they were removed.
  80. * -qscale option now uses stream specifiers and applies to all streams, not
  81. just video. I.e. plain -qscale number would now apply to all streams. To get
  82. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  83. and -aq is now an alias for -q:a.
  84. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  85. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  86. * -itsscale option now uses stream specifiers, so its argument is only the
  87. scale parameter.
  88. * -intra option was removed, use -g 0 for the same effect.
  89. * -psnr option was removed, use -flags +psnr for the same effect.
  90. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  91. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  92. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  93. - XMV demuxer
  94. - Windows Media Image decoder
  95. - LATM muxer/demuxer
  96. - showinfo filter
  97. - split filter
  98. - libcdio-paranoia input device for audio CD grabbing
  99. - select filter
  100. - Apple ProRes decoder
  101. - CELT in Ogg demuxing
  102. - VC-1 interlaced decoding
  103. - lut, lutrgb, and lutyuv filters
  104. - boxblur filter
  105. - Ut Video decoder
  106. - Speex encoding via libspeex
  107. - 4:2:2 H.264 decoding support
  108. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  109. - Pulseaudio input device
  110. - replacement Indeo 3 decoder
  111. - TLS/SSL and HTTPS protocol support
  112. - AVOptions API rewritten and documented
  113. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  114. AVCodecContext deprecated. Codec private options should be used instead.
  115. - Properly working defaults in libx264 wrapper, support for native presets.
  116. - Encrypted OMA files support
  117. - Discworld II BMV decoding support
  118. - VBLE Decoder
  119. - OS X Video Decoder Acceleration (VDA) support
  120. - CRI ADX audio format muxer and demuxer
  121. - Playstation Portable PMP format demuxer
  122. - PCM format support in OMA demuxer
  123. - CLJR encoder
  124. - Dxtory capture format decoder
  125. - v410 QuickTime uncompressed 4:4:4 10-bit encoder and decoder
  126. - OpenMG Audio muxer
  127. - Simple segmenting muxer
  128. - Indeo 4 decoder
  129. - SMJPEG demuxer
  130. version 0.7:
  131. - E-AC-3 audio encoder
  132. - ac3enc: add channel coupling support
  133. - floating-point sample format support for (E-)AC-3, DCA, AAC, Vorbis decoders
  134. - H.264/MPEG frame-level multithreading
  135. - av_metadata_* functions renamed to av_dict_* and moved to libavutil
  136. - 4:4:4 H.264 decoding support
  137. - 10-bit H.264 optimizations for x86
  138. - bump libswscale for recently reported ABI break
  139. version 0.7_beta2:
  140. - VP8 frame-level multithreading
  141. - NEON optimizations for VP8
  142. - removed a lot of deprecated API cruft
  143. - FFT and IMDCT optimizations for AVX (Sandy Bridge) processors
  144. - DPX image encoder
  145. - SMPTE 302M AES3 audio decoder
  146. - ffmpeg no longer quits after the 'q' key is pressed; use 'ctrl+c' instead
  147. - 9bit and 10bit per sample support in the H.264 decoder
  148. version 0.7_beta1:
  149. - WebM support in Matroska de/muxer
  150. - low overhead Ogg muxing
  151. - MMS-TCP support
  152. - VP8 de/encoding via libvpx
  153. - Demuxer for On2's IVF format
  154. - Pictor/PC Paint decoder
  155. - HE-AAC v2 decoder
  156. - libfaad2 wrapper removed
  157. - DTS-ES extension (XCh) decoding support
  158. - native VP8 decoder
  159. - RTSP tunneling over HTTP
  160. - RTP depacketization of SVQ3
  161. - -strict inofficial replaced by -strict unofficial
  162. - ffplay -exitonkeydown and -exitonmousedown options added
  163. - native GSM / GSM MS decoder
  164. - RTP depacketization of QDM2
  165. - ANSI/ASCII art playback system
  166. - Lego Mindstorms RSO de/muxer
  167. - SubRip subtitle file muxer and demuxer
  168. - Chinese AVS encoding via libxavs
  169. - ffprobe -show_packets option added
  170. - RTP packetization of Theora and Vorbis
  171. - RTP depacketization of MP4A-LATM
  172. - RTP packetization and depacketization of VP8
  173. - hflip filter
  174. - Apple HTTP Live Streaming demuxer
  175. - a64 codec
  176. - MMS-HTTP support
  177. - G.722 ADPCM audio encoder/decoder
  178. - R10k video decoder
  179. - ocv_smooth filter
  180. - frei0r wrapper filter
  181. - change crop filter syntax to width:height:x:y
  182. - make the crop filter accept parametric expressions
  183. - make ffprobe accept AVFormatContext options
  184. - yadif filter
  185. - blackframe filter
  186. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  187. - RTP depacketization of the X-QT QuickTime format
  188. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  189. - cropdetect filter
  190. - ffmpeg -crop* options removed
  191. - transpose filter added
  192. - ffmpeg -force_key_frames option added
  193. - demuxer for receiving raw rtp:// URLs without an SDP description
  194. - single stream LATM/LOAS decoder
  195. - setpts filter added
  196. - Win64 support for optimized x86 assembly functions
  197. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  198. - ASS subtitle encoder and decoder
  199. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  200. - overlay filter added
  201. - rename aspect filter to setdar, and pixelaspect to setsar
  202. - IEC 61937 demuxer
  203. - Mobotix .mxg demuxer
  204. - frei0r source added
  205. - hqdn3d filter added
  206. - RTP depacketization of QCELP
  207. - FLAC parser added
  208. - gradfun filter added
  209. - AMR-WB decoder
  210. - replace the ocv_smooth filter with a more generic ocv filter
  211. - Windows Televison (WTV) demuxer
  212. - FFmpeg metadata format muxer and demuxer
  213. - SubRip (srt) subtitle decoder
  214. - floating-point AC-3 encoder added
  215. - Lagarith decoder
  216. - ffmpeg -copytb option added
  217. - IVF muxer added
  218. - Wing Commander IV movies decoder added
  219. - movie source added
  220. - Bink version 'b' audio and video decoder
  221. - Bitmap Brothers JV playback system
  222. - Apple HTTP Live Streaming protocol handler
  223. - sndio support for playback and record
  224. - Linux framebuffer input device added
  225. - Chronomaster DFA decoder
  226. - Mobotix MxPEG decoder
  227. - AAC encoding via libvo-aacenc
  228. - AMR-WB encoding via libvo-amrwbenc
  229. - xWMA demuxer
  230. - fieldorder video filter added
  231. version 0.6:
  232. - PB-frame decoding for H.263
  233. - deprecated vhook subsystem removed
  234. - deprecated old scaler removed
  235. - VQF demuxer
  236. - Alpha channel scaler
  237. - PCX encoder
  238. - RTP packetization of H.263
  239. - RTP packetization of AMR
  240. - RTP depacketization of Vorbis
  241. - CorePNG decoding support
  242. - Cook multichannel decoding support
  243. - introduced avlanguage helpers in libavformat
  244. - 8088flex TMV demuxer and decoder
  245. - per-stream language-tags extraction in asfdec
  246. - V210 decoder and encoder
  247. - remaining GPL parts in AC-3 decoder converted to LGPL
  248. - QCP demuxer
  249. - SoX native format muxer and demuxer
  250. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  251. - DPX image decoder
  252. - Electronic Arts Madcow decoder
  253. - DivX (XSUB) subtitle encoder
  254. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  255. - experimental AAC encoder
  256. - RTP depacketization of ASF and RTSP from WMS servers
  257. - RTMP support in libavformat
  258. - noX handling for OPT_BOOL X options
  259. - Wave64 demuxer
  260. - IEC-61937 compatible Muxer
  261. - TwinVQ decoder
  262. - Bluray (PGS) subtitle decoder
  263. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  264. - WMA Pro decoder
  265. - Core Audio Format demuxer
  266. - Atrac1 decoder
  267. - MD STUDIO audio demuxer
  268. - RF64 support in WAV demuxer
  269. - MPEG-4 Audio Lossless Coding (ALS) decoder
  270. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  271. - IV8 demuxer
  272. - CDG demuxer and decoder
  273. - R210 decoder
  274. - Auravision Aura 1 and 2 decoders
  275. - Deluxe Paint Animation playback system
  276. - SIPR decoder
  277. - Adobe Filmstrip muxer and demuxer
  278. - RTP depacketization of H.263
  279. - Bink demuxer and audio/video decoders
  280. - enable symbol versioning by default for linkers that support it
  281. - IFF PBM/ILBM bitmap decoder
  282. - concat protocol
  283. - Indeo 5 decoder
  284. - RTP depacketization of AMR
  285. - WMA Voice decoder
  286. - ffprobe tool
  287. - AMR-NB decoder
  288. - RTSP muxer
  289. - HE-AAC v1 decoder
  290. - Kega Game Video (KGV1) decoder
  291. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  292. - RTP depacketization of Theora
  293. - HTTP Digest authentication
  294. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  295. - Psygnosis YOP demuxer and video decoder
  296. - spectral extension support in the E-AC-3 decoder
  297. - unsharp video filter
  298. - RTP hinting in the mov/3gp/mp4 muxer
  299. - Dirac in Ogg demuxing
  300. - seek to keyframes in Ogg
  301. - 4:2:2 and 4:4:4 Theora decoding
  302. - 35% faster VP3/Theora decoding
  303. - faster AAC decoding
  304. - faster H.264 decoding
  305. - RealAudio 1.0 (14.4K) encoder
  306. version 0.5:
  307. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  308. - TechSmith Camtasia (TSCC) video decoder
  309. - IBM Ultimotion (ULTI) video decoder
  310. - Sierra Online audio file demuxer and decoder
  311. - Apple QuickDraw (qdrw) video decoder
  312. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  313. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  314. - Miro VideoXL (VIXL) video decoder
  315. - H.261 video encoder
  316. - QPEG video decoder
  317. - Nullsoft Video (NSV) file demuxer
  318. - Shorten audio decoder
  319. - LOCO video decoder
  320. - Apple Lossless Audio Codec (ALAC) decoder
  321. - Winnov WNV1 video decoder
  322. - Autodesk Animator Studio Codec (AASC) decoder
  323. - Indeo 2 video decoder
  324. - Fraps FPS1 video decoder
  325. - Snow video encoder/decoder
  326. - Sonic audio encoder/decoder
  327. - Vorbis audio decoder
  328. - Macromedia ADPCM decoder
  329. - Duck TrueMotion 2 video decoder
  330. - support for decoding FLX and DTA extensions in FLIC files
  331. - H.264 custom quantization matrices support
  332. - ffserver fixed, it should now be usable again
  333. - QDM2 audio decoder
  334. - Real Cooker audio decoder
  335. - TrueSpeech audio decoder
  336. - WMA2 audio decoder fixed, now all files should play correctly
  337. - RealAudio 14.4 and 28.8 decoders fixed
  338. - JPEG-LS decoder
  339. - build system improvements
  340. - tabs and trailing whitespace removed from the codebase
  341. - CamStudio video decoder
  342. - AIFF/AIFF-C audio format, encoding and decoding
  343. - ADTS AAC file reading and writing
  344. - Creative VOC file reading and writing
  345. - American Laser Games multimedia (*.mm) playback system
  346. - Zip Motion Blocks Video decoder
  347. - improved Theora/VP3 decoder
  348. - True Audio (TTA) decoder
  349. - AVS demuxer and video decoder
  350. - JPEG-LS encoder
  351. - Smacker demuxer and decoder
  352. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  353. - KMVC decoder
  354. - MPEG-2 intra VLC support
  355. - MPEG-2 4:2:2 encoder
  356. - Flash Screen Video decoder
  357. - GXF demuxer
  358. - Chinese AVS decoder
  359. - GXF muxer
  360. - MXF demuxer
  361. - VC-1/WMV3/WMV9 video decoder
  362. - MacIntel support
  363. - AVISynth support
  364. - VMware video decoder
  365. - VP5 video decoder
  366. - VP6 video decoder
  367. - WavPack lossless audio decoder
  368. - Targa (.TGA) picture decoder
  369. - Vorbis audio encoder
  370. - Delphine Software .cin demuxer/audio and video decoder
  371. - Tiertex .seq demuxer/video decoder
  372. - MTV demuxer
  373. - TIFF picture encoder and decoder
  374. - GIF picture decoder
  375. - Intel Music Coder decoder
  376. - Zip Motion Blocks Video encoder
  377. - Musepack decoder
  378. - Flash Screen Video encoder
  379. - Theora encoding via libtheora
  380. - BMP encoder
  381. - WMA encoder
  382. - GSM-MS encoder and decoder
  383. - DCA decoder
  384. - DXA demuxer and decoder
  385. - DNxHD decoder
  386. - Gamecube movie (.THP) playback system
  387. - Blackfin optimizations
  388. - Interplay C93 demuxer and video decoder
  389. - Bethsoft VID demuxer and video decoder
  390. - CRYO APC demuxer
  391. - Atrac3 decoder
  392. - V.Flash PTX decoder
  393. - RoQ muxer, RoQ audio encoder
  394. - Renderware TXD demuxer and decoder
  395. - extern C declarations for C++ removed from headers
  396. - sws_flags command line option
  397. - codebook generator
  398. - RoQ video encoder
  399. - QTRLE encoder
  400. - OS/2 support removed and restored again
  401. - AC-3 decoder
  402. - NUT muxer
  403. - additional SPARC (VIS) optimizations
  404. - Matroska muxer
  405. - slice-based parallel H.264 decoding
  406. - Monkey's Audio demuxer and decoder
  407. - AMV audio and video decoder
  408. - DNxHD encoder
  409. - H.264 PAFF decoding
  410. - Nellymoser ASAO decoder
  411. - Beam Software SIFF demuxer and decoder
  412. - libvorbis Vorbis decoding removed in favor of native decoder
  413. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  414. - Ogg (Theora, Vorbis and FLAC) muxer
  415. - The "device" muxers and demuxers are now in a new libavdevice library
  416. - PC Paintbrush PCX decoder
  417. - Sun Rasterfile decoder
  418. - TechnoTrend PVA demuxer
  419. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  420. - AVM2 (Flash 9) SWF muxer
  421. - QT variant of IMA ADPCM encoder
  422. - VFW grabber
  423. - iPod/iPhone compatible mp4 muxer
  424. - Mimic decoder
  425. - MSN TCP Webcam stream demuxer
  426. - RL2 demuxer / decoder
  427. - IFF demuxer
  428. - 8SVX audio decoder
  429. - non-recursive Makefiles
  430. - BFI demuxer
  431. - MAXIS EA XA (.xa) demuxer / decoder
  432. - BFI video decoder
  433. - OMA demuxer
  434. - MLP/TrueHD decoder
  435. - Electronic Arts CMV decoder
  436. - Motion Pixels Video decoder
  437. - Motion Pixels MVI demuxer
  438. - removed animated GIF decoder/demuxer
  439. - D-Cinema audio muxer
  440. - Electronic Arts TGV decoder
  441. - Apple Lossless Audio Codec (ALAC) encoder
  442. - AAC decoder
  443. - floating point PCM encoder/decoder
  444. - MXF muxer
  445. - DV100 AKA DVCPRO HD decoder and demuxer
  446. - E-AC-3 support added to AC-3 decoder
  447. - Nellymoser ASAO encoder
  448. - ASS and SSA demuxer and muxer
  449. - liba52 wrapper removed
  450. - SVQ3 watermark decoding support
  451. - Speex decoding via libspeex
  452. - Electronic Arts TGQ decoder
  453. - RV40 decoder
  454. - QCELP / PureVoice decoder
  455. - RV30 decoder
  456. - hybrid WavPack support
  457. - R3D REDCODE demuxer
  458. - ALSA support for playback and record
  459. - Electronic Arts TQI decoder
  460. - OpenJPEG based JPEG 2000 decoder
  461. - NC (NC4600) camera file demuxer
  462. - Gopher client support
  463. - MXF D-10 muxer
  464. - generic metadata API
  465. version 0.4.9-pre1:
  466. - DV encoder, DV muxer
  467. - Microsoft RLE video decoder
  468. - Microsoft Video-1 decoder
  469. - Apple Animation (RLE) decoder
  470. - Apple Graphics (SMC) decoder
  471. - Apple Video (RPZA) decoder
  472. - Cinepak decoder
  473. - Sega FILM (CPK) file demuxer
  474. - Westwood multimedia support (VQA & AUD files)
  475. - Id Quake II CIN playback support
  476. - 8BPS video decoder
  477. - FLIC playback support
  478. - RealVideo 2.0 (RV20) decoder
  479. - Duck TrueMotion v1 (DUCK) video decoder
  480. - Sierra VMD demuxer and video decoder
  481. - MSZH and ZLIB decoder support
  482. - SVQ1 video encoder
  483. - AMR-WB support
  484. - PPC optimizations
  485. - rate distortion optimal cbp support
  486. - rate distorted optimal ac prediction for MPEG-4
  487. - rate distorted optimal lambda->qp support
  488. - AAC encoding with libfaac
  489. - Sunplus JPEG codec (SP5X) support
  490. - use Lagrange multipler instead of QP for ratecontrol
  491. - Theora/VP3 decoding support
  492. - XA and ADX ADPCM codecs
  493. - export MPEG-2 active display area / pan scan
  494. - Add support for configuring with IBM XLC
  495. - floating point AAN DCT
  496. - initial support for zygo video (not complete)
  497. - RGB ffv1 support
  498. - new audio/video parser API
  499. - av_log() system
  500. - av_read_frame() and av_seek_frame() support
  501. - missing last frame fixes
  502. - seek by mouse in ffplay
  503. - noise reduction of DCT coefficients
  504. - H.263 OBMC & 4MV support
  505. - H.263 alternative inter vlc support
  506. - H.263 loop filter
  507. - H.263 slice structured mode
  508. - interlaced DCT support for MPEG-2 encoding
  509. - stuffing to stay above min_bitrate
  510. - MB type & QP visualization
  511. - frame stepping for ffplay
  512. - interlaced motion estimation
  513. - alternate scantable support
  514. - SVCD scan offset support
  515. - closed GOP support
  516. - SSE2 FDCT
  517. - quantizer noise shaping
  518. - G.726 ADPCM audio codec
  519. - MS ADPCM encoding
  520. - multithreaded/SMP motion estimation
  521. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  522. - multithreaded/SMP decoding for MPEG-2
  523. - FLAC decoder
  524. - Metrowerks CodeWarrior suppport
  525. - H.263+ custom pcf support
  526. - nicer output for 'ffmpeg -formats'
  527. - Matroska demuxer
  528. - SGI image format, encoding and decoding
  529. - H.264 loop filter support
  530. - H.264 CABAC support
  531. - nicer looking arrows for the motion vector visualization
  532. - improved VCD support
  533. - audio timestamp drift compensation
  534. - MPEG-2 YUV 422/444 support
  535. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  536. - better image scaling
  537. - H.261 support
  538. - correctly interleave packets during encoding
  539. - VIS optimized motion compensation
  540. - intra_dc_precision>0 encoding support
  541. - support reuse of motion vectors/MB types/field select values of the source video
  542. - more accurate deblock filter
  543. - padding support
  544. - many optimizations and bugfixes
  545. - FunCom ISS audio file demuxer and according ADPCM decoding
  546. version 0.4.8:
  547. - MPEG-2 video encoding (Michael)
  548. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  549. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  550. and Mario Brito)
  551. - Xan DPCM audio decoder (Mario Brito)
  552. - Interplay MVE playback subsystem (Mike Melanson)
  553. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  554. version 0.4.7:
  555. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  556. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  557. - current version now also compiles with older GCC (Fabrice)
  558. - 4X multimedia playback system including 4xm file demuxer (Mike
  559. Melanson), and 4X video and audio codecs (Michael)
  560. - Creative YUV (CYUV) decoder (Mike Melanson)
  561. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  562. than HuffYUV) (Michael)
  563. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  564. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  565. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  566. - ffplay has been replaced with a newer version which uses SDL (optionally)
  567. for multiplatform support (Fabrice)
  568. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  569. by anonymous
  570. - AMR format has been added (Johannes Carlsson)
  571. - 3GP support has been added (Johannes Carlsson)
  572. - VP3 codec has been added (Mike Melanson)
  573. - more MPEG-1/2 fixes
  574. - better multiplatform support, MS Visual Studio fixes (various)
  575. - AltiVec optimizations (Magnus Damn and others)
  576. - SH4 processor support has been added (BERO)
  577. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  578. - VOB streaming support (Brian Foley)
  579. - better MP3 autodetection (Andriy Rysin)
  580. - qpel encoding (Michael)
  581. - 4mv+b frames encoding finally fixed (Michael)
  582. - chroma ME (Michael)
  583. - 5 comparison functions for ME (Michael)
  584. - B-frame encoding speedup (Michael)
  585. - WMV2 codec (unfinished - Michael)
  586. - user specified diamond size for EPZS (Michael)
  587. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  588. - ASV2 codec (Michael)
  589. - CLJR decoder (Alex)
  590. .. And lots more new enhancements and fixes.
  591. version 0.4.6:
  592. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  593. from scratch
  594. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  595. - fix quantization bug in AC3 encoder
  596. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  597. - added prototype ffplay program
  598. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  599. - bug fix on MCBPC tables of H.263 (Juanjo)
  600. - bug fix on DC coefficients of H.263 (Juanjo)
  601. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  602. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  603. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  604. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  605. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  606. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  607. - added first regression tests
  608. - added MPEG-2 TS demuxer
  609. - new demux API for libav
  610. - more accurate and faster IDCT (Michael)
  611. - faster and entropy-controlled motion search (Michael)
  612. - two pass video encoding (Michael)
  613. - new video rate control (Michael)
  614. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  615. - great performance improvement of video encoders and decoders (Michael)
  616. - new and faster bit readers and vlc parsers (Michael)
  617. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  618. - added DV video decoder
  619. - preliminary RTP/RTSP support in ffserver and libavformat
  620. - H.263+ AIC decoding/encoding support (Juanjo)
  621. - VCD MPEG-PS mode (Juanjo)
  622. - PSNR stuff (Juanjo)
  623. - simple stats output (Juanjo)
  624. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  625. version 0.4.5:
  626. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  627. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  628. - added configure system (actually a small shell script)
  629. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  630. Michael Hipp (temporary solution - waiting for integer only
  631. decoder)
  632. - fixed VIDIOCSYNC interrupt
  633. - added Intel H.263 decoding support ('I263' AVI fourCC)
  634. - added Real Video 1.0 decoding (needs further testing)
  635. - simplified image formats again. Added PGM format (=grey
  636. pgm). Renamed old PGM to PGMYUV.
  637. - fixed msmpeg4 slice issues (tell me if you still find problems)
  638. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  639. - added support for MPlayer interface
  640. - added macroblock skip optimization
  641. - added MJPEG decoder
  642. - added mmx/mmxext IDCT from libmpeg2
  643. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  644. <celer at shell.scrypt.net>)
  645. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  646. - added deinterlacing option
  647. - MPEG-1/2 fixes
  648. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  649. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  650. - Windows porting of file converter
  651. - added MJPEG raw format (input/ouput)
  652. - added JPEG image format support (input/output)
  653. version 0.4.4:
  654. - fixed some std header definitions (Bjorn Lindgren
  655. <bjorn.e.lindgren at telia.com>).
  656. - added MPEG demuxer (MPEG-1 and 2 compatible).
  657. - added ASF demuxer
  658. - added prototype RM demuxer
  659. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  660. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  661. header does not include them)
  662. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  663. play them (only tested video)
  664. - fixed H.263 white bug
  665. - fixed phase rounding in img resample filter
  666. - add MMX code for polyphase img resample filter
  667. - added CPU autodetection
  668. - added generic title/author/copyright/comment string handling (ASF and RM
  669. use them)
  670. - added SWF demux to extract MP3 track (not usable yet because no MP3
  671. decoder)
  672. - added fractional frame rate support
  673. - codecs are no longer searched by read_header() (should fix ffserver
  674. segfault)
  675. version 0.4.3:
  676. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  677. - fixed raw yuv output
  678. - added motion rounding support in MPEG-4
  679. - fixed motion bug rounding in MSMPEG4
  680. - added B-frame handling in video core
  681. - added full MPEG-1 decoding support
  682. - added partial (frame only) MPEG-2 support
  683. - changed the FOURCC code for H.263 to "U263" to be able to see the
  684. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  685. this +codec ;) (JuanJo).
  686. - Halfpel motion estimation after MB type selection (JuanJo)
  687. - added pgm and .Y.U.V output format
  688. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  689. output.
  690. - added pgmpipe I/O format (original patch from Martin Aumueller
  691. <lists at reserv.at>, but changed completely since we use a format
  692. instead of a protocol)
  693. version 0.4.2:
  694. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  695. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  696. missing. MSMPEG4 support is complete.
  697. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  698. can decode ffmpeg MPEGs :-)).
  699. - added libavcodec API documentation (see apiexample.c).
  700. - fixed image polyphase bug (the bottom of some images could be
  701. greenish)
  702. - added support for non clipped motion vectors (decoding only)
  703. and image sizes non-multiple of 16
  704. - added support for AC prediction (decoding only)
  705. - added file overwrite confirmation (can be disabled with -y)
  706. - added custom size picture to H.263 using H.263+ (Juanjo)
  707. version 0.4.1:
  708. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  709. of AVI and ASF to DIV3.
  710. - added -me option to set motion estimation method
  711. (default=log). suppressed redundant -hq option.
  712. - added options -acodec and -vcodec to force a given codec (useful for
  713. AVI for example)
  714. - fixed -an option
  715. - improved dct_quantize speed
  716. - factorized some motion estimation code
  717. version 0.4.0:
  718. - removing grab code from ffserver and moved it to ffmpeg. Added
  719. multistream support to ffmpeg.
  720. - added timeshifting support for live feeds (option ?date=xxx in the
  721. URL)
  722. - added high quality image resize code with polyphase filter (need
  723. mmx/see optimization). Enable multiple image size support in ffserver.
  724. - added multi live feed support in ffserver
  725. - suppressed master feature from ffserver (it should be done with an
  726. external program which opens the .ffm url and writes it to another
  727. ffserver)
  728. - added preliminary support for video stream parsing (WAV and AVI half
  729. done). Added proper support for audio/video file conversion in
  730. ffmpeg.
  731. - added preliminary support for video file sending from ffserver
  732. - redesigning I/O subsystem: now using URL based input and output
  733. (see avio.h)
  734. - added WAV format support
  735. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  736. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  737. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  738. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  739. - added new motion estimation algorithms, log and phods (Juanjo)
  740. - changed directories: libav for format handling, libavcodec for
  741. codecs
  742. version 0.3.4:
  743. - added stereo in MPEG audio encoder
  744. version 0.3.3:
  745. - added 'high quality' mode which use motion vectors. It can be used in
  746. real time at low resolution.
  747. - fixed rounding problems which caused quality problems at high
  748. bitrates and large GOP size
  749. version 0.3.2: small fixes
  750. - ASF fixes
  751. - put_seek bug fix
  752. version 0.3.1: added avi/divx support
  753. - added AVI support
  754. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  755. - added sound for flash format (not tested)
  756. version 0.3: initial public release