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.

782 lines
27KB

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