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.

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