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.

939 lines
34KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version next:
  4. - INI and flat output in ffprobe
  5. - Scene detection in libavfilter
  6. - Indeo Audio decoder
  7. - channelsplit audio filter
  8. - setnsamples audio filter
  9. - atempo filter
  10. - ffprobe -show_data option
  11. - RTMPT protocol support
  12. - iLBC encoding/decoding via libilbc
  13. - Microsoft Screen 1 decoder
  14. - showwaves filter
  15. - LucasArts SMUSH playback support
  16. version 0.11:
  17. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  18. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  19. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  20. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  21. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  22. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  23. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  24. - setfield filter
  25. - CDXL demuxer and decoder
  26. - Apple ProRes encoder
  27. - ffprobe -count_packets and -count_frames options
  28. - Sun Rasterfile Encoder
  29. - ID3v2 attached pictures reading and writing
  30. - WMA Lossless decoder
  31. - bluray protocol
  32. - blackdetect filter
  33. - libutvideo encoder wrapper (--enable-libutvideo)
  34. - swapuv filter
  35. - bbox filter
  36. - XBM encoder and decoder
  37. - RealAudio Lossless decoder
  38. - ZeroCodec decoder
  39. - tile video filter
  40. - Metal Gear Solid: The Twin Snakes demuxer
  41. - OpenEXR image decoder
  42. - removelogo filter
  43. - drop support for ffmpeg without libavfilter
  44. - drawtext video filter: fontconfig support
  45. - ffmpeg -benchmark_all option
  46. - super2xsai filter ported from libmpcodecs
  47. - add libavresample audio conversion library for compatibility
  48. - MicroDVD decoder
  49. - Avid Meridien (AVUI) encoder and decoder
  50. - accept + prefix to -pix_fmt option to disable automatic conversions.
  51. - complete audio filtering in libavfilter and ffmpeg
  52. - add fps filter
  53. - vorbis parser
  54. - png parser
  55. - audio mix filter
  56. version 0.10:
  57. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  58. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  59. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  60. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  61. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  62. - SBaGen (SBG) binaural beats script demuxer
  63. - OpenMG Audio muxer
  64. - Timecode extraction in DV and MOV
  65. - thumbnail video filter
  66. - XML output in ffprobe
  67. - asplit audio filter
  68. - tinterlace video filter
  69. - astreamsync audio filter
  70. - amerge audio filter
  71. - ISMV (Smooth Streaming) muxer
  72. - GSM audio parser
  73. - SMJPEG muxer
  74. - XWD encoder and decoder
  75. - Automatic thread count based on detection number of (available) CPU cores
  76. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  77. - ffprobe -show_error option
  78. - Avid 1:1 10-bit RGB Packer codec
  79. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  80. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  81. - ffprobe -show_frames option
  82. - silencedetect audio filter
  83. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  84. - rv34: frame-level multi-threading
  85. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  86. - Improved PGS subtitle decoder
  87. - dumpgraph option to lavfi device
  88. - r210 and r10k encoders
  89. - ffwavesynth decoder
  90. - aviocat tool
  91. - ffeval tool
  92. version 0.9:
  93. - openal input device added
  94. - boxblur filter added
  95. - BWF muxer
  96. - Flash Screen Video 2 decoder
  97. - lavfi input device added
  98. - added avconv, which is almost the same for now, except
  99. for a few incompatible changes in the options, which will hopefully make them
  100. easier to use. The changes are:
  101. * The options placement is now strictly enforced! While in theory the
  102. options for ffmpeg should be given in [input options] -i INPUT [output
  103. options] OUTPUT order, in practice it was possible to give output options
  104. before the -i and it mostly worked. Except when it didn't - the behavior was
  105. a bit inconsistent. In avconv, it is not possible to mix input and output
  106. options. All non-global options are reset after an input or output filename.
  107. * All per-file options are now truly per-file - they apply only to the next
  108. input or output file and specifying different values for different files
  109. will now work properly (notably -ss and -t options).
  110. * All per-stream options are now truly per-stream - it is possible to
  111. specify which stream(s) should a given option apply to. See the Stream
  112. specifiers section in the avconv manual for details.
  113. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  114. sense that they're specified after the output filename instead of before,
  115. like all other options. In avconv this irregularity is removed, all options
  116. apply to the next input or output file.
  117. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  118. irregular and highly confusing, they were also redundant. In avconv the -map
  119. option will create new streams in the output file and map input streams to
  120. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  121. each stream in the first input file.
  122. * The -map option now has slightly different and more powerful syntax:
  123. + Colons (':') are used to separate file index/stream type/stream index
  124. instead of dots. Comma (',') is used to separate the sync stream instead
  125. of colon.. This is done for consistency with other options.
  126. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  127. output stream from the third input audio stream.
  128. + Omitting the stream index now maps all the streams of the given type,
  129. not just the first. E.g. -map 0:s creates output streams for all the
  130. subtitle streams in the first input file.
  131. + Since -map can now match multiple streams, negative mappings were
  132. introduced. Negative mappings disable some streams from an already
  133. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  134. all the stream in the first input file, except for the second audio
  135. stream'.
  136. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  137. use, which allows to precisely specify target stream(s) consistently with
  138. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  139. libvorbis sets the codec for the first audio stream and -c copy copies all
  140. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  141. aliases to -c:v/a/s
  142. * It is now possible to precisely specify which stream should an AVOption
  143. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  144. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  145. syntax is deprecated and will stop working soon.
  146. * -map_chapters now takes only an input file index and applies to the next
  147. output file. This is consistent with how all the other options work.
  148. * -map_metadata now takes only an input metadata specifier and applies to
  149. the next output file. Output metadata specifier is now part of the option
  150. name, similarly to the AVOptions/map/codec feature above.
  151. * -metadata can now be used to set metadata on streams and chapters, e.g.
  152. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  153. This made -vlang/-alang/-slang options redundant, so they were removed.
  154. * -qscale option now uses stream specifiers and applies to all streams, not
  155. just video. I.e. plain -qscale number would now apply to all streams. To get
  156. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  157. and -aq is now an alias for -q:a.
  158. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  159. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  160. * -itsscale option now uses stream specifiers, so its argument is only the
  161. scale parameter.
  162. * -intra option was removed, use -g 0 for the same effect.
  163. * -psnr option was removed, use -flags +psnr for the same effect.
  164. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  165. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  166. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  167. - XMV demuxer
  168. - LOAS demuxer
  169. - ashowinfo filter added
  170. - Windows Media Image decoder
  171. - amovie source added
  172. - LATM muxer/demuxer
  173. - Speex encoder via libspeex
  174. - JSON output in ffprobe
  175. - WTV muxer
  176. - Optional C++ Support (needed for libstagefright)
  177. - H.264 Decoding on Android via Stagefright
  178. - Prores decoder
  179. - BIN/XBIN/ADF/IDF text file decoder
  180. - aconvert audio filter added
  181. - audio support to lavfi input device added
  182. - libcdio-paranoia input device for audio CD grabbing
  183. - Apple ProRes decoder
  184. - CELT in Ogg demuxing
  185. - G.723.1 demuxer and decoder
  186. - libmodplug support (--enable-libmodplug)
  187. - VC-1 interlaced decoding
  188. - libutvideo wrapper (--enable-libutvideo)
  189. - aevalsrc audio source added
  190. - Ut Video decoder
  191. - Speex encoding via libspeex
  192. - 4:2:2 H.264 decoding support
  193. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  194. - Pulseaudio input device
  195. - Prores encoder
  196. - Video Decoder Acceleration (VDA) HWAccel module.
  197. - replacement Indeo 3 decoder
  198. - new ffmpeg option: -map_channel
  199. - volume audio filter added
  200. - earwax audio filter added
  201. - libv4l2 support (--enable-libv4l2)
  202. - TLS/SSL and HTTPS protocol support
  203. - AVOptions API rewritten and documented
  204. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  205. AVCodecContext deprecated. Codec private options should be used instead.
  206. - Properly working defaults in libx264 wrapper, support for native presets.
  207. - Encrypted OMA files support
  208. - Discworld II BMV decoding support
  209. - VBLE Decoder
  210. - OS X Video Decoder Acceleration (VDA) support
  211. - compact and csv output in ffprobe
  212. - pan audio filter
  213. - IFF Amiga Continuous Bitmap (ACBM) decoder
  214. - ass filter
  215. - CRI ADX audio format muxer and demuxer
  216. - Playstation Portable PMP format demuxer
  217. - Microsoft Windows ICO demuxer
  218. - life source
  219. - PCM format support in OMA demuxer
  220. - CLJR encoder
  221. - new option: -report
  222. - Dxtory capture format decoder
  223. - cellauto source
  224. - Simple segmenting muxer
  225. - Indeo 4 decoder
  226. - SMJPEG demuxer
  227. version 0.8:
  228. - many many things we forgot because we rather write code than changelogs
  229. - WebM support in Matroska de/muxer
  230. - low overhead Ogg muxing
  231. - MMS-TCP support
  232. - VP8 de/encoding via libvpx
  233. - Demuxer for On2's IVF format
  234. - Pictor/PC Paint decoder
  235. - HE-AAC v2 decoder
  236. - HE-AAC v2 encoding with libaacplus
  237. - libfaad2 wrapper removed
  238. - DTS-ES extension (XCh) decoding support
  239. - native VP8 decoder
  240. - RTSP tunneling over HTTP
  241. - RTP depacketization of SVQ3
  242. - -strict inofficial replaced by -strict unofficial
  243. - ffplay -exitonkeydown and -exitonmousedown options added
  244. - native GSM / GSM MS decoder
  245. - RTP depacketization of QDM2
  246. - ANSI/ASCII art playback system
  247. - Lego Mindstorms RSO de/muxer
  248. - libavcore added (and subsequently removed)
  249. - SubRip subtitle file muxer and demuxer
  250. - Chinese AVS encoding via libxavs
  251. - ffprobe -show_packets option added
  252. - RTP packetization of Theora and Vorbis
  253. - RTP depacketization of MP4A-LATM
  254. - RTP packetization and depacketization of VP8
  255. - hflip filter
  256. - Apple HTTP Live Streaming demuxer
  257. - a64 codec
  258. - MMS-HTTP support
  259. - G.722 ADPCM audio encoder/decoder
  260. - R10k video decoder
  261. - ocv_smooth filter
  262. - frei0r wrapper filter
  263. - change crop filter syntax to width:height:x:y
  264. - make the crop filter accept parametric expressions
  265. - make ffprobe accept AVFormatContext options
  266. - yadif filter
  267. - blackframe filter
  268. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  269. - RTP depacketization of the X-QT QuickTime format
  270. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  271. - cropdetect filter
  272. - ffmpeg -crop* options removed
  273. - transpose filter added
  274. - ffmpeg -force_key_frames option added
  275. - demuxer for receiving raw rtp:// URLs without an SDP description
  276. - single stream LATM/LOAS decoder
  277. - setpts filter added
  278. - Win64 support for optimized x86 assembly functions
  279. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  280. - ASS subtitle encoder and decoder
  281. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  282. - overlay filter added
  283. - rename aspect filter to setdar, and pixelaspect to setsar
  284. - IEC 61937 demuxer
  285. - Mobotix .mxg demuxer
  286. - frei0r source added
  287. - hqdn3d filter added
  288. - RTP depacketization of QCELP
  289. - FLAC parser added
  290. - gradfun filter added
  291. - AMR-WB decoder
  292. - replace the ocv_smooth filter with a more generic ocv filter
  293. - Windows Televison (WTV) demuxer
  294. - FFmpeg metadata format muxer and demuxer
  295. - SubRip (srt) subtitle encoder and decoder
  296. - floating-point AC-3 encoder added
  297. - Lagarith decoder
  298. - ffmpeg -copytb option added
  299. - IVF muxer added
  300. - Wing Commander IV movies decoder added
  301. - movie source added
  302. - Bink version 'b' audio and video decoder
  303. - Bitmap Brothers JV playback system
  304. - Apple HTTP Live Streaming protocol handler
  305. - sndio support for playback and record
  306. - Linux framebuffer input device added
  307. - Chronomaster DFA decoder
  308. - DPX image encoder
  309. - MicroDVD subtitle file muxer and demuxer
  310. - Playstation Portable PMP format demuxer
  311. - fieldorder video filter added
  312. - AAC encoding via libvo-aacenc
  313. - AMR-WB encoding via libvo-amrwbenc
  314. - xWMA demuxer
  315. - Mobotix MxPEG decoder
  316. - VP8 frame-multithreading
  317. - NEON optimizations for VP8
  318. - Lots of deprecated API cruft removed
  319. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  320. - showinfo filter added
  321. - SMPTE 302M AES3 audio decoder
  322. - Apple Core Audio Format muxer
  323. - 9bit and 10bit per sample support in the H.264 decoder
  324. - 9bit and 10bit FFV1 encoding / decoding
  325. - split filter added
  326. - select filter added
  327. - sdl output device added
  328. - libmpcodecs video filter support (3 times as many filters than before)
  329. - mpeg2 aspect ratio dection fixed
  330. - libxvid aspect pickiness fixed
  331. - Frame multithreaded decoding
  332. - E-AC-3 audio encoder
  333. - ac3enc: add channel coupling support
  334. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  335. - H264/MPEG frame-level multi-threading
  336. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  337. - 4:4:4 H.264 decoding support
  338. - 10-bit H.264 optimizations for x86
  339. - lut, lutrgb, and lutyuv filters added
  340. - buffersink libavfilter sink added
  341. - Bump libswscale for recently reported ABI break
  342. - New J2K encoder (via OpenJPEG)
  343. version 0.7:
  344. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  345. version 0.6:
  346. - PB-frame decoding for H.263
  347. - deprecated vhook subsystem removed
  348. - deprecated old scaler removed
  349. - VQF demuxer
  350. - Alpha channel scaler
  351. - PCX encoder
  352. - RTP packetization of H.263
  353. - RTP packetization of AMR
  354. - RTP depacketization of Vorbis
  355. - CorePNG decoding support
  356. - Cook multichannel decoding support
  357. - introduced avlanguage helpers in libavformat
  358. - 8088flex TMV demuxer and decoder
  359. - per-stream language-tags extraction in asfdec
  360. - V210 decoder and encoder
  361. - remaining GPL parts in AC-3 decoder converted to LGPL
  362. - QCP demuxer
  363. - SoX native format muxer and demuxer
  364. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  365. - DPX image decoder
  366. - Electronic Arts Madcow decoder
  367. - DivX (XSUB) subtitle encoder
  368. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  369. - experimental AAC encoder
  370. - RTP depacketization of ASF and RTSP from WMS servers
  371. - RTMP support in libavformat
  372. - noX handling for OPT_BOOL X options
  373. - Wave64 demuxer
  374. - IEC-61937 compatible Muxer
  375. - TwinVQ decoder
  376. - Bluray (PGS) subtitle decoder
  377. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  378. - WMA Pro decoder
  379. - Core Audio Format demuxer
  380. - Atrac1 decoder
  381. - MD STUDIO audio demuxer
  382. - RF64 support in WAV demuxer
  383. - MPEG-4 Audio Lossless Coding (ALS) decoder
  384. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  385. - IV8 demuxer
  386. - CDG demuxer and decoder
  387. - R210 decoder
  388. - Auravision Aura 1 and 2 decoders
  389. - Deluxe Paint Animation playback system
  390. - SIPR decoder
  391. - Adobe Filmstrip muxer and demuxer
  392. - RTP depacketization of H.263
  393. - Bink demuxer and audio/video decoders
  394. - enable symbol versioning by default for linkers that support it
  395. - IFF PBM/ILBM bitmap decoder
  396. - concat protocol
  397. - Indeo 5 decoder
  398. - RTP depacketization of AMR
  399. - WMA Voice decoder
  400. - ffprobe tool
  401. - AMR-NB decoder
  402. - RTSP muxer
  403. - HE-AAC v1 decoder
  404. - Kega Game Video (KGV1) decoder
  405. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  406. - RTP depacketization of Theora
  407. - HTTP Digest authentication
  408. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  409. - Psygnosis YOP demuxer and video decoder
  410. - spectral extension support in the E-AC-3 decoder
  411. - unsharp video filter
  412. - RTP hinting in the mov/3gp/mp4 muxer
  413. - Dirac in Ogg demuxing
  414. - seek to keyframes in Ogg
  415. - 4:2:2 and 4:4:4 Theora decoding
  416. - 35% faster VP3/Theora decoding
  417. - faster AAC decoding
  418. - faster H.264 decoding
  419. - RealAudio 1.0 (14.4K) encoder
  420. version 0.5:
  421. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  422. - TechSmith Camtasia (TSCC) video decoder
  423. - IBM Ultimotion (ULTI) video decoder
  424. - Sierra Online audio file demuxer and decoder
  425. - Apple QuickDraw (qdrw) video decoder
  426. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  427. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  428. - Miro VideoXL (VIXL) video decoder
  429. - H.261 video encoder
  430. - QPEG video decoder
  431. - Nullsoft Video (NSV) file demuxer
  432. - Shorten audio decoder
  433. - LOCO video decoder
  434. - Apple Lossless Audio Codec (ALAC) decoder
  435. - Winnov WNV1 video decoder
  436. - Autodesk Animator Studio Codec (AASC) decoder
  437. - Indeo 2 video decoder
  438. - Fraps FPS1 video decoder
  439. - Snow video encoder/decoder
  440. - Sonic audio encoder/decoder
  441. - Vorbis audio decoder
  442. - Macromedia ADPCM decoder
  443. - Duck TrueMotion 2 video decoder
  444. - support for decoding FLX and DTA extensions in FLIC files
  445. - H.264 custom quantization matrices support
  446. - ffserver fixed, it should now be usable again
  447. - QDM2 audio decoder
  448. - Real Cooker audio decoder
  449. - TrueSpeech audio decoder
  450. - WMA2 audio decoder fixed, now all files should play correctly
  451. - RealAudio 14.4 and 28.8 decoders fixed
  452. - JPEG-LS decoder
  453. - build system improvements
  454. - tabs and trailing whitespace removed from the codebase
  455. - CamStudio video decoder
  456. - AIFF/AIFF-C audio format, encoding and decoding
  457. - ADTS AAC file reading and writing
  458. - Creative VOC file reading and writing
  459. - American Laser Games multimedia (*.mm) playback system
  460. - Zip Motion Blocks Video decoder
  461. - improved Theora/VP3 decoder
  462. - True Audio (TTA) decoder
  463. - AVS demuxer and video decoder
  464. - JPEG-LS encoder
  465. - Smacker demuxer and decoder
  466. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  467. - KMVC decoder
  468. - MPEG-2 intra VLC support
  469. - MPEG-2 4:2:2 encoder
  470. - Flash Screen Video decoder
  471. - GXF demuxer
  472. - Chinese AVS decoder
  473. - GXF muxer
  474. - MXF demuxer
  475. - VC-1/WMV3/WMV9 video decoder
  476. - MacIntel support
  477. - AVISynth support
  478. - VMware video decoder
  479. - VP5 video decoder
  480. - VP6 video decoder
  481. - WavPack lossless audio decoder
  482. - Targa (.TGA) picture decoder
  483. - Vorbis audio encoder
  484. - Delphine Software .cin demuxer/audio and video decoder
  485. - Tiertex .seq demuxer/video decoder
  486. - MTV demuxer
  487. - TIFF picture encoder and decoder
  488. - GIF picture decoder
  489. - Intel Music Coder decoder
  490. - Zip Motion Blocks Video encoder
  491. - Musepack decoder
  492. - Flash Screen Video encoder
  493. - Theora encoding via libtheora
  494. - BMP encoder
  495. - WMA encoder
  496. - GSM-MS encoder and decoder
  497. - DCA decoder
  498. - DXA demuxer and decoder
  499. - DNxHD decoder
  500. - Gamecube movie (.THP) playback system
  501. - Blackfin optimizations
  502. - Interplay C93 demuxer and video decoder
  503. - Bethsoft VID demuxer and video decoder
  504. - CRYO APC demuxer
  505. - Atrac3 decoder
  506. - V.Flash PTX decoder
  507. - RoQ muxer, RoQ audio encoder
  508. - Renderware TXD demuxer and decoder
  509. - extern C declarations for C++ removed from headers
  510. - sws_flags command line option
  511. - codebook generator
  512. - RoQ video encoder
  513. - QTRLE encoder
  514. - OS/2 support removed and restored again
  515. - AC-3 decoder
  516. - NUT muxer
  517. - additional SPARC (VIS) optimizations
  518. - Matroska muxer
  519. - slice-based parallel H.264 decoding
  520. - Monkey's Audio demuxer and decoder
  521. - AMV audio and video decoder
  522. - DNxHD encoder
  523. - H.264 PAFF decoding
  524. - Nellymoser ASAO decoder
  525. - Beam Software SIFF demuxer and decoder
  526. - libvorbis Vorbis decoding removed in favor of native decoder
  527. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  528. - Ogg (Theora, Vorbis and FLAC) muxer
  529. - The "device" muxers and demuxers are now in a new libavdevice library
  530. - PC Paintbrush PCX decoder
  531. - Sun Rasterfile decoder
  532. - TechnoTrend PVA demuxer
  533. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  534. - AVM2 (Flash 9) SWF muxer
  535. - QT variant of IMA ADPCM encoder
  536. - VFW grabber
  537. - iPod/iPhone compatible mp4 muxer
  538. - Mimic decoder
  539. - MSN TCP Webcam stream demuxer
  540. - RL2 demuxer / decoder
  541. - IFF demuxer
  542. - 8SVX audio decoder
  543. - non-recursive Makefiles
  544. - BFI demuxer
  545. - MAXIS EA XA (.xa) demuxer / decoder
  546. - BFI video decoder
  547. - OMA demuxer
  548. - MLP/TrueHD decoder
  549. - Electronic Arts CMV decoder
  550. - Motion Pixels Video decoder
  551. - Motion Pixels MVI demuxer
  552. - removed animated GIF decoder/demuxer
  553. - D-Cinema audio muxer
  554. - Electronic Arts TGV decoder
  555. - Apple Lossless Audio Codec (ALAC) encoder
  556. - AAC decoder
  557. - floating point PCM encoder/decoder
  558. - MXF muxer
  559. - DV100 AKA DVCPRO HD decoder and demuxer
  560. - E-AC-3 support added to AC-3 decoder
  561. - Nellymoser ASAO encoder
  562. - ASS and SSA demuxer and muxer
  563. - liba52 wrapper removed
  564. - SVQ3 watermark decoding support
  565. - Speex decoding via libspeex
  566. - Electronic Arts TGQ decoder
  567. - RV40 decoder
  568. - QCELP / PureVoice decoder
  569. - RV30 decoder
  570. - hybrid WavPack support
  571. - R3D REDCODE demuxer
  572. - ALSA support for playback and record
  573. - Electronic Arts TQI decoder
  574. - OpenJPEG based JPEG 2000 decoder
  575. - NC (NC4600) camera file demuxer
  576. - Gopher client support
  577. - MXF D-10 muxer
  578. - generic metadata API
  579. - flash ScreenVideo2 encoder
  580. version 0.4.9-pre1:
  581. - DV encoder, DV muxer
  582. - Microsoft RLE video decoder
  583. - Microsoft Video-1 decoder
  584. - Apple Animation (RLE) decoder
  585. - Apple Graphics (SMC) decoder
  586. - Apple Video (RPZA) decoder
  587. - Cinepak decoder
  588. - Sega FILM (CPK) file demuxer
  589. - Westwood multimedia support (VQA & AUD files)
  590. - Id Quake II CIN playback support
  591. - 8BPS video decoder
  592. - FLIC playback support
  593. - RealVideo 2.0 (RV20) decoder
  594. - Duck TrueMotion v1 (DUCK) video decoder
  595. - Sierra VMD demuxer and video decoder
  596. - MSZH and ZLIB decoder support
  597. - SVQ1 video encoder
  598. - AMR-WB support
  599. - PPC optimizations
  600. - rate distortion optimal cbp support
  601. - rate distorted optimal ac prediction for MPEG-4
  602. - rate distorted optimal lambda->qp support
  603. - AAC encoding with libfaac
  604. - Sunplus JPEG codec (SP5X) support
  605. - use Lagrange multipler instead of QP for ratecontrol
  606. - Theora/VP3 decoding support
  607. - XA and ADX ADPCM codecs
  608. - export MPEG-2 active display area / pan scan
  609. - Add support for configuring with IBM XLC
  610. - floating point AAN DCT
  611. - initial support for zygo video (not complete)
  612. - RGB ffv1 support
  613. - new audio/video parser API
  614. - av_log() system
  615. - av_read_frame() and av_seek_frame() support
  616. - missing last frame fixes
  617. - seek by mouse in ffplay
  618. - noise reduction of DCT coefficients
  619. - H.263 OBMC & 4MV support
  620. - H.263 alternative inter vlc support
  621. - H.263 loop filter
  622. - H.263 slice structured mode
  623. - interlaced DCT support for MPEG-2 encoding
  624. - stuffing to stay above min_bitrate
  625. - MB type & QP visualization
  626. - frame stepping for ffplay
  627. - interlaced motion estimation
  628. - alternate scantable support
  629. - SVCD scan offset support
  630. - closed GOP support
  631. - SSE2 FDCT
  632. - quantizer noise shaping
  633. - G.726 ADPCM audio codec
  634. - MS ADPCM encoding
  635. - multithreaded/SMP motion estimation
  636. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  637. - multithreaded/SMP decoding for MPEG-2
  638. - FLAC decoder
  639. - Metrowerks CodeWarrior suppport
  640. - H.263+ custom pcf support
  641. - nicer output for 'ffmpeg -formats'
  642. - Matroska demuxer
  643. - SGI image format, encoding and decoding
  644. - H.264 loop filter support
  645. - H.264 CABAC support
  646. - nicer looking arrows for the motion vector visualization
  647. - improved VCD support
  648. - audio timestamp drift compensation
  649. - MPEG-2 YUV 422/444 support
  650. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  651. - better image scaling
  652. - H.261 support
  653. - correctly interleave packets during encoding
  654. - VIS optimized motion compensation
  655. - intra_dc_precision>0 encoding support
  656. - support reuse of motion vectors/MB types/field select values of the source video
  657. - more accurate deblock filter
  658. - padding support
  659. - many optimizations and bugfixes
  660. - FunCom ISS audio file demuxer and according ADPCM decoding
  661. version 0.4.8:
  662. - MPEG-2 video encoding (Michael)
  663. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  664. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  665. and Mario Brito)
  666. - Xan DPCM audio decoder (Mario Brito)
  667. - Interplay MVE playback subsystem (Mike Melanson)
  668. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  669. version 0.4.7:
  670. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  671. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  672. - current version now also compiles with older GCC (Fabrice)
  673. - 4X multimedia playback system including 4xm file demuxer (Mike
  674. Melanson), and 4X video and audio codecs (Michael)
  675. - Creative YUV (CYUV) decoder (Mike Melanson)
  676. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  677. than HuffYUV) (Michael)
  678. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  679. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  680. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  681. - ffplay has been replaced with a newer version which uses SDL (optionally)
  682. for multiplatform support (Fabrice)
  683. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  684. by anonymous
  685. - AMR format has been added (Johannes Carlsson)
  686. - 3GP support has been added (Johannes Carlsson)
  687. - VP3 codec has been added (Mike Melanson)
  688. - more MPEG-1/2 fixes
  689. - better multiplatform support, MS Visual Studio fixes (various)
  690. - AltiVec optimizations (Magnus Damn and others)
  691. - SH4 processor support has been added (BERO)
  692. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  693. - VOB streaming support (Brian Foley)
  694. - better MP3 autodetection (Andriy Rysin)
  695. - qpel encoding (Michael)
  696. - 4mv+b frames encoding finally fixed (Michael)
  697. - chroma ME (Michael)
  698. - 5 comparison functions for ME (Michael)
  699. - B-frame encoding speedup (Michael)
  700. - WMV2 codec (unfinished - Michael)
  701. - user specified diamond size for EPZS (Michael)
  702. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  703. - ASV2 codec (Michael)
  704. - CLJR decoder (Alex)
  705. .. And lots more new enhancements and fixes.
  706. version 0.4.6:
  707. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  708. from scratch
  709. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  710. - fix quantization bug in AC3 encoder
  711. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  712. - added prototype ffplay program
  713. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  714. - bug fix on MCBPC tables of H.263 (Juanjo)
  715. - bug fix on DC coefficients of H.263 (Juanjo)
  716. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  717. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  718. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  719. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  720. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  721. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  722. - added first regression tests
  723. - added MPEG-2 TS demuxer
  724. - new demux API for libav
  725. - more accurate and faster IDCT (Michael)
  726. - faster and entropy-controlled motion search (Michael)
  727. - two pass video encoding (Michael)
  728. - new video rate control (Michael)
  729. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  730. - great performance improvement of video encoders and decoders (Michael)
  731. - new and faster bit readers and vlc parsers (Michael)
  732. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  733. - added DV video decoder
  734. - preliminary RTP/RTSP support in ffserver and libavformat
  735. - H.263+ AIC decoding/encoding support (Juanjo)
  736. - VCD MPEG-PS mode (Juanjo)
  737. - PSNR stuff (Juanjo)
  738. - simple stats output (Juanjo)
  739. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  740. version 0.4.5:
  741. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  742. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  743. - added configure system (actually a small shell script)
  744. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  745. Michael Hipp (temporary solution - waiting for integer only
  746. decoder)
  747. - fixed VIDIOCSYNC interrupt
  748. - added Intel H.263 decoding support ('I263' AVI fourCC)
  749. - added Real Video 1.0 decoding (needs further testing)
  750. - simplified image formats again. Added PGM format (=grey
  751. pgm). Renamed old PGM to PGMYUV.
  752. - fixed msmpeg4 slice issues (tell me if you still find problems)
  753. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  754. - added support for MPlayer interface
  755. - added macroblock skip optimization
  756. - added MJPEG decoder
  757. - added mmx/mmxext IDCT from libmpeg2
  758. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  759. <celer at shell.scrypt.net>)
  760. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  761. - added deinterlacing option
  762. - MPEG-1/2 fixes
  763. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  764. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  765. - Windows porting of file converter
  766. - added MJPEG raw format (input/output)
  767. - added JPEG image format support (input/output)
  768. version 0.4.4:
  769. - fixed some std header definitions (Bjorn Lindgren
  770. <bjorn.e.lindgren at telia.com>).
  771. - added MPEG demuxer (MPEG-1 and 2 compatible).
  772. - added ASF demuxer
  773. - added prototype RM demuxer
  774. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  775. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  776. header does not include them)
  777. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  778. play them (only tested video)
  779. - fixed H.263 white bug
  780. - fixed phase rounding in img resample filter
  781. - add MMX code for polyphase img resample filter
  782. - added CPU autodetection
  783. - added generic title/author/copyright/comment string handling (ASF and RM
  784. use them)
  785. - added SWF demux to extract MP3 track (not usable yet because no MP3
  786. decoder)
  787. - added fractional frame rate support
  788. - codecs are no longer searched by read_header() (should fix ffserver
  789. segfault)
  790. version 0.4.3:
  791. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  792. - fixed raw yuv output
  793. - added motion rounding support in MPEG-4
  794. - fixed motion bug rounding in MSMPEG4
  795. - added B-frame handling in video core
  796. - added full MPEG-1 decoding support
  797. - added partial (frame only) MPEG-2 support
  798. - changed the FOURCC code for H.263 to "U263" to be able to see the
  799. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  800. this +codec ;) (JuanJo).
  801. - Halfpel motion estimation after MB type selection (JuanJo)
  802. - added pgm and .Y.U.V output format
  803. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  804. output.
  805. - added pgmpipe I/O format (original patch from Martin Aumueller
  806. <lists at reserv.at>, but changed completely since we use a format
  807. instead of a protocol)
  808. version 0.4.2:
  809. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  810. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  811. missing. MSMPEG4 support is complete.
  812. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  813. can decode ffmpeg MPEGs :-)).
  814. - added libavcodec API documentation (see apiexample.c).
  815. - fixed image polyphase bug (the bottom of some images could be
  816. greenish)
  817. - added support for non clipped motion vectors (decoding only)
  818. and image sizes non-multiple of 16
  819. - added support for AC prediction (decoding only)
  820. - added file overwrite confirmation (can be disabled with -y)
  821. - added custom size picture to H.263 using H.263+ (Juanjo)
  822. version 0.4.1:
  823. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  824. of AVI and ASF to DIV3.
  825. - added -me option to set motion estimation method
  826. (default=log). suppressed redundant -hq option.
  827. - added options -acodec and -vcodec to force a given codec (useful for
  828. AVI for example)
  829. - fixed -an option
  830. - improved dct_quantize speed
  831. - factorized some motion estimation code
  832. version 0.4.0:
  833. - removing grab code from ffserver and moved it to ffmpeg. Added
  834. multistream support to ffmpeg.
  835. - added timeshifting support for live feeds (option ?date=xxx in the
  836. URL)
  837. - added high quality image resize code with polyphase filter (need
  838. mmx/see optimization). Enable multiple image size support in ffserver.
  839. - added multi live feed support in ffserver
  840. - suppressed master feature from ffserver (it should be done with an
  841. external program which opens the .ffm url and writes it to another
  842. ffserver)
  843. - added preliminary support for video stream parsing (WAV and AVI half
  844. done). Added proper support for audio/video file conversion in
  845. ffmpeg.
  846. - added preliminary support for video file sending from ffserver
  847. - redesigning I/O subsystem: now using URL based input and output
  848. (see avio.h)
  849. - added WAV format support
  850. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  851. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  852. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  853. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  854. - added new motion estimation algorithms, log and phods (Juanjo)
  855. - changed directories: libav for format handling, libavcodec for
  856. codecs
  857. version 0.3.4:
  858. - added stereo in MPEG audio encoder
  859. version 0.3.3:
  860. - added 'high quality' mode which use motion vectors. It can be used in
  861. real time at low resolution.
  862. - fixed rounding problems which caused quality problems at high
  863. bitrates and large GOP size
  864. version 0.3.2: small fixes
  865. - ASF fixes
  866. - put_seek bug fix
  867. version 0.3.1: added avi/divx support
  868. - added AVI support
  869. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  870. - added sound for flash format (not tested)
  871. version 0.3: initial public release