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.

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