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.

772 lines
26KB

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