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.

1006 lines
36KB

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