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.

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