Changelog 18 KB

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