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.

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