Changelog 23 KB

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