Changelog 22 KB

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