Changelog 40 KB

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