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.

946 lines
34KB

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