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.

729 lines
25KB

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