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.

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