Changelog 39 KB

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