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.

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