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.

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