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.

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