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.

746 lines
25KB

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