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.

1253 lines
43KB

  1. Entries are sorted chronologically from oldest to youngest within each release,
  2. releases are sorted from youngest to oldest.
  3. version <next>:
  4. - AC3 fixed-point decoding
  5. - shuffleplanes filter
  6. - subfile protocol
  7. - Phantom Cine demuxer
  8. - replaygain data export
  9. - VP7 video decoder
  10. - Alias PIX image encoder and decoder
  11. - Improvments to the BRender PIX image decoder
  12. - Improvments to the XBM decoder
  13. - QTKit input device
  14. - improvments to OpenEXR image decoder
  15. - support decoding 16-bit RLE SGI images
  16. - GDI screen grabbing for Windows
  17. - alternative rendition support for HTTP Live Streaming
  18. - AVFoundation input device
  19. - Direct Stream Digital (DSD) decoder
  20. - Magic Lantern Video (MLV) demuxer
  21. - On2 AVC (Audio for Video) decoder
  22. - support for decoding through DXVA2 in ffmpeg
  23. - libbs2b-based stereo-to-binaural audio filter
  24. version 2.2:
  25. - HNM version 4 demuxer and video decoder
  26. - Live HDS muxer
  27. - setsar/setdar filters now support variables in ratio expressions
  28. - elbg filter
  29. - string validation in ffprobe
  30. - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  31. - complete Voxware MetaSound decoder
  32. - remove mp3_header_compress bitstream filter
  33. - Windows resource files for shared libraries
  34. - aeval filter
  35. - stereoscopic 3d metadata handling
  36. - WebP encoding via libwebp
  37. - ATRAC3+ decoder
  38. - VP8 in Ogg demuxing
  39. - side & metadata support in NUT
  40. - framepack filter
  41. - XYZ12 rawvideo support in NUT
  42. - Exif metadata support in WebP decoder
  43. - OpenGL device
  44. - Use metadata_header_padding to control padding in ID3 tags (currently used in
  45. MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  46. - Mirillis FIC video decoder
  47. - Support DNx444
  48. - libx265 encoder
  49. - dejudder filter
  50. - Autodetect VDA like all other hardware accelerations
  51. version 2.1:
  52. - aecho filter
  53. - perspective filter ported from libmpcodecs
  54. - ffprobe -show_programs option
  55. - compand filter
  56. - RTMP seek support
  57. - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  58. even when used as an input option. Previous behavior can be restored with
  59. the -noaccurate_seek option.
  60. - ffmpeg -t option can now be used for inputs, to limit the duration of
  61. data read from an input file
  62. - incomplete Voxware MetaSound decoder
  63. - read EXIF metadata from JPEG
  64. - DVB teletext decoder
  65. - phase filter ported from libmpcodecs
  66. - w3fdif filter
  67. - Opus support in Matroska
  68. - FFV1 version 1.3 is stable and no longer experimental
  69. - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  70. - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  71. more consistent with other muxers.
  72. - adelay filter
  73. - pullup filter ported from libmpcodecs
  74. - ffprobe -read_intervals option
  75. - Lossless and alpha support for WebP decoder
  76. - Error Resilient AAC syntax (ER AAC LC) decoding
  77. - Low Delay AAC (ER AAC LD) decoding
  78. - mux chapters in ASF files
  79. - SFTP protocol (via libssh)
  80. - libx264: add ability to encode in YUVJ422P and YUVJ444P
  81. - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  82. - make decoding alpha optional for prores, ffv1 and vp6 by setting
  83. the skip_alpha flag.
  84. - ladspa wrapper filter
  85. - native VP9 decoder
  86. - dpx parser
  87. - max_error_rate parameter in ffmpeg
  88. - PulseAudio output device
  89. - ReplayGain scanner
  90. - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  91. - Linux framebuffer output device
  92. - HEVC decoder
  93. - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing
  94. - mergeplanes filter
  95. version 2.0:
  96. - curves filter
  97. - reference-counting for AVFrame and AVPacket data
  98. - ffmpeg now fails when input options are used for output file
  99. or vice versa
  100. - support for Monkey's Audio versions from 3.93
  101. - perms and aperms filters
  102. - audio filtering support in ffplay
  103. - 10% faster aac encoding on x86 and MIPS
  104. - sine audio filter source
  105. - WebP demuxing and decoding support
  106. - ffmpeg options -filter_script and -filter_complex_script, which allow a
  107. filtergraph description to be read from a file
  108. - OpenCL support
  109. - audio phaser filter
  110. - separatefields filter
  111. - libquvi demuxer
  112. - uniform options syntax across all filters
  113. - telecine filter
  114. - interlace filter
  115. - smptehdbars source
  116. - inverse telecine filters (fieldmatch and decimate)
  117. - colorbalance filter
  118. - colorchannelmixer filter
  119. - The matroska demuxer can now output proper verbatim ASS packets. It will
  120. become the default at the next libavformat major bump.
  121. - decent native animated GIF encoding
  122. - asetrate filter
  123. - interleave filter
  124. - timeline editing with filters
  125. - vidstabdetect and vidstabtransform filters for video stabilization using
  126. the vid.stab library
  127. - astats filter
  128. - trim and atrim filters
  129. - ffmpeg -t and -ss (output-only) options are now sample-accurate when
  130. transcoding audio
  131. - Matroska muxer can now put the index at the beginning of the file.
  132. - extractplanes filter
  133. - avectorscope filter
  134. - ADPCM DTK decoder
  135. - ADP demuxer
  136. - RSD demuxer
  137. - RedSpark demuxer
  138. - ADPCM IMA Radical decoder
  139. - zmq filters
  140. - DCT denoiser filter (dctdnoiz)
  141. - Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
  142. - Apple Intermediate Codec decoder
  143. - Escape 130 video decoder
  144. - FTP protocol support
  145. - V4L2 output device
  146. - 3D LUT filter (lut3d)
  147. - SMPTE 302M audio encoder
  148. - support for slice multithreading in libavfilter
  149. - Hald CLUT support (generation and filtering)
  150. - VC-1 interlaced B-frame support
  151. - support for WavPack muxing (raw and in Matroska)
  152. - XVideo output device
  153. - vignette filter
  154. - True Audio (TTA) encoder
  155. - Go2Webinar decoder
  156. - mcdeint filter ported from libmpcodecs
  157. - sab filter ported from libmpcodecs
  158. - ffprobe -show_chapters option
  159. - WavPack encoding through libwavpack
  160. - rotate filter
  161. - spp filter ported from libmpcodecs
  162. - libgme support
  163. - psnr filter
  164. version 1.2:
  165. - VDPAU hardware acceleration through normal hwaccel
  166. - SRTP support
  167. - Error diffusion dither in Swscale
  168. - Chained Ogg support
  169. - Theora Midstream reconfiguration support
  170. - EVRC decoder
  171. - audio fade filter
  172. - filtering audio with unknown channel layout
  173. - allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
  174. and treble audio filter
  175. - improved showspectrum filter, with multichannel support and sox-like colors
  176. - histogram filter
  177. - tee muxer
  178. - il filter ported from libmpcodecs
  179. - support ID3v2 tags in ASF files
  180. - encrypted TTA stream decoding support
  181. - RF64 support in WAV muxer
  182. - noise filter ported from libmpcodecs
  183. - Subtitles character encoding conversion
  184. - blend filter
  185. - stereo3d filter ported from libmpcodecs
  186. version 1.1:
  187. - stream disposition information printing in ffprobe
  188. - filter for loudness analysis following EBU R128
  189. - Opus encoder using libopus
  190. - ffprobe -select_streams option
  191. - Pinnacle TARGA CineWave YUV16 decoder
  192. - TAK demuxer, decoder and parser
  193. - DTS-HD demuxer
  194. - remove -same_quant, it hasn't worked for years
  195. - FFM2 support
  196. - X-Face image encoder and decoder
  197. - 24-bit FLAC encoding
  198. - multi-channel ALAC encoding up to 7.1
  199. - metadata (INFO tag) support in WAV muxer
  200. - subtitles raw text decoder
  201. - support for building DLLs using MSVC
  202. - LVF demuxer
  203. - ffescape tool
  204. - metadata (info chunk) support in CAF muxer
  205. - field filter ported from libmpcodecs
  206. - AVR demuxer
  207. - geq filter ported from libmpcodecs
  208. - remove ffserver daemon mode
  209. - AST muxer/demuxer
  210. - new expansion syntax for drawtext
  211. - BRender PIX image decoder
  212. - ffprobe -show_entries option
  213. - ffprobe -sections option
  214. - ADPCM IMA Dialogic decoder
  215. - BRSTM demuxer
  216. - animated GIF decoder and demuxer
  217. - PVF demuxer
  218. - subtitles filter
  219. - IRCAM muxer/demuxer
  220. - Paris Audio File demuxer
  221. - Virtual concatenation demuxer
  222. - VobSub demuxer
  223. - JSON captions for TED talks decoding support
  224. - SOX Resampler support in libswresample
  225. - aselect filter
  226. - SGI RLE 8-bit / Silicon Graphics RLE 8-bit video decoder
  227. - Silicon Graphics Motion Video Compressor 1 & 2 decoder
  228. - Silicon Graphics Movie demuxer
  229. - apad filter
  230. - Resolution & pixel format change support with multithreading for H.264
  231. - documentation split into per-component manuals
  232. - pp (postproc) filter ported from MPlayer
  233. - NIST Sphere demuxer
  234. - MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
  235. - Sony Wave64 muxer
  236. - adobe and limelight publisher authentication in RTMP
  237. - data: URI scheme
  238. - support building on the Plan 9 operating system
  239. - kerndeint filter ported from MPlayer
  240. - histeq filter ported from VirtualDub
  241. - Megalux Frame demuxer
  242. - 012v decoder
  243. - Improved AVC Intra decoding support
  244. version 1.0:
  245. - INI and flat output in ffprobe
  246. - Scene detection in libavfilter
  247. - Indeo Audio decoder
  248. - channelsplit audio filter
  249. - setnsamples audio filter
  250. - atempo filter
  251. - ffprobe -show_data option
  252. - RTMPT protocol support
  253. - iLBC encoding/decoding via libilbc
  254. - Microsoft Screen 1 decoder
  255. - join audio filter
  256. - audio channel mapping filter
  257. - Microsoft ATC Screen decoder
  258. - RTSP listen mode
  259. - TechSmith Screen Codec 2 decoder
  260. - AAC encoding via libfdk-aac
  261. - Microsoft Expression Encoder Screen decoder
  262. - RTMPS protocol support
  263. - RTMPTS protocol support
  264. - RTMPE protocol support
  265. - RTMPTE protocol support
  266. - showwaves and showspectrum filter
  267. - LucasArts SMUSH SANM playback support
  268. - LucasArts SMUSH VIMA audio decoder (ADPCM)
  269. - LucasArts SMUSH demuxer
  270. - SAMI, RealText and SubViewer demuxers and decoders
  271. - Heart Of Darkness PAF playback support
  272. - iec61883 device
  273. - asettb filter
  274. - new option: -progress
  275. - 3GPP Timed Text encoder/decoder
  276. - GeoTIFF decoder support
  277. - ffmpeg -(no)stdin option
  278. - Opus decoder using libopus
  279. - caca output device using libcaca
  280. - alphaextract and alphamerge filters
  281. - concat filter
  282. - flite filter
  283. - Canopus Lossless Codec decoder
  284. - bitmap subtitles in filters (experimental and temporary)
  285. - MP2 encoding via TwoLAME
  286. - bmp parser
  287. - smptebars source
  288. - asetpts filter
  289. - hue filter
  290. - ICO muxer
  291. - SubRip encoder and decoder without embedded timing
  292. - edge detection filter
  293. - framestep filter
  294. - ffmpeg -shortest option is now per-output file
  295. -pass and -passlogfile are now per-output stream
  296. - volume measurement filter
  297. - Ut Video encoder
  298. - Microsoft Screen 2 decoder
  299. - smartblur filter ported from MPlayer
  300. - CPiA decoder
  301. - decimate filter ported from MPlayer
  302. - RTP depacketization of JPEG
  303. - Smooth Streaming live segmenter muxer
  304. - F4V muxer
  305. - sendcmd and asendcmd filters
  306. - WebVTT demuxer and decoder (simple tags supported)
  307. - RTP packetization of JPEG
  308. - faststart option in the MOV/MP4 muxer
  309. - support for building with MSVC
  310. version 0.11:
  311. - Fixes: CVE-2012-2772, CVE-2012-2774, CVE-2012-2775, CVE-2012-2776, CVE-2012-2777,
  312. CVE-2012-2779, CVE-2012-2782, CVE-2012-2783, CVE-2012-2784, CVE-2012-2785,
  313. CVE-2012-2786, CVE-2012-2787, CVE-2012-2788, CVE-2012-2789, CVE-2012-2790,
  314. CVE-2012-2791, CVE-2012-2792, CVE-2012-2793, CVE-2012-2794, CVE-2012-2795,
  315. CVE-2012-2796, CVE-2012-2797, CVE-2012-2798, CVE-2012-2799, CVE-2012-2800,
  316. CVE-2012-2801, CVE-2012-2802, CVE-2012-2803, CVE-2012-2804,
  317. - v408 Quicktime and Microsoft AYUV Uncompressed 4:4:4:4 encoder and decoder
  318. - setfield filter
  319. - CDXL demuxer and decoder
  320. - Apple ProRes encoder
  321. - ffprobe -count_packets and -count_frames options
  322. - Sun Rasterfile Encoder
  323. - ID3v2 attached pictures reading and writing
  324. - WMA Lossless decoder
  325. - bluray protocol
  326. - blackdetect filter
  327. - libutvideo encoder wrapper (--enable-libutvideo)
  328. - swapuv filter
  329. - bbox filter
  330. - XBM encoder and decoder
  331. - RealAudio Lossless decoder
  332. - ZeroCodec decoder
  333. - tile video filter
  334. - Metal Gear Solid: The Twin Snakes demuxer
  335. - OpenEXR image decoder
  336. - removelogo filter
  337. - drop support for ffmpeg without libavfilter
  338. - drawtext video filter: fontconfig support
  339. - ffmpeg -benchmark_all option
  340. - super2xsai filter ported from libmpcodecs
  341. - add libavresample audio conversion library for compatibility
  342. - MicroDVD decoder
  343. - Avid Meridien (AVUI) encoder and decoder
  344. - accept + prefix to -pix_fmt option to disable automatic conversions.
  345. - complete audio filtering in libavfilter and ffmpeg
  346. - add fps filter
  347. - vorbis parser
  348. - png parser
  349. - audio mix filter
  350. - ffv1: support (draft) version 1.3
  351. version 0.10:
  352. - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936,
  353. CVE-2011-3937, CVE-2011-3940, CVE-2011-3941, CVE-2011-3944,
  354. CVE-2011-3945, CVE-2011-3946, CVE-2011-3947, CVE-2011-3949,
  355. CVE-2011-3950, CVE-2011-3951, CVE-2011-3952
  356. - v410 Quicktime Uncompressed 4:4:4 10-bit encoder and decoder
  357. - SBaGen (SBG) binaural beats script demuxer
  358. - OpenMG Audio muxer
  359. - Timecode extraction in DV and MOV
  360. - thumbnail video filter
  361. - XML output in ffprobe
  362. - asplit audio filter
  363. - tinterlace video filter
  364. - astreamsync audio filter
  365. - amerge audio filter
  366. - ISMV (Smooth Streaming) muxer
  367. - GSM audio parser
  368. - SMJPEG muxer
  369. - XWD encoder and decoder
  370. - Automatic thread count based on detection number of (available) CPU cores
  371. - y41p Brooktree Uncompressed 4:1:1 12-bit encoder and decoder
  372. - ffprobe -show_error option
  373. - Avid 1:1 10-bit RGB Packer codec
  374. - v308 Quicktime Uncompressed 4:4:4 encoder and decoder
  375. - yuv4 libquicktime packed 4:2:0 encoder and decoder
  376. - ffprobe -show_frames option
  377. - silencedetect audio filter
  378. - ffprobe -show_program_version, -show_library_versions, -show_versions options
  379. - rv34: frame-level multi-threading
  380. - optimized iMDCT transform on x86 using SSE for for mpegaudiodec
  381. - Improved PGS subtitle decoder
  382. - dumpgraph option to lavfi device
  383. - r210 and r10k encoders
  384. - ffwavesynth decoder
  385. - aviocat tool
  386. - ffeval tool
  387. - support encoding and decoding 4-channel SGI images
  388. version 0.9:
  389. - openal input device added
  390. - boxblur filter added
  391. - BWF muxer
  392. - Flash Screen Video 2 decoder
  393. - lavfi input device added
  394. - added avconv, which is almost the same for now, except
  395. for a few incompatible changes in the options, which will hopefully make them
  396. easier to use. The changes are:
  397. * The options placement is now strictly enforced! While in theory the
  398. options for ffmpeg should be given in [input options] -i INPUT [output
  399. options] OUTPUT order, in practice it was possible to give output options
  400. before the -i and it mostly worked. Except when it didn't - the behavior was
  401. a bit inconsistent. In avconv, it is not possible to mix input and output
  402. options. All non-global options are reset after an input or output filename.
  403. * All per-file options are now truly per-file - they apply only to the next
  404. input or output file and specifying different values for different files
  405. will now work properly (notably -ss and -t options).
  406. * All per-stream options are now truly per-stream - it is possible to
  407. specify which stream(s) should a given option apply to. See the Stream
  408. specifiers section in the avconv manual for details.
  409. * In ffmpeg some options (like -newvideo/-newaudio/...) are irregular in the
  410. sense that they're specified after the output filename instead of before,
  411. like all other options. In avconv this irregularity is removed, all options
  412. apply to the next input or output file.
  413. * -newvideo/-newaudio/-newsubtitle options were removed. Not only were they
  414. irregular and highly confusing, they were also redundant. In avconv the -map
  415. option will create new streams in the output file and map input streams to
  416. them. E.g. avconv -i INPUT -map 0 OUTPUT will create an output stream for
  417. each stream in the first input file.
  418. * The -map option now has slightly different and more powerful syntax:
  419. + Colons (':') are used to separate file index/stream type/stream index
  420. instead of dots. Comma (',') is used to separate the sync stream instead
  421. of colon.. This is done for consistency with other options.
  422. + It's possible to specify stream type. E.g. -map 0:a:2 creates an
  423. output stream from the third input audio stream.
  424. + Omitting the stream index now maps all the streams of the given type,
  425. not just the first. E.g. -map 0:s creates output streams for all the
  426. subtitle streams in the first input file.
  427. + Since -map can now match multiple streams, negative mappings were
  428. introduced. Negative mappings disable some streams from an already
  429. defined map. E.g. '-map 0 -map -0:a:1' means 'create output streams for
  430. all the stream in the first input file, except for the second audio
  431. stream'.
  432. * There is a new option -c (or -codec) for choosing the decoder/encoder to
  433. use, which allows to precisely specify target stream(s) consistently with
  434. other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
  435. libvorbis sets the codec for the first audio stream and -c copy copies all
  436. the streams without reencoding. Old -vcodec/-acodec/-scodec options are now
  437. aliases to -c:v/a/s
  438. * It is now possible to precisely specify which stream should an AVOption
  439. apply to. E.g. -b:v:0 2M sets the bitrate for the first video stream, while
  440. -b:a 128k sets the bitrate for all audio streams. Note that the old -ab 128k
  441. syntax is deprecated and will stop working soon.
  442. * -map_chapters now takes only an input file index and applies to the next
  443. output file. This is consistent with how all the other options work.
  444. * -map_metadata now takes only an input metadata specifier and applies to
  445. the next output file. Output metadata specifier is now part of the option
  446. name, similarly to the AVOptions/map/codec feature above.
  447. * -metadata can now be used to set metadata on streams and chapters, e.g.
  448. -metadata:s:1 language=eng sets the language of the first stream to 'eng'.
  449. This made -vlang/-alang/-slang options redundant, so they were removed.
  450. * -qscale option now uses stream specifiers and applies to all streams, not
  451. just video. I.e. plain -qscale number would now apply to all streams. To get
  452. the old behavior, use -qscale:v. Also there is now a shortcut -q for -qscale
  453. and -aq is now an alias for -q:a.
  454. * -vbsf/-absf/-sbsf options were removed and replaced by a -bsf option which
  455. uses stream specifiers. Use -bsf:v/a/s instead of the old options.
  456. * -itsscale option now uses stream specifiers, so its argument is only the
  457. scale parameter.
  458. * -intra option was removed, use -g 0 for the same effect.
  459. * -psnr option was removed, use -flags +psnr for the same effect.
  460. * -vf option is now an alias to the new -filter option, which uses stream specifiers.
  461. * -vframes/-aframes/-dframes options are now aliases to the new -frames option.
  462. * -vtag/-atag/-stag options are now aliases to the new -tag option.
  463. - XMV demuxer
  464. - LOAS demuxer
  465. - ashowinfo filter added
  466. - Windows Media Image decoder
  467. - amovie source added
  468. - LATM muxer/demuxer
  469. - Speex encoder via libspeex
  470. - JSON output in ffprobe
  471. - WTV muxer
  472. - Optional C++ Support (needed for libstagefright)
  473. - H.264 Decoding on Android via Stagefright
  474. - Prores decoder
  475. - BIN/XBIN/ADF/IDF text file decoder
  476. - aconvert audio filter added
  477. - audio support to lavfi input device added
  478. - libcdio-paranoia input device for audio CD grabbing
  479. - Apple ProRes decoder
  480. - CELT in Ogg demuxing
  481. - G.723.1 demuxer and decoder
  482. - libmodplug support (--enable-libmodplug)
  483. - VC-1 interlaced decoding
  484. - libutvideo wrapper (--enable-libutvideo)
  485. - aevalsrc audio source added
  486. - Ut Video decoder
  487. - Speex encoding via libspeex
  488. - 4:2:2 H.264 decoding support
  489. - 4:2:2 and 4:4:4 H.264 encoding with libx264
  490. - Pulseaudio input device
  491. - Prores encoder
  492. - Video Decoder Acceleration (VDA) HWAccel module.
  493. - replacement Indeo 3 decoder
  494. - new ffmpeg option: -map_channel
  495. - volume audio filter added
  496. - earwax audio filter added
  497. - libv4l2 support (--enable-libv4l2)
  498. - TLS/SSL and HTTPS protocol support
  499. - AVOptions API rewritten and documented
  500. - most of CODEC_FLAG2_*, some CODEC_FLAG_* and many codec-specific fields in
  501. AVCodecContext deprecated. Codec private options should be used instead.
  502. - Properly working defaults in libx264 wrapper, support for native presets.
  503. - Encrypted OMA files support
  504. - Discworld II BMV decoding support
  505. - VBLE Decoder
  506. - OS X Video Decoder Acceleration (VDA) support
  507. - compact and csv output in ffprobe
  508. - pan audio filter
  509. - IFF Amiga Continuous Bitmap (ACBM) decoder
  510. - ass filter
  511. - CRI ADX audio format muxer and demuxer
  512. - Playstation Portable PMP format demuxer
  513. - Microsoft Windows ICO demuxer
  514. - life source
  515. - PCM format support in OMA demuxer
  516. - CLJR encoder
  517. - new option: -report
  518. - Dxtory capture format decoder
  519. - cellauto source
  520. - Simple segmenting muxer
  521. - Indeo 4 decoder
  522. - SMJPEG demuxer
  523. version 0.8:
  524. - many many things we forgot because we rather write code than changelogs
  525. - WebM support in Matroska de/muxer
  526. - low overhead Ogg muxing
  527. - MMS-TCP support
  528. - VP8 de/encoding via libvpx
  529. - Demuxer for On2's IVF format
  530. - Pictor/PC Paint decoder
  531. - HE-AAC v2 decoder
  532. - HE-AAC v2 encoding with libaacplus
  533. - libfaad2 wrapper removed
  534. - DTS-ES extension (XCh) decoding support
  535. - native VP8 decoder
  536. - RTSP tunneling over HTTP
  537. - RTP depacketization of SVQ3
  538. - -strict inofficial replaced by -strict unofficial
  539. - ffplay -exitonkeydown and -exitonmousedown options added
  540. - native GSM / GSM MS decoder
  541. - RTP depacketization of QDM2
  542. - ANSI/ASCII art playback system
  543. - Lego Mindstorms RSO de/muxer
  544. - libavcore added (and subsequently removed)
  545. - SubRip subtitle file muxer and demuxer
  546. - Chinese AVS encoding via libxavs
  547. - ffprobe -show_packets option added
  548. - RTP packetization of Theora and Vorbis
  549. - RTP depacketization of MP4A-LATM
  550. - RTP packetization and depacketization of VP8
  551. - hflip filter
  552. - Apple HTTP Live Streaming demuxer
  553. - a64 codec
  554. - MMS-HTTP support
  555. - G.722 ADPCM audio encoder/decoder
  556. - R10k video decoder
  557. - ocv_smooth filter
  558. - frei0r wrapper filter
  559. - change crop filter syntax to width:height:x:y
  560. - make the crop filter accept parametric expressions
  561. - make ffprobe accept AVFormatContext options
  562. - yadif filter
  563. - blackframe filter
  564. - Demuxer for Leitch/Harris' VR native stream format (LXF)
  565. - RTP depacketization of the X-QT QuickTime format
  566. - SAP (Session Announcement Protocol, RFC 2974) muxer and demuxer
  567. - cropdetect filter
  568. - ffmpeg -crop* options removed
  569. - transpose filter added
  570. - ffmpeg -force_key_frames option added
  571. - demuxer for receiving raw rtp:// URLs without an SDP description
  572. - single stream LATM/LOAS decoder
  573. - setpts filter added
  574. - Win64 support for optimized x86 assembly functions
  575. - MJPEG/AVI1 to JPEG/JFIF bitstream filter
  576. - ASS subtitle encoder and decoder
  577. - IEC 61937 encapsulation for E-AC-3, TrueHD, DTS-HD (for HDMI passthrough)
  578. - overlay filter added
  579. - rename aspect filter to setdar, and pixelaspect to setsar
  580. - IEC 61937 demuxer
  581. - Mobotix .mxg demuxer
  582. - frei0r source added
  583. - hqdn3d filter added
  584. - RTP depacketization of QCELP
  585. - FLAC parser added
  586. - gradfun filter added
  587. - AMR-WB decoder
  588. - replace the ocv_smooth filter with a more generic ocv filter
  589. - Windows Televison (WTV) demuxer
  590. - FFmpeg metadata format muxer and demuxer
  591. - SubRip (srt) subtitle encoder and decoder
  592. - floating-point AC-3 encoder added
  593. - Lagarith decoder
  594. - ffmpeg -copytb option added
  595. - IVF muxer added
  596. - Wing Commander IV movies decoder added
  597. - movie source added
  598. - Bink version 'b' audio and video decoder
  599. - Bitmap Brothers JV playback system
  600. - Apple HTTP Live Streaming protocol handler
  601. - sndio support for playback and record
  602. - Linux framebuffer input device added
  603. - Chronomaster DFA decoder
  604. - DPX image encoder
  605. - MicroDVD subtitle file muxer and demuxer
  606. - Playstation Portable PMP format demuxer
  607. - fieldorder video filter added
  608. - AAC encoding via libvo-aacenc
  609. - AMR-WB encoding via libvo-amrwbenc
  610. - xWMA demuxer
  611. - Mobotix MxPEG decoder
  612. - VP8 frame-multithreading
  613. - NEON optimizations for VP8
  614. - Lots of deprecated API cruft removed
  615. - fft and imdct optimizations for AVX (Sandy Bridge) processors
  616. - showinfo filter added
  617. - SMPTE 302M AES3 audio decoder
  618. - Apple Core Audio Format muxer
  619. - 9bit and 10bit per sample support in the H.264 decoder
  620. - 9bit and 10bit FFV1 encoding / decoding
  621. - split filter added
  622. - select filter added
  623. - sdl output device added
  624. - libmpcodecs video filter support (3 times as many filters than before)
  625. - mpeg2 aspect ratio dection fixed
  626. - libxvid aspect pickiness fixed
  627. - Frame multithreaded decoding
  628. - E-AC-3 audio encoder
  629. - ac3enc: add channel coupling support
  630. - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
  631. - H264/MPEG frame-level multi-threading
  632. - All av_metadata_* functions renamed to av_dict_* and moved to libavutil
  633. - 4:4:4 H.264 decoding support
  634. - 10-bit H.264 optimizations for x86
  635. - lut, lutrgb, and lutyuv filters added
  636. - buffersink libavfilter sink added
  637. - Bump libswscale for recently reported ABI break
  638. - New J2K encoder (via OpenJPEG)
  639. version 0.7:
  640. - all the changes for 0.8, but keeping API/ABI compatibility with the 0.6 release
  641. version 0.6:
  642. - PB-frame decoding for H.263
  643. - deprecated vhook subsystem removed
  644. - deprecated old scaler removed
  645. - VQF demuxer
  646. - Alpha channel scaler
  647. - PCX encoder
  648. - RTP packetization of H.263
  649. - RTP packetization of AMR
  650. - RTP depacketization of Vorbis
  651. - CorePNG decoding support
  652. - Cook multichannel decoding support
  653. - introduced avlanguage helpers in libavformat
  654. - 8088flex TMV demuxer and decoder
  655. - per-stream language-tags extraction in asfdec
  656. - V210 decoder and encoder
  657. - remaining GPL parts in AC-3 decoder converted to LGPL
  658. - QCP demuxer
  659. - SoX native format muxer and demuxer
  660. - AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
  661. - DPX image decoder
  662. - Electronic Arts Madcow decoder
  663. - DivX (XSUB) subtitle encoder
  664. - nonfree libamr support for AMR-NB/WB decoding/encoding removed
  665. - experimental AAC encoder
  666. - RTP depacketization of ASF and RTSP from WMS servers
  667. - RTMP support in libavformat
  668. - noX handling for OPT_BOOL X options
  669. - Wave64 demuxer
  670. - IEC-61937 compatible Muxer
  671. - TwinVQ decoder
  672. - Bluray (PGS) subtitle decoder
  673. - LPCM support in MPEG-TS (HDMV RID as found on Blu-ray disks)
  674. - WMA Pro decoder
  675. - Core Audio Format demuxer
  676. - ATRAC1 decoder
  677. - MD STUDIO audio demuxer
  678. - RF64 support in WAV demuxer
  679. - MPEG-4 Audio Lossless Coding (ALS) decoder
  680. - -formats option split into -formats, -codecs, -bsfs, and -protocols
  681. - IV8 demuxer
  682. - CDG demuxer and decoder
  683. - R210 decoder
  684. - Auravision Aura 1 and 2 decoders
  685. - Deluxe Paint Animation playback system
  686. - SIPR decoder
  687. - Adobe Filmstrip muxer and demuxer
  688. - RTP depacketization of H.263
  689. - Bink demuxer and audio/video decoders
  690. - enable symbol versioning by default for linkers that support it
  691. - IFF PBM/ILBM bitmap decoder
  692. - concat protocol
  693. - Indeo 5 decoder
  694. - RTP depacketization of AMR
  695. - WMA Voice decoder
  696. - ffprobe tool
  697. - AMR-NB decoder
  698. - RTSP muxer
  699. - HE-AAC v1 decoder
  700. - Kega Game Video (KGV1) decoder
  701. - VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
  702. - RTP depacketization of Theora
  703. - HTTP Digest authentication
  704. - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
  705. - Psygnosis YOP demuxer and video decoder
  706. - spectral extension support in the E-AC-3 decoder
  707. - unsharp video filter
  708. - RTP hinting in the mov/3gp/mp4 muxer
  709. - Dirac in Ogg demuxing
  710. - seek to keyframes in Ogg
  711. - 4:2:2 and 4:4:4 Theora decoding
  712. - 35% faster VP3/Theora decoding
  713. - faster AAC decoding
  714. - faster H.264 decoding
  715. - RealAudio 1.0 (14.4K) encoder
  716. version 0.5:
  717. - DV50 AKA DVCPRO50 encoder, decoder, muxer and demuxer
  718. - TechSmith Camtasia (TSCC) video decoder
  719. - IBM Ultimotion (ULTI) video decoder
  720. - Sierra Online audio file demuxer and decoder
  721. - Apple QuickDraw (qdrw) video decoder
  722. - Creative ADPCM audio decoder (16 bits as well as 8 bits schemes)
  723. - Electronic Arts Multimedia (WVE/UV2/etc.) file demuxer
  724. - Miro VideoXL (VIXL) video decoder
  725. - H.261 video encoder
  726. - QPEG video decoder
  727. - Nullsoft Video (NSV) file demuxer
  728. - Shorten audio decoder
  729. - LOCO video decoder
  730. - Apple Lossless Audio Codec (ALAC) decoder
  731. - Winnov WNV1 video decoder
  732. - Autodesk Animator Studio Codec (AASC) decoder
  733. - Indeo 2 video decoder
  734. - Fraps FPS1 video decoder
  735. - Snow video encoder/decoder
  736. - Sonic audio encoder/decoder
  737. - Vorbis audio decoder
  738. - Macromedia ADPCM decoder
  739. - Duck TrueMotion 2 video decoder
  740. - support for decoding FLX and DTA extensions in FLIC files
  741. - H.264 custom quantization matrices support
  742. - ffserver fixed, it should now be usable again
  743. - QDM2 audio decoder
  744. - Real Cooker audio decoder
  745. - TrueSpeech audio decoder
  746. - WMA2 audio decoder fixed, now all files should play correctly
  747. - RealAudio 14.4 and 28.8 decoders fixed
  748. - JPEG-LS decoder
  749. - build system improvements
  750. - tabs and trailing whitespace removed from the codebase
  751. - CamStudio video decoder
  752. - AIFF/AIFF-C audio format, encoding and decoding
  753. - ADTS AAC file reading and writing
  754. - Creative VOC file reading and writing
  755. - American Laser Games multimedia (*.mm) playback system
  756. - Zip Motion Blocks Video decoder
  757. - improved Theora/VP3 decoder
  758. - True Audio (TTA) decoder
  759. - AVS demuxer and video decoder
  760. - JPEG-LS encoder
  761. - Smacker demuxer and decoder
  762. - NuppelVideo/MythTV demuxer and RTjpeg decoder
  763. - KMVC decoder
  764. - MPEG-2 intra VLC support
  765. - MPEG-2 4:2:2 encoder
  766. - Flash Screen Video decoder
  767. - GXF demuxer
  768. - Chinese AVS decoder
  769. - GXF muxer
  770. - MXF demuxer
  771. - VC-1/WMV3/WMV9 video decoder
  772. - MacIntel support
  773. - AviSynth support
  774. - VMware video decoder
  775. - VP5 video decoder
  776. - VP6 video decoder
  777. - WavPack lossless audio decoder
  778. - Targa (.TGA) picture decoder
  779. - Vorbis audio encoder
  780. - Delphine Software .cin demuxer/audio and video decoder
  781. - Tiertex .seq demuxer/video decoder
  782. - MTV demuxer
  783. - TIFF picture encoder and decoder
  784. - GIF picture decoder
  785. - Intel Music Coder decoder
  786. - Zip Motion Blocks Video encoder
  787. - Musepack decoder
  788. - Flash Screen Video encoder
  789. - Theora encoding via libtheora
  790. - BMP encoder
  791. - WMA encoder
  792. - GSM-MS encoder and decoder
  793. - DCA decoder
  794. - DXA demuxer and decoder
  795. - DNxHD decoder
  796. - Gamecube movie (.THP) playback system
  797. - Blackfin optimizations
  798. - Interplay C93 demuxer and video decoder
  799. - Bethsoft VID demuxer and video decoder
  800. - CRYO APC demuxer
  801. - ATRAC3 decoder
  802. - V.Flash PTX decoder
  803. - RoQ muxer, RoQ audio encoder
  804. - Renderware TXD demuxer and decoder
  805. - extern C declarations for C++ removed from headers
  806. - sws_flags command line option
  807. - codebook generator
  808. - RoQ video encoder
  809. - QTRLE encoder
  810. - OS/2 support removed and restored again
  811. - AC-3 decoder
  812. - NUT muxer
  813. - additional SPARC (VIS) optimizations
  814. - Matroska muxer
  815. - slice-based parallel H.264 decoding
  816. - Monkey's Audio demuxer and decoder
  817. - AMV audio and video decoder
  818. - DNxHD encoder
  819. - H.264 PAFF decoding
  820. - Nellymoser ASAO decoder
  821. - Beam Software SIFF demuxer and decoder
  822. - libvorbis Vorbis decoding removed in favor of native decoder
  823. - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  824. - Ogg (Theora, Vorbis and FLAC) muxer
  825. - The "device" muxers and demuxers are now in a new libavdevice library
  826. - PC Paintbrush PCX decoder
  827. - Sun Rasterfile decoder
  828. - TechnoTrend PVA demuxer
  829. - Linux Media Labs MPEG-4 (LMLM4) demuxer
  830. - AVM2 (Flash 9) SWF muxer
  831. - QT variant of IMA ADPCM encoder
  832. - VFW grabber
  833. - iPod/iPhone compatible mp4 muxer
  834. - Mimic decoder
  835. - MSN TCP Webcam stream demuxer
  836. - RL2 demuxer / decoder
  837. - IFF demuxer
  838. - 8SVX audio decoder
  839. - non-recursive Makefiles
  840. - BFI demuxer
  841. - MAXIS EA XA (.xa) demuxer / decoder
  842. - BFI video decoder
  843. - OMA demuxer
  844. - MLP/TrueHD decoder
  845. - Electronic Arts CMV decoder
  846. - Motion Pixels Video decoder
  847. - Motion Pixels MVI demuxer
  848. - removed animated GIF decoder/demuxer
  849. - D-Cinema audio muxer
  850. - Electronic Arts TGV decoder
  851. - Apple Lossless Audio Codec (ALAC) encoder
  852. - AAC decoder
  853. - floating point PCM encoder/decoder
  854. - MXF muxer
  855. - DV100 AKA DVCPRO HD decoder and demuxer
  856. - E-AC-3 support added to AC-3 decoder
  857. - Nellymoser ASAO encoder
  858. - ASS and SSA demuxer and muxer
  859. - liba52 wrapper removed
  860. - SVQ3 watermark decoding support
  861. - Speex decoding via libspeex
  862. - Electronic Arts TGQ decoder
  863. - RV40 decoder
  864. - QCELP / PureVoice decoder
  865. - RV30 decoder
  866. - hybrid WavPack support
  867. - R3D REDCODE demuxer
  868. - ALSA support for playback and record
  869. - Electronic Arts TQI decoder
  870. - OpenJPEG based JPEG 2000 decoder
  871. - NC (NC4600) camera file demuxer
  872. - Gopher client support
  873. - MXF D-10 muxer
  874. - generic metadata API
  875. - flash ScreenVideo2 encoder
  876. version 0.4.9-pre1:
  877. - DV encoder, DV muxer
  878. - Microsoft RLE video decoder
  879. - Microsoft Video-1 decoder
  880. - Apple Animation (RLE) decoder
  881. - Apple Graphics (SMC) decoder
  882. - Apple Video (RPZA) decoder
  883. - Cinepak decoder
  884. - Sega FILM (CPK) file demuxer
  885. - Westwood multimedia support (VQA & AUD files)
  886. - Id Quake II CIN playback support
  887. - 8BPS video decoder
  888. - FLIC playback support
  889. - RealVideo 2.0 (RV20) decoder
  890. - Duck TrueMotion v1 (DUCK) video decoder
  891. - Sierra VMD demuxer and video decoder
  892. - MSZH and ZLIB decoder support
  893. - SVQ1 video encoder
  894. - AMR-WB support
  895. - PPC optimizations
  896. - rate distortion optimal cbp support
  897. - rate distorted optimal ac prediction for MPEG-4
  898. - rate distorted optimal lambda->qp support
  899. - AAC encoding with libfaac
  900. - Sunplus JPEG codec (SP5X) support
  901. - use Lagrange multipler instead of QP for ratecontrol
  902. - Theora/VP3 decoding support
  903. - XA and ADX ADPCM codecs
  904. - export MPEG-2 active display area / pan scan
  905. - Add support for configuring with IBM XLC
  906. - floating point AAN DCT
  907. - initial support for zygo video (not complete)
  908. - RGB ffv1 support
  909. - new audio/video parser API
  910. - av_log() system
  911. - av_read_frame() and av_seek_frame() support
  912. - missing last frame fixes
  913. - seek by mouse in ffplay
  914. - noise reduction of DCT coefficients
  915. - H.263 OBMC & 4MV support
  916. - H.263 alternative inter vlc support
  917. - H.263 loop filter
  918. - H.263 slice structured mode
  919. - interlaced DCT support for MPEG-2 encoding
  920. - stuffing to stay above min_bitrate
  921. - MB type & QP visualization
  922. - frame stepping for ffplay
  923. - interlaced motion estimation
  924. - alternate scantable support
  925. - SVCD scan offset support
  926. - closed GOP support
  927. - SSE2 FDCT
  928. - quantizer noise shaping
  929. - G.726 ADPCM audio codec
  930. - MS ADPCM encoding
  931. - multithreaded/SMP motion estimation
  932. - multithreaded/SMP encoding for MPEG-1/MPEG-2/MPEG-4/H.263
  933. - multithreaded/SMP decoding for MPEG-2
  934. - FLAC decoder
  935. - Metrowerks CodeWarrior suppport
  936. - H.263+ custom pcf support
  937. - nicer output for 'ffmpeg -formats'
  938. - Matroska demuxer
  939. - SGI image format, encoding and decoding
  940. - H.264 loop filter support
  941. - H.264 CABAC support
  942. - nicer looking arrows for the motion vector visualization
  943. - improved VCD support
  944. - audio timestamp drift compensation
  945. - MPEG-2 YUV 422/444 support
  946. - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
  947. - better image scaling
  948. - H.261 support
  949. - correctly interleave packets during encoding
  950. - VIS optimized motion compensation
  951. - intra_dc_precision>0 encoding support
  952. - support reuse of motion vectors/MB types/field select values of the source video
  953. - more accurate deblock filter
  954. - padding support
  955. - many optimizations and bugfixes
  956. - FunCom ISS audio file demuxer and according ADPCM decoding
  957. version 0.4.8:
  958. - MPEG-2 video encoding (Michael)
  959. - Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
  960. - Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  961. and Mario Brito)
  962. - Xan DPCM audio decoder (Mario Brito)
  963. - Interplay MVE playback subsystem (Mike Melanson)
  964. - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
  965. version 0.4.7:
  966. - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
  967. (originally from public domain player for Amiga at http://www.honeypot.net/audio)
  968. - current version now also compiles with older GCC (Fabrice)
  969. - 4X multimedia playback system including 4xm file demuxer (Mike
  970. Melanson), and 4X video and audio codecs (Michael)
  971. - Creative YUV (CYUV) decoder (Mike Melanson)
  972. - FFV1 codec (our very simple lossless intra only codec, compresses much better
  973. than HuffYUV) (Michael)
  974. - ASV1 (Asus), H.264, Intel indeo3 codecs have been added (various)
  975. - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  976. alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
  977. - ffplay has been replaced with a newer version which uses SDL (optionally)
  978. for multiplatform support (Fabrice)
  979. - Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  980. by anonymous
  981. - AMR format has been added (Johannes Carlsson)
  982. - 3GP support has been added (Johannes Carlsson)
  983. - VP3 codec has been added (Mike Melanson)
  984. - more MPEG-1/2 fixes
  985. - better multiplatform support, MS Visual Studio fixes (various)
  986. - AltiVec optimizations (Magnus Damn and others)
  987. - SH4 processor support has been added (BERO)
  988. - new public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
  989. - VOB streaming support (Brian Foley)
  990. - better MP3 autodetection (Andriy Rysin)
  991. - qpel encoding (Michael)
  992. - 4mv+b frames encoding finally fixed (Michael)
  993. - chroma ME (Michael)
  994. - 5 comparison functions for ME (Michael)
  995. - B-frame encoding speedup (Michael)
  996. - WMV2 codec (unfinished - Michael)
  997. - user specified diamond size for EPZS (Michael)
  998. - Playstation STR playback subsystem, still experimental (Mike and Michael)
  999. - ASV2 codec (Michael)
  1000. - CLJR decoder (Alex)
  1001. .. And lots more new enhancements and fixes.
  1002. version 0.4.6:
  1003. - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
  1004. from scratch
  1005. - Recoded DCT and motion vector search with gcc (no longer depends on nasm)
  1006. - fix quantization bug in AC3 encoder
  1007. - added PCM codecs and format. Corrected WAV/AVI/ASF PCM issues
  1008. - added prototype ffplay program
  1009. - added GOB header parsing on H.263/H.263+ decoder (Juanjo)
  1010. - bug fix on MCBPC tables of H.263 (Juanjo)
  1011. - bug fix on DC coefficients of H.263 (Juanjo)
  1012. - added Advanced Prediction Mode on H.263/H.263+ decoder (Juanjo)
  1013. - now we can decode H.263 streams found in QuickTime files (Juanjo)
  1014. - now we can decode H.263 streams found in VIVO v1 files(Juanjo)
  1015. - preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
  1016. - added GOB header for H.263/H.263+ coding on RTP mode (Juanjo)
  1017. - now H.263 picture size is returned on the first decoded frame (Juanjo)
  1018. - added first regression tests
  1019. - added MPEG-2 TS demuxer
  1020. - new demux API for libav
  1021. - more accurate and faster IDCT (Michael)
  1022. - faster and entropy-controlled motion search (Michael)
  1023. - two pass video encoding (Michael)
  1024. - new video rate control (Michael)
  1025. - added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
  1026. - great performance improvement of video encoders and decoders (Michael)
  1027. - new and faster bit readers and vlc parsers (Michael)
  1028. - high quality encoding mode: tries all macroblock/VLC types (Michael)
  1029. - added DV video decoder
  1030. - preliminary RTP/RTSP support in ffserver and libavformat
  1031. - H.263+ AIC decoding/encoding support (Juanjo)
  1032. - VCD MPEG-PS mode (Juanjo)
  1033. - PSNR stuff (Juanjo)
  1034. - simple stats output (Juanjo)
  1035. - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
  1036. version 0.4.5:
  1037. - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
  1038. - many MMX optimizations (Nick Kurshev <nickols_k at mail.ru>)
  1039. - added configure system (actually a small shell script)
  1040. - added MPEG audio layer 1/2/3 decoding using LGPL'ed mpglib by
  1041. Michael Hipp (temporary solution - waiting for integer only
  1042. decoder)
  1043. - fixed VIDIOCSYNC interrupt
  1044. - added Intel H.263 decoding support ('I263' AVI fourCC)
  1045. - added Real Video 1.0 decoding (needs further testing)
  1046. - simplified image formats again. Added PGM format (=grey
  1047. pgm). Renamed old PGM to PGMYUV.
  1048. - fixed msmpeg4 slice issues (tell me if you still find problems)
  1049. - fixed OpenDivX bugs with newer versions (added VOL header decoding)
  1050. - added support for MPlayer interface
  1051. - added macroblock skip optimization
  1052. - added MJPEG decoder
  1053. - added mmx/mmxext IDCT from libmpeg2
  1054. - added pgmyuvpipe, ppm, and ppm_pipe formats (original patch by Celer
  1055. <celer at shell.scrypt.net>)
  1056. - added pixel format conversion layer (e.g. for MJPEG or PPM)
  1057. - added deinterlacing option
  1058. - MPEG-1/2 fixes
  1059. - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
  1060. - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
  1061. - Windows porting of file converter
  1062. - added MJPEG raw format (input/output)
  1063. - added JPEG image format support (input/output)
  1064. version 0.4.4:
  1065. - fixed some std header definitions (Bjorn Lindgren
  1066. <bjorn.e.lindgren at telia.com>).
  1067. - added MPEG demuxer (MPEG-1 and 2 compatible).
  1068. - added ASF demuxer
  1069. - added prototype RM demuxer
  1070. - added AC3 decoding (done with libac3 by Aaron Holtzman)
  1071. - added decoding codec parameter guessing (.e.g. for MPEG, because the
  1072. header does not include them)
  1073. - fixed header generation in MPEG-1, AVI and ASF muxer: wmplayer can now
  1074. play them (only tested video)
  1075. - fixed H.263 white bug
  1076. - fixed phase rounding in img resample filter
  1077. - add MMX code for polyphase img resample filter
  1078. - added CPU autodetection
  1079. - added generic title/author/copyright/comment string handling (ASF and RM
  1080. use them)
  1081. - added SWF demux to extract MP3 track (not usable yet because no MP3
  1082. decoder)
  1083. - added fractional frame rate support
  1084. - codecs are no longer searched by read_header() (should fix ffserver
  1085. segfault)
  1086. version 0.4.3:
  1087. - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
  1088. - fixed raw yuv output
  1089. - added motion rounding support in MPEG-4
  1090. - fixed motion bug rounding in MSMPEG4
  1091. - added B-frame handling in video core
  1092. - added full MPEG-1 decoding support
  1093. - added partial (frame only) MPEG-2 support
  1094. - changed the FOURCC code for H.263 to "U263" to be able to see the
  1095. +AVI/H.263 file with the UB Video H.263+ decoder. MPlayer works with
  1096. this +codec ;) (JuanJo).
  1097. - Halfpel motion estimation after MB type selection (JuanJo)
  1098. - added pgm and .Y.U.V output format
  1099. - suppressed 'img:' protocol. Simply use: /tmp/test%d.[pgm|Y] as input or
  1100. output.
  1101. - added pgmpipe I/O format (original patch from Martin Aumueller
  1102. <lists at reserv.at>, but changed completely since we use a format
  1103. instead of a protocol)
  1104. version 0.4.2:
  1105. - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
  1106. (for OpenDivX) is almost complete: 8x8 MVs and rounding are
  1107. missing. MSMPEG4 support is complete.
  1108. - added prototype MPEG-1 decoder. Only I- and P-frames handled yet (it
  1109. can decode ffmpeg MPEGs :-)).
  1110. - added libavcodec API documentation (see apiexample.c).
  1111. - fixed image polyphase bug (the bottom of some images could be
  1112. greenish)
  1113. - added support for non clipped motion vectors (decoding only)
  1114. and image sizes non-multiple of 16
  1115. - added support for AC prediction (decoding only)
  1116. - added file overwrite confirmation (can be disabled with -y)
  1117. - added custom size picture to H.263 using H.263+ (Juanjo)
  1118. version 0.4.1:
  1119. - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
  1120. of AVI and ASF to DIV3.
  1121. - added -me option to set motion estimation method
  1122. (default=log). suppressed redundant -hq option.
  1123. - added options -acodec and -vcodec to force a given codec (useful for
  1124. AVI for example)
  1125. - fixed -an option
  1126. - improved dct_quantize speed
  1127. - factorized some motion estimation code
  1128. version 0.4.0:
  1129. - removing grab code from ffserver and moved it to ffmpeg. Added
  1130. multistream support to ffmpeg.
  1131. - added timeshifting support for live feeds (option ?date=xxx in the
  1132. URL)
  1133. - added high quality image resize code with polyphase filter (need
  1134. mmx/see optimization). Enable multiple image size support in ffserver.
  1135. - added multi live feed support in ffserver
  1136. - suppressed master feature from ffserver (it should be done with an
  1137. external program which opens the .ffm url and writes it to another
  1138. ffserver)
  1139. - added preliminary support for video stream parsing (WAV and AVI half
  1140. done). Added proper support for audio/video file conversion in
  1141. ffmpeg.
  1142. - added preliminary support for video file sending from ffserver
  1143. - redesigning I/O subsystem: now using URL based input and output
  1144. (see avio.h)
  1145. - added WAV format support
  1146. - added "tty user interface" to ffmpeg to stop grabbing gracefully
  1147. - added MMX/SSE optimizations to SAD (Sums of Absolutes Differences)
  1148. (Juan J. Sierralta P. a.k.a. "Juanjo" <juanjo at atmlab.utfsm.cl>)
  1149. - added MMX DCT from mpeg2_movie 1.5 (Juanjo)
  1150. - added new motion estimation algorithms, log and phods (Juanjo)
  1151. - changed directories: libav for format handling, libavcodec for
  1152. codecs
  1153. version 0.3.4:
  1154. - added stereo in MPEG audio encoder
  1155. version 0.3.3:
  1156. - added 'high quality' mode which use motion vectors. It can be used in
  1157. real time at low resolution.
  1158. - fixed rounding problems which caused quality problems at high
  1159. bitrates and large GOP size
  1160. version 0.3.2: small fixes
  1161. - ASF fixes
  1162. - put_seek bug fix
  1163. version 0.3.1: added avi/divx support
  1164. - added AVI support
  1165. - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
  1166. - added sound for flash format (not tested)
  1167. version 0.3: initial public release