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.

695 lines
23KB

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