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.

937 lines
33KB

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