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.

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