Changelog 40 KB

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