You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

763 lines
26KB

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