Changelog 21 KB

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