Changelog 42 KB

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