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.

1017 lines
36KB

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