Changelog 43 KB

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