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.

986 lines
35KB

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