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.

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