Changelog 25 KB

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