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.

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