You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1226 lines
42KB

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