Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://ffmpeg.org/main.rss

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  3. <channel>
  4.    <title>FFmpeg RSS</title>
  5.    <link>http://ffmpeg.org</link>
  6.    <description>FFmpeg RSS</description>
  7.    <atom:link href="http://ffmpeg.org/main.rss" rel="self" type="application/rss+xml" />
  8.    <item>
  9.        <title>April 5th, 2024, FFmpeg 7.0 "Dijkstra"</title>
  10.        <link>http://ffmpeg.org/index.html#pr7.0</link>
  11.        <guid>http://ffmpeg.org/index.html#pr7.0</guid>
  12.        <content:encoded><![CDATA[
  13.  <p>
  14.  A new major release, <a href="download.html#release_7.0">FFmpeg 7.0 "Dijkstra"</a>,
  15.  is now available for download. The most noteworthy changes for most users are
  16.  a <a href="#vvcdec">native VVC decoder</a> (currently experimental, until more
  17.  fuzzing is done), <a href="#iamf">IAMF support</a>, or a
  18.  <a href="#cli_threading">multi-threaded <code>ffmpeg</code> CLI tool</a>.
  19.  </p>
  20.  
  21.  <p>
  22.  This release is <em>not</em> backwards compatible, removing APIs deprecated before 6.0.
  23.  The biggest change for most library callers will be the removal of the old bitmask-based
  24.  channel layout API, replaced by the <code>AVChannelLayout</code> API allowing such
  25.  features as custom channel ordering, or Ambisonics. Certain deprecated <code>ffmpeg</code>
  26.  CLI options were also removed, and a C11-compliant compiler is now required to build
  27.  the code.
  28.  </p>
  29.  
  30.  <p>
  31.  As usual, there is also a number of new supported formats and codecs, new filters, APIs,
  32.  and countless smaller features and bugfixes. Compared to 6.1, the <code>git</code> repository
  33.  contains almost &sim;2000 new commits by &sim;100 authors, touching &gt;100000 lines in
  34.  &sim;2000 files &mdash; thanks to everyone who contributed. See the
  35.  <a href="https://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog;hb=n7.0">Changelog</a>,
  36.  <a href="https://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=doc/APIchanges;hb=n7.0">APIchanges</a>,
  37.  and the git log for more comprehensive lists of changes.
  38.  </p>
  39.  
  40.  
  41.        ]]></content:encoded>
  42.    </item>
  43.    <item>
  44.        <title>January 3rd, 2024, native VVC decoder</title>
  45.        <link>http://ffmpeg.org/index.html#vvcdec</link>
  46.        <guid>http://ffmpeg.org/index.html#vvcdec</guid>
  47.        <content:encoded><![CDATA[
  48.  <p>
  49.  The <code>libavcodec</code> library now contains a native VVC (Versatile Video Coding)
  50.  decoder, supporting a large subset of the codec's features. Further optimizations and
  51.  support for more features are coming soon. The code was written by Nuo Mi, Xu Mu,
  52.  Frank Plowman, Shaun Loo, and Wu Jianhua.
  53.  </p>
  54.  
  55.  
  56.        ]]></content:encoded>
  57.    </item>
  58.    <item>
  59.        <title>December 18th, 2023, IAMF support</title>
  60.        <link>http://ffmpeg.org/index.html#iamf</link>
  61.        <guid>http://ffmpeg.org/index.html#iamf</guid>
  62.        <content:encoded><![CDATA[
  63.  <p>
  64.  The <code>libavformat</code> library can now read and write <a href="https://aomediacodec.github.io/iamf/">IAMF</a>
  65.  (Immersive Audio) files. The <code>ffmpeg</code> CLI tool can configure IAMF structure with the new
  66.  <code>-stream_group</code> option. IAMF support was written by James Almer.
  67.  </p>
  68.  
  69.  
  70.        ]]></content:encoded>
  71.    </item>
  72.    <item>
  73.        <title>December 12th, 2023, multi-threaded <code>ffmpeg</code> CLI tool</title>
  74.        <link>http://ffmpeg.org/index.html#cli_threading</link>
  75.        <guid>http://ffmpeg.org/index.html#cli_threading</guid>
  76.        <content:encoded><![CDATA[
  77.  <p>
  78.  Thanks to a major refactoring of the <code>ffmpeg</code> command-line tool, all the major
  79.  components of the transcoding pipeline (demuxers, decoders, filters, encodes, muxers) now
  80.  run in parallel. This should improve throughput and CPU utilization, decrease latency,
  81.  and open the way to other exciting new features.
  82.  </p>
  83.  
  84.  <p>
  85.  Note that you should <em>not</em> expect significant performance improvements in cases
  86.  where almost all computational time is spent in a single component (typically video
  87.  encoding).
  88.  </p>
  89.  
  90.  
  91.        ]]></content:encoded>
  92.    </item>
  93.    <item>
  94.        <title>November 10th, 2023, FFmpeg 6.1 "Heaviside"</title>
  95.        <link>http://ffmpeg.org/index.html#pr6.1</link>
  96.        <guid>http://ffmpeg.org/index.html#pr6.1</guid>
  97.        <content:encoded><![CDATA[
  98.  <p>
  99.    <a href="download.html#release_6.1">FFmpeg 6.1 "Heaviside"</a>, a new
  100.    major release, is now available! Some of the highlights:
  101.  </p>
  102.  <ul>
  103.    <li>libaribcaption decoder</li>
  104.    <li>Playdate video decoder and demuxer</li>
  105.    <li>Extend VAAPI support for libva-win32 on Windows</li>
  106.    <li>afireqsrc audio source filter</li>
  107.    <li>arls filter</li>
  108.    <li>ffmpeg CLI new option: -readrate_initial_burst</li>
  109.    <li>zoneplate video source filter</li>
  110.    <li>command support in the setpts and asetpts filters</li>
  111.    <li>Vulkan decode hwaccel, supporting H264, HEVC and AV1</li>
  112.    <li>color_vulkan filter</li>
  113.    <li>bwdif_vulkan filter</li>
  114.    <li>nlmeans_vulkan filter</li>
  115.    <li>RivaTuner video decoder</li>
  116.    <li>xfade_vulkan filter</li>
  117.    <li>vMix video decoder</li>
  118.    <li>Essential Video Coding parser, muxer and demuxer</li>
  119.    <li>Essential Video Coding frame merge bsf</li>
  120.    <li>bwdif_cuda filter</li>
  121.    <li>Microsoft RLE video encoder</li>
  122.    <li>Raw AC-4 muxer and demuxer</li>
  123.    <li>Raw VVC bitstream parser, muxer and demuxer</li>
  124.    <li>Bitstream filter for editing metadata in VVC streams</li>
  125.    <li>Bitstream filter for converting VVC from MP4 to Annex B</li>
  126.    <li>scale_vt filter for videotoolbox</li>
  127.    <li>transpose_vt filter for videotoolbox</li>
  128.    <li>support for the P_SKIP hinting to speed up libx264 encoding</li>
  129.    <li>Support HEVC,VP9,AV1 codec in enhanced flv format</li>
  130.    <li>apsnr and asisdr audio filters</li>
  131.    <li>OSQ demuxer and decoder</li>
  132.    <li>Support HEVC,VP9,AV1 codec fourcclist in enhanced rtmp protocol</li>
  133.    <li>CRI USM demuxer</li>
  134.    <li>ffmpeg CLI '-top' option deprecated in favor of the setfield filter</li>
  135.    <li>VAAPI AV1 encoder</li>
  136.    <li>ffprobe XML output schema changed to account for multiple variable-fields elements within the same parent element</li>
  137.    <li>ffprobe -output_format option added as an alias of -of</li>
  138.  </ul>
  139.  <p>
  140.    This release had been overdue for at least half a year, but due to constant activity in the repository,
  141.    had to be delayed, and we were finally able to branch off the release recently, before some of the large
  142.    changes scheduled for 7.0 were merged.
  143.  </p>
  144.  <p>
  145.    Internally, we have had a number of changes too. The FFT, MDCT, DCT and DST implementation used for codecs
  146.    and filters has been fully replaced with the faster libavutil/tx (full article about it coming soon).<br>
  147.    This also led to a reduction in the the size of the compiled binary, which can be noticeable in small builds.<br>
  148.    There was a very large reduction in the total amount of allocations being done on each frame throughout video decoders,
  149.    reducing overhead.<br>
  150.    RISC-V optimizations for many parts of our DSP code have been merged, with mainly the large decoders being left.<br>
  151.    There was an effort to improve the correctness of timestamps and frame durations of each packet, increasing the
  152.    accurracy of variable frame rate video.
  153.  </p>
  154.  <p>
  155.    Next major release will be version 7.0, scheduled to be released in February. We will attempt to better stick
  156.    to the new release schedule we announced at the start of this year.
  157.  </p>
  158.  <p>
  159.    We strongly recommend users, distributors, and system integrators to upgrade unless they use current git master.
  160.  </p>
  161.  
  162.  
  163.        ]]></content:encoded>
  164.    </item>
  165.    <item>
  166.        <title>May 31st, 2023, Vulkan decoding</title>
  167.        <link>http://ffmpeg.org/index.html#vk2023</link>
  168.        <guid>http://ffmpeg.org/index.html#vk2023</guid>
  169.        <content:encoded><![CDATA[
  170.  <p>
  171.    A few days ago, Vulkan-powered decoding hardware acceleration code was merged into the codebase.
  172.    This is the first vendor-generic and platform-generic decode acceleration API, enabling the
  173.    same code to be used on multiple platforms, with very minimal overhead.
  174.    This is also the first multi-threaded hardware decoding API, and our code makes full use of this,
  175.    saturating all available decode engines the hardware exposes.
  176.  </p>
  177.  <p>
  178.    Those wishing to test the code can read our
  179.    <a href="https://trac.ffmpeg.org/wiki/HWAccelIntro#Vulkan">documentation page</a>.
  180.    For those who would like to integrate FFmpeg's Vulkan code to demux, parse, decode, and receive
  181.    a VkImage to present or manipulate, documentation and examples are available in our source tree.
  182.    Currently, using the latest available git checkout of our
  183.    <a href="https://git.videolan.org/?p=ffmpeg.git;a=summary">repository</a> is required.
  184.    The functionality will be included in stable branches with the release of version 6.1, due
  185.    to be released soon.
  186.  </p>
  187.  <p>
  188.    As this is also the first practical implementation of the specifications, bugs may be present,
  189.    particularly in drivers, and, although passing verification, the implementation itself.
  190.    New codecs, and encoding support are also being worked on, by both the Khronos organization
  191.    for standardizing, and us as implementing it, and giving feedback on improving.
  192.  </p>
  193.  
  194.  
  195.        ]]></content:encoded>
  196.    </item>
  197.    <item>
  198.        <title>February 28th, 2023, FFmpeg 6.0 "Von Neumann"</title>
  199.        <link>http://ffmpeg.org/index.html#pr6.0</link>
  200.        <guid>http://ffmpeg.org/index.html#pr6.0</guid>
  201.        <content:encoded><![CDATA[
  202.  <p>
  203.    A new major release, <a href="download.html#release_6.0">FFmpeg 6.0 "Von Neumann"</a>,
  204.    is now available for download. This release has many new encoders and decoders, filters,
  205.    ffmpeg CLI tool improvements, and also, changes the way releases are done. All major
  206.    releases will now bump the version of the ABI. We plan to have a new major release each
  207.    year. Another release-specific change is that deprecated APIs will be removed after 3
  208.    releases, upon the next major bump.
  209.    This means that releases will be done more often and will be more organized.
  210.  </p>
  211.  <p>
  212.    New decoders featured are Bonk, RKA, Radiance, SC-4, APAC, VQC, WavArc and a few ADPCM formats.
  213.    QSV and NVenc now support AV1 encoding. The FFmpeg CLI (we usually reffer to it as ffmpeg.c
  214.    to avoid confusion) has speed-up improvements due to threading, as well as statistics options,
  215.    and the ability to pass option values for filters from a file. There are quite a few new audio
  216.    and video filters, such as adrc, showcwt, backgroundkey and ssim360, with a few hardware ones too.
  217.    Finally, the release features many behind-the-scenes changes, including a new FFT and MDCT
  218.    implementation used in codecs (expect a blog post about this soon), numerous bugfixes, better
  219.    ICC profile handling and colorspace signalling improvement, introduction of a number of RISC-V
  220.    vector and scalar assembly optimized routines, and a few new improved APIs, which can be viewed
  221.    in the doc/APIchanges file in our tree.
  222.    A few submitted features, such as the Vulkan improvements and more FFT optimizations will be in the
  223.    next minor release, 6.1, which we plan to release soon, in line with our new release schedule.
  224.    Some highlights are:
  225.  </p>
  226.  <ul>
  227.    <li>Radiance HDR image support</li>
  228.    <li>ddagrab (Desktop Duplication) video capture filter</li>
  229.    <li>ffmpeg -shortest_buf_duration option</li>
  230.    <li>ffmpeg now requires threading to be built</li>
  231.    <li>ffmpeg now runs every muxer in a separate thread</li>
  232.    <li>Add new mode to cropdetect filter to detect crop-area based on motion vectors and edges</li>
  233.    <li>VAAPI decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9</li>
  234.    <li>WBMP (Wireless Application Protocol Bitmap) image format</li>
  235.    <li>a3dscope filter</li>
  236.    <li>bonk decoder and demuxer</li>
  237.    <li>Micronas SC-4 audio decoder</li>
  238.    <li>LAF demuxer</li>
  239.    <li>APAC decoder and demuxer</li>
  240.    <li>Media 100i decoders</li>
  241.    <li>DTS to PTS reorder bsf</li>
  242.    <li>ViewQuest VQC decoder</li>
  243.    <li>backgroundkey filter</li>
  244.    <li>nvenc AV1 encoding support</li>
  245.    <li>MediaCodec decoder via NDKMediaCodec</li>
  246.    <li>MediaCodec encoder</li>
  247.    <li>oneVPL support for QSV</li>
  248.    <li>QSV AV1 encoder</li>
  249.    <li>QSV decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9</li>
  250.    <li>showcwt multimedia filter</li>
  251.    <li>corr video filter</li>
  252.    <li>adrc audio filter</li>
  253.    <li>afdelaysrc audio filter</li>
  254.    <li>WADY DPCM decoder and demuxer</li>
  255.    <li>CBD2 DPCM decoder</li>
  256.    <li>ssim360 video filter</li>
  257.    <li>ffmpeg CLI new options: -stats_enc_pre[_fmt], -stats_enc_post[_fmt], -stats_mux_pre[_fmt]</li>
  258.    <li>hstack_vaapi, vstack_vaapi and xstack_vaapi filters</li>
  259.    <li>XMD ADPCM decoder and demuxer</li>
  260.    <li>media100 to mjpegb bsf</li>
  261.    <li>ffmpeg CLI new option: -fix_sub_duration_heartbeat</li>
  262.    <li>WavArc decoder and demuxer</li>
  263.    <li>CrystalHD decoders deprecated</li>
  264.    <li>SDNS demuxer</li>
  265.    <li>RKA decoder and demuxer</li>
  266.    <li>filtergraph syntax in ffmpeg CLI now supports passing file contents as option values</li>
  267.    <li>hstack_qsv, vstack_qsv and xstack_qsv filters</li>
  268.  </ul>
  269.  <p>
  270.    We strongly recommend users, distributors, and system integrators to
  271.    upgrade unless they use current git master.
  272.  </p>
  273.  
  274.  
  275.        ]]></content:encoded>
  276.    </item>
  277.    <item>
  278.        <title>July 22nd, 2022, FFmpeg 5.1 "Riemann"</title>
  279.        <link>http://ffmpeg.org/index.html#pr5.1</link>
  280.        <guid>http://ffmpeg.org/index.html#pr5.1</guid>
  281.        <content:encoded><![CDATA[
  282.  <p>
  283.    <a href="download.html#release_5.1">FFmpeg 5.1 "Riemann"</a>, a new
  284.    major release, is now available! Some of the highlights:
  285.  </p>
  286.  <ul>
  287.    <li>add ipfs/ipns protocol support</li>
  288.    <li>dialogue enhance audio filter</li>
  289.    <li>dropped obsolete XvMC hwaccel</li>
  290.    <li>pcm-bluray encoder</li>
  291.    <li>DFPWM audio encoder/decoder and raw muxer/demuxer</li>
  292.    <li>SITI filter</li>
  293.    <li>Vizrt Binary Image encoder/decoder</li>
  294.    <li>avsynctest source filter</li>
  295.    <li>feedback video filter</li>
  296.    <li>pixelize video filter</li>
  297.    <li>colormap video filter</li>
  298.    <li>colorchart video source filter</li>
  299.    <li>multiply video filter</li>
  300.    <li>PGS subtitle frame merge bitstream filter</li>
  301.    <li>blurdetect filter</li>
  302.    <li>tiltshelf audio filter</li>
  303.    <li>QOI image format support</li>
  304.    <li>ffprobe -o option</li>
  305.    <li>virtualbass audio filter</li>
  306.    <li>VDPAU AV1 hwaccel</li>
  307.    <li>PHM image format support</li>
  308.    <li>remap_opencl filter</li>
  309.    <li>added chromakey_cuda filter</li>
  310.  </ul>
  311.  <p>
  312.    We strongly recommend users, distributors, and system integrators to
  313.    upgrade unless they use current git master.
  314.  </p>
  315.  
  316.  
  317.        ]]></content:encoded>
  318.    </item>
  319.    <item>
  320.        <title>January 17th, 2022, FFmpeg 5.0 "Lorentz"</title>
  321.        <link>http://ffmpeg.org/index.html#pr5.0</link>
  322.        <guid>http://ffmpeg.org/index.html#pr5.0</guid>
  323.        <content:encoded><![CDATA[
  324.  <p>
  325.    <a href="download.html#release_5.0">FFmpeg 5.0 "Lorentz"</a>, a new
  326.    major release, is now available! For this long-overdue release, a major effort
  327.    underwent to remove the old encode/decode APIs and replace them with an
  328.    N:M-based API, the entire libavresample library was removed, libswscale
  329.    has a new, easier to use AVframe-based API, the Vulkan code was much improved,
  330.    many new filters were added, including libplacebo integration, and finally,
  331.    DoVi support was added, including tonemapping and remuxing. The default
  332.    AAC encoder settings were also changed to improve quality.
  333.    Some of the changelog highlights:
  334.  </p>
  335.  <ul>
  336.    <li>ADPCM IMA Westwood encoder</li>
  337.    <li>Westwood AUD muxer</li>
  338.    <li>ADPCM IMA Acorn Replay decoder</li>
  339.    <li>Argonaut Games CVG demuxer</li>
  340.    <li>Argonaut Games CVG muxer</li>
  341.    <li>Concatf protocol</li>
  342.    <li>afwtdn audio filter</li>
  343.    <li>audio and video segment filters</li>
  344.    <li>Apple Graphics (SMC) encoder</li>
  345.    <li>hsvkey and hsvhold video filters</li>
  346.    <li>adecorrelate audio filter</li>
  347.    <li>atilt audio filter</li>
  348.    <li>grayworld video filter</li>
  349.    <li>AV1 Low overhead bitstream format muxer</li>
  350.    <li>swscale slice threading</li>
  351.    <li>MSN Siren decoder</li>
  352.    <li>scharr video filter</li>
  353.    <li>apsyclip audio filter</li>
  354.    <li>morpho video filter</li>
  355.    <li>amr parser</li>
  356.    <li>(a)latency filters</li>
  357.    <li>GEM Raster image decoder</li>
  358.    <li>asdr audio filter</li>
  359.    <li>speex decoder</li>
  360.    <li>limitdiff video filter</li>
  361.    <li>xcorrelate video filter</li>
  362.    <li>varblur video filter</li>
  363.    <li>huesaturation video filter</li>
  364.    <li>colorspectrum source video filter</li>
  365.    <li>RTP packetizer for uncompressed video (RFC 4175)</li>
  366.    <li>bitpacked encoder</li>
  367.    <li>VideoToolbox VP9 hwaccel</li>
  368.    <li>VideoToolbox ProRes hwaccel</li>
  369.    <li>support loongarch.</li>
  370.    <li>aspectralstats audio filter</li>
  371.    <li>adynamicsmooth audio filter</li>
  372.    <li>libplacebo filter</li>
  373.    <li>vflip_vulkan, hflip_vulkan and flip_vulkan filters</li>
  374.    <li>adynamicequalizer audio filter</li>
  375.    <li>yadif_videotoolbox filter</li>
  376.    <li>VideoToolbox ProRes encoder</li>
  377.    <li>anlmf audio filter</li>
  378.  </ul>
  379.  <p>
  380.    We strongly recommend users, distributors, and system integrators to
  381.    upgrade unless they use current git master.
  382.  </p>
  383.  
  384.  
  385.        ]]></content:encoded>
  386.    </item>
  387.    <item>
  388.        <title>June 19th, 2021, IRC</title>
  389.        <link>http://ffmpeg.org/index.html#irc2021</link>
  390.        <guid>http://ffmpeg.org/index.html#irc2021</guid>
  391.        <content:encoded><![CDATA[
  392.  <p>
  393.    We have a new IRC home at Libera Chat
  394.    now! Feel free to join us at #ffmpeg and #ffmpeg-devel. More info at <a href="https://ffmpeg.org/contact.html#IRCChannels">contact#IRCChannels</a>
  395.  </p>
  396.  
  397.  
  398.        ]]></content:encoded>
  399.    </item>
  400.    <item>
  401.        <title>April 8th, 2021, FFmpeg 4.4 "Rao"</title>
  402.        <link>http://ffmpeg.org/index.html#pr4.4</link>
  403.        <guid>http://ffmpeg.org/index.html#pr4.4</guid>
  404.        <content:encoded><![CDATA[
  405.  <p>
  406.    <a href="download.html#release_4.4">FFmpeg 4.4 "Rao"</a>, a new
  407.    major release, is now available! Some of the highlights:
  408.  </p>
  409.  <ul>
  410.    <li>AudioToolbox output device</li>
  411.    <li>MacCaption demuxer</li>
  412.    <li>PGX decoder</li>
  413.    <li>chromanr video filter</li>
  414.    <li>VDPAU accelerated HEVC 10/12bit decoding</li>
  415.    <li>ADPCM IMA Ubisoft APM encoder</li>
  416.    <li>Rayman 2 APM muxer</li>
  417.    <li>AV1 encoding support SVT-AV1</li>
  418.    <li>Cineform HD encoder</li>
  419.    <li>ADPCM Argonaut Games encoder</li>
  420.    <li>Argonaut Games ASF muxer</li>
  421.    <li>AV1 Low overhead bitstream format demuxer</li>
  422.    <li>RPZA video encoder</li>
  423.    <li>ADPCM IMA MOFLEX decoder</li>
  424.    <li>MobiClip FastAudio decoder</li>
  425.    <li>MobiClip video decoder</li>
  426.    <li>MOFLEX demuxer</li>
  427.    <li>MODS demuxer</li>
  428.    <li>PhotoCD decoder</li>
  429.    <li>MCA demuxer</li>
  430.    <li>AV1 decoder (Hardware acceleration used only)</li>
  431.    <li>SVS demuxer</li>
  432.    <li>Argonaut Games BRP demuxer</li>
  433.    <li>DAT demuxer</li>
  434.    <li>aax demuxer</li>
  435.    <li>IPU decoder, parser and demuxer</li>
  436.    <li>Intel QSV-accelerated AV1 decoding</li>
  437.    <li>Argonaut Games Video decoder</li>
  438.    <li>libwavpack encoder removed</li>
  439.    <li>ACE demuxer</li>
  440.    <li>AVS3 demuxer</li>
  441.    <li>AVS3 video decoder via libuavs3d</li>
  442.    <li>Cintel RAW decoder</li>
  443.    <li>VDPAU accelerated VP9 10/12bit decoding</li>
  444.    <li>afreqshift and aphaseshift filters</li>
  445.    <li>High Voltage Software ADPCM encoder</li>
  446.    <li>LEGO Racers ALP (.tun & .pcm) muxer</li>
  447.    <li>AV1 VAAPI decoder</li>
  448.    <li>adenorm filter</li>
  449.    <li>ADPCM IMA AMV encoder</li>
  450.    <li>AMV muxer</li>
  451.    <li>NVDEC AV1 hwaccel</li>
  452.    <li>DXVA2/D3D11VA hardware accelerated AV1 decoding</li>
  453.    <li>speechnorm filter</li>
  454.    <li>SpeedHQ encoder</li>
  455.    <li>asupercut filter</li>
  456.    <li>asubcut filter</li>
  457.    <li>Microsoft Paint (MSP) version 2 decoder</li>
  458.    <li>Microsoft Paint (MSP) demuxer</li>
  459.    <li>AV1 monochrome encoding support via libaom >= 2.0.1</li>
  460.    <li>asuperpass and asuperstop filter</li>
  461.    <li>shufflepixels filter</li>
  462.    <li>tmidequalizer filter</li>
  463.    <li>estdif filter</li>
  464.    <li>epx filter</li>
  465.    <li>Dolby E parser</li>
  466.    <li>shear filter</li>
  467.    <li>kirsch filter</li>
  468.    <li>colortemperature filter</li>
  469.    <li>colorcontrast filter</li>
  470.    <li>PFM encoder</li>
  471.    <li>colorcorrect filter</li>
  472.    <li>binka demuxer</li>
  473.    <li>XBM parser</li>
  474.    <li>xbm_pipe demuxer</li>
  475.    <li>colorize filter</li>
  476.    <li>CRI parser</li>
  477.    <li>aexciter audio filter</li>
  478.    <li>exposure video filter</li>
  479.    <li>monochrome video filter</li>
  480.    <li>setts bitstream filter</li>
  481.    <li>vif video filter</li>
  482.    <li>OpenEXR image encoder</li>
  483.    <li>Simbiosis IMX decoder</li>
  484.    <li>Simbiosis IMX demuxer</li>
  485.    <li>Digital Pictures SGA demuxer and decoders</li>
  486.    <li>TTML subtitle encoder and muxer</li>
  487.    <li>identity video filter</li>
  488.    <li>msad video filter</li>
  489.    <li>gophers protocol</li>
  490.    <li>RIST protocol via librist</li>
  491.  </ul>
  492.  <p>
  493.    We strongly recommend users, distributors, and system integrators to
  494.    upgrade unless they use current git master.
  495.  </p>
  496.  
  497.  
  498.        ]]></content:encoded>
  499.    </item>
  500.    <item>
  501.        <title>June 15th, 2020, FFmpeg 4.3 "4:3"</title>
  502.        <link>http://ffmpeg.org/index.html#pr4.3</link>
  503.        <guid>http://ffmpeg.org/index.html#pr4.3</guid>
  504.        <content:encoded><![CDATA[
  505.  <p>
  506.    <a href="download.html#release_4.3">FFmpeg 4.3 "4:3"</a>, a new
  507.    major release, is now available! Some of the highlights:
  508.  </p>
  509.  <ul>
  510.    <li>v360 filter</li>
  511.    <li>Intel QSV-accelerated MJPEG decoding</li>
  512.    <li>Intel QSV-accelerated VP9 decoding</li>
  513.    <li>Support for TrueHD in mp4</li>
  514.    <li>Support AMD AMF encoder on Linux (via Vulkan)</li>
  515.    <li>IMM5 video decoder</li>
  516.    <li>ZeroMQ protocol</li>
  517.    <li>support Sipro ACELP.KELVIN decoding</li>
  518.    <li>streamhash muxer</li>
  519.    <li>sierpinski video source</li>
  520.    <li>scroll video filter</li>
  521.    <li>photosensitivity filter</li>
  522.    <li>anlms filter</li>
  523.    <li>arnndn filter</li>
  524.    <li>bilateral filter</li>
  525.    <li>maskedmin and maskedmax filters</li>
  526.    <li>VDPAU VP9 hwaccel</li>
  527.    <li>median filter</li>
  528.    <li>QSV-accelerated VP9 encoding</li>
  529.    <li>AV1 encoding support via librav1e</li>
  530.    <li>AV1 frame merge bitstream filter</li>
  531.    <li>AV1 Annex B demuxer</li>
  532.    <li>axcorrelate filter</li>
  533.    <li>mvdv decoder</li>
  534.    <li>mvha decoder</li>
  535.    <li>MPEG-H 3D Audio support in mp4</li>
  536.    <li>thistogram filter</li>
  537.    <li>freezeframes filter</li>
  538.    <li>Argonaut Games ADPCM decoder</li>
  539.    <li>Argonaut Games ASF demuxer</li>
  540.    <li>xfade video filter</li>
  541.    <li>xfade_opencl filter</li>
  542.    <li>afirsrc audio filter source</li>
  543.    <li>pad_opencl filter</li>
  544.    <li>Simon & Schuster Interactive ADPCM decoder</li>
  545.    <li>Real War KVAG demuxer</li>
  546.    <li>CDToons video decoder</li>
  547.    <li>siren audio decoder</li>
  548.    <li>Rayman 2 ADPCM decoder</li>
  549.    <li>Rayman 2 APM demuxer</li>
  550.    <li>cas video filter</li>
  551.    <li>High Voltage Software ADPCM decoder</li>
  552.    <li>LEGO Racers ALP (.tun & .pcm) demuxer</li>
  553.    <li>AMQP 0-9-1 protocol (RabbitMQ)</li>
  554.    <li>Vulkan support</li>
  555.    <li>avgblur_vulkan, overlay_vulkan, scale_vulkan and chromaber_vulkan filters</li>
  556.    <li>ADPCM IMA MTF decoder</li>
  557.    <li>FWSE demuxer</li>
  558.    <li>DERF DPCM decoder</li>
  559.    <li>DERF demuxer</li>
  560.    <li>CRI HCA decoder</li>
  561.    <li>CRI HCA demuxer</li>
  562.    <li>overlay_cuda filter</li>
  563.    <li>switch from AvxSynth to AviSynth+ on Linux</li>
  564.    <li>mv30 decoder</li>
  565.    <li>Expanded styling support for 3GPP Timed Text Subtitles (movtext)</li>
  566.    <li>WebP parser</li>
  567.    <li>tmedian filter</li>
  568.    <li>maskedthreshold filter</li>
  569.    <li>Support for muxing pcm and pgs in m2ts</li>
  570.    <li>Cunning Developments ADPCM decoder</li>
  571.    <li>asubboost filter</li>
  572.    <li>Pro Pinball Series Soundbank demuxer</li>
  573.    <li>pcm_rechunk bitstream filter</li>
  574.    <li>scdet filter</li>
  575.    <li>NotchLC decoder</li>
  576.    <li>gradients source video filter</li>
  577.    <li>MediaFoundation encoder wrapper</li>
  578.    <li>untile filter</li>
  579.    <li>Simon & Schuster Interactive ADPCM encoder</li>
  580.    <li>PFM decoder</li>
  581.    <li>dblur video filter</li>
  582.    <li>Real War KVAG muxer</li>
  583.  </ul>
  584.  <p>
  585.    We strongly recommend users, distributors, and system integrators to
  586.    upgrade unless they use current git master.
  587.  </p>
  588.  
  589.  
  590.        ]]></content:encoded>
  591.    </item>
  592.    <item>
  593.        <title>October 5th, 2019, Bright Lights</title>
  594.        <link>http://ffmpeg.org/index.html#photosensitivity</link>
  595.        <guid>http://ffmpeg.org/index.html#photosensitivity</guid>
  596.        <content:encoded><![CDATA[
  597.  <p>
  598.  FFmpeg has added a realtime bright flash removal filter to libavfilter.
  599.  </p>
  600.  <p>
  601.  Note that this filter is not FDA approved, nor are we medical professionals.
  602.  Nor has this filter been tested with anyone who has photosensitive epilepsy.
  603.  FFmpeg and its photosensitivity filter are not making any medical claims.
  604.  </p>
  605.  <p>
  606.  That said, this is a new video filter that may help photosensitive people
  607.  watch tv, play video games or even be used with a VR headset to block
  608.  out epiletic triggers such as filtered sunlight when they are outside.
  609.  Or you could use it against those annoying white flashes on your tv screen.
  610.  The filter fails on some input, such as the
  611.  <a href="https://www.youtube.com/watch?v=8L_9hXnUzRk">Incredibles 2 Screen Slaver</a>
  612.  scene. It is not perfect. If you have other clips that you want this filter to
  613.  work better on, please report them to us on our <a href="http://trac.ffmpeg.org">trac</a>.
  614.  </p>
  615.  <p>
  616.  <a href="http://ffmpeg.org/~compn/output20p8.mp4">See for yourself</a>.
  617.  Example was made with -vf photosensitivity=20:0.8
  618.  </p>
  619.  <p>
  620.  We are not professionals. Please use this in your medical studies to
  621.  advance epilepsy research. If you decide to use this in a medical
  622.  setting, or make a hardware hdmi input output realtime tv filter,
  623.  or find another use for this, <a href="mailto:compn@ffmpeg.org">please let me know</a>.
  624.  This filter was a feature request of mine
  625.  <a href="https://trac.ffmpeg.org/ticket/2104">since 2013</a>.
  626.  </p>
  627.  
  628.  
  629.        ]]></content:encoded>
  630.    </item>
  631.    <item>
  632.        <title>August 5th, 2019, FFmpeg 4.2 "Ada"</title>
  633.        <link>http://ffmpeg.org/index.html#pr4.2</link>
  634.        <guid>http://ffmpeg.org/index.html#pr4.2</guid>
  635.        <content:encoded><![CDATA[
  636.  <p>
  637.    <a href="download.html#release_4.2">FFmpeg 4.2 "Ada"</a>, a new
  638.    major release, is now available! Some of the highlights:
  639.  </p>
  640.  <ul>
  641.    <li>tpad filter</li>
  642.    <li>AV1 decoding support through libdav1d</li>
  643.    <li>dedot filter</li>
  644.    <li>chromashift and rgbashift filters</li>
  645.    <li>freezedetect filter</li>
  646.    <li>truehd_core bitstream filter</li>
  647.    <li>dhav demuxer</li>
  648.    <li>PCM-DVD encoder</li>
  649.    <li>GIF parser</li>
  650.    <li>vividas demuxer</li>
  651.    <li>hymt decoder</li>
  652.    <li>anlmdn filter</li>
  653.    <li>maskfun filter</li>
  654.    <li>hcom demuxer and decoder</li>
  655.    <li>ARBC decoder</li>
  656.    <li>libaribb24 based ARIB STD-B24 caption support (profiles A and C)</li>
  657.    <li>Support decoding of HEVC 4:4:4 content in nvdec and cuviddec</li>
  658.    <li>removed libndi-newtek</li>
  659.    <li>agm decoder</li>
  660.    <li>KUX demuxer</li>
  661.    <li>AV1 frame split bitstream filter</li>
  662.    <li>lscr decoder</li>
  663.    <li>lagfun filter</li>
  664.    <li>asoftclip filter</li>
  665.    <li>Support decoding of HEVC 4:4:4 content in vdpau</li>
  666.    <li>colorhold filter</li>
  667.    <li>xmedian filter</li>
  668.    <li>asr filter</li>
  669.    <li>showspatial multimedia filter</li>
  670.    <li>VP4 video decoder</li>
  671.    <li>IFV demuxer</li>
  672.    <li>derain filter</li>
  673.    <li>deesser filter</li>
  674.    <li>mov muxer writes tracks with unspecified language instead of English by default</li>
  675.    <li>added support for using clang to compile CUDA kernels</li>
  676.  </ul>
  677.  <p>
  678.    We strongly recommend users, distributors, and system integrators to
  679.    upgrade unless they use current git master.
  680.  </p>
  681.  
  682.  
  683.        ]]></content:encoded>
  684.    </item>
  685.    <item>
  686.        <title>November 6th, 2018, FFmpeg 4.1 "al-Khwarizmi"</title>
  687.        <link>http://ffmpeg.org/index.html#pr4.1</link>
  688.        <guid>http://ffmpeg.org/index.html#pr4.1</guid>
  689.        <content:encoded><![CDATA[
  690.  <p>
  691.    <a href="download.html#release_4.1">FFmpeg 4.1 "al-Khwarizmi"</a>, a new
  692.    major release, is now available! Some of the highlights:
  693.  </p>
  694.  <ul>
  695.    <li>deblock filter</li>
  696.    <li>tmix filter</li>
  697.    <li>amplify filter</li>
  698.    <li>fftdnoiz filter</li>
  699.    <li>aderivative and aintegral audio filters</li>
  700.    <li>pal75bars and pal100bars video filter sources</li>
  701.    <li>mbedTLS based TLS support</li>
  702.    <li>adeclick and adeclip filters</li>
  703.    <li>libtensorflow backend for DNN based filters like srcnn</li>
  704.    <li>VC1 decoder is now bit-exact</li>
  705.    <li>ATRAC9 decoder</li>
  706.    <li>lensfun wrapper filter</li>
  707.    <li>colorconstancy filter</li>
  708.    <li>AVS2 video decoder via libdavs2</li>
  709.    <li>IMM4 video decoder</li>
  710.    <li>Brooktree ProSumer video decoder</li>
  711.    <li>MatchWare Screen Capture Codec decoder</li>
  712.    <li>WinCam Motion Video decoder</li>
  713.    <li>1D LUT filter (lut1d)</li>
  714.    <li>RemotelyAnywhere Screen Capture decoder</li>
  715.    <li>cue and acue filters</li>
  716.    <li>Support for AV1 in MP4 and Matroska/WebM</li>
  717.    <li>transpose_npp filter</li>
  718.    <li>AVS2 video encoder via libxavs2</li>
  719.    <li>amultiply filter</li>
  720.    <li>Block-Matching 3d (bm3d) denoising filter</li>
  721.    <li>acrossover filter</li>
  722.    <li>ilbc decoder</li>
  723.    <li>audio denoiser as afftdn filter</li>
  724.    <li>AV1 parser</li>
  725.    <li>sinc audio filter source</li>
  726.    <li>chromahold filter</li>
  727.    <li>setparams filter</li>
  728.    <li>vibrance filter</li>
  729.    <li>S12M timecode decoding in h264</li>
  730.    <li>xstack filter</li>
  731.    <li>(a)graphmonitor filter</li>
  732.    <li>yadif_cuda filter</li>
  733.  </ul>
  734.  <p>
  735.    We strongly recommend users, distributors, and system integrators to
  736.    upgrade unless they use current git master.
  737.  </p>
  738.  
  739.  
  740.        ]]></content:encoded>
  741.    </item>
  742.    <item>
  743.        <title>April 20th, 2018, FFmpeg 4.0 "Wu"</title>
  744.        <link>http://ffmpeg.org/index.html#pr4.0</link>
  745.        <guid>http://ffmpeg.org/index.html#pr4.0</guid>
  746.        <content:encoded><![CDATA[
  747.  <p>
  748.    <a href="download.html#release_4.0">FFmpeg 4.0 "Wu"</a>, a new
  749.    major release, is now available! Some of the highlights:
  750.  </p>
  751.  <ul>
  752.    <li>Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams</li>
  753.    <li>Experimental MagicYUV encoder</li>
  754.    <li>TiVo ty/ty+ demuxer</li>
  755.    <li>Intel QSV-accelerated MJPEG encoding</li>
  756.    <li>native aptX and aptX HD encoder and decoder</li>
  757.    <li>NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding</li>
  758.    <li>Intel QSV-accelerated overlay filter</li>
  759.    <li>mcompand audio filter</li>
  760.    <li>acontrast audio filter</li>
  761.    <li>OpenCL overlay filter</li>
  762.    <li>video mix filter</li>
  763.    <li>video normalize filter</li>
  764.    <li>audio lv2 wrapper filter</li>
  765.    <li>VAAPI MJPEG and VP8 decoding</li>
  766.    <li>AMD AMF H.264 and HEVC encoders</li>
  767.    <li>video fillborders filter</li>
  768.    <li>video setrange filter</li>
  769.    <li>support LibreSSL (via libtls)</li>
  770.    <li>Dropped support for building for Windows XP. The minimum supported Windows version is Windows Vista.</li>
  771.    <li>deconvolve video filter</li>
  772.    <li>entropy video filter</li>
  773.    <li>hilbert audio filter source</li>
  774.    <li>aiir audio filter</li>
  775.    <li>Removed the ffserver program</li>
  776.    <li>Removed the ffmenc and ffmdec muxer and demuxer</li>
  777.    <li>VideoToolbox HEVC encoder and hwaccel</li>
  778.    <li>VAAPI-accelerated ProcAmp (color balance), denoise and sharpness filters</li>
  779.    <li>Add android_camera indev</li>
  780.    <li>codec2 en/decoding via libcodec2</li>
  781.    <li>native SBC encoder and decoder</li>
  782.    <li>drmeter audio filter</li>
  783.    <li>hapqa_extract bitstream filter</li>
  784.    <li>filter_units bitstream filter</li>
  785.    <li>AV1 Support through libaom</li>
  786.    <li>E-AC-3 dependent frames support</li>
  787.    <li>bitstream filter for extracting E-AC-3 core</li>
  788.    <li>Haivision SRT protocol via libsrt</li>
  789.    <li>vfrdet filter</li>
  790.  </ul>
  791.  <p>
  792.    We strongly recommend users, distributors, and system integrators to
  793.    upgrade unless they use current git master.
  794.  </p>
  795.  
  796.  
  797.        ]]></content:encoded>
  798.    </item>
  799.    <item>
  800.        <title>October 15th, 2017, FFmpeg 3.4 "Cantor"</title>
  801.        <link>http://ffmpeg.org/index.html#pr3.4</link>
  802.        <guid>http://ffmpeg.org/index.html#pr3.4</guid>
  803.        <content:encoded><![CDATA[
  804.  <p>
  805.    <a href="download.html#release_3.4">FFmpeg 3.4 "Cantor"</a>, a new
  806.    major release, is now available! Some of the highlights:
  807.  </p>
  808.  <ul>
  809.    <li>deflicker video filter</li>
  810.    <li>doubleweave video filter</li>
  811.    <li>lumakey video filter</li>
  812.    <li>pixscope video filter</li>
  813.    <li>oscilloscope video filter</li>
  814.    <li>update cuvid/nvenc headers to Video Codec SDK 8.0.14</li>
  815.    <li>afir audio filter</li>
  816.    <li>scale_cuda CUDA based video scale filter</li>
  817.    <li>librsvg support for svg rasterization</li>
  818.    <li>crossfeed audio filter</li>
  819.    <li>spec compliant VP9 muxing support in MP4</li>
  820.    <li>surround audio filter</li>
  821.    <li>sofalizer filter switched to libmysofa</li>
  822.    <li>Gremlin Digital Video demuxer and decoder</li>
  823.    <li>headphone audio filter</li>
  824.    <li>superequalizer audio filter</li>
  825.    <li>roberts video filter</li>
  826.    <li>additional frame format support for Interplay MVE movies</li>
  827.    <li>support for decoding through D3D11VA in ffmpeg</li>
  828.    <li>limiter video filter</li>
  829.    <li>libvmaf video filter</li>
  830.    <li>Dolby E decoder and SMPTE 337M demuxer</li>
  831.    <li>unpremultiply video filter</li>
  832.    <li>tlut2 video filter</li>
  833.    <li>floodfill video filter</li>
  834.    <li>pseudocolor video filter</li>
  835.    <li>raw G.726 muxer and demuxer, left- and right-justified</li>
  836.    <li>NewTek NDI input/output device</li>
  837.    <li>FITS demuxer and decoder</li>
  838.    <li>FITS muxer and encoder</li>
  839.    <li>despill video filter</li>
  840.    <li>haas audio filter</li>
  841.    <li>SUP/PGS subtitle muxer</li>
  842.    <li>convolve video filter</li>
  843.    <li>VP9 tile threading support</li>
  844.    <li>KMS screen grabber</li>
  845.    <li>CUDA thumbnail filter</li>
  846.    <li>V4L2 mem2mem HW assisted codecs</li>
  847.    <li>Rockchip MPP hardware decoding</li>
  848.    <li>vmafmotion video filter</li>
  849.  </ul>
  850.  <p>
  851.    We strongly recommend users, distributors, and system integrators to
  852.    upgrade unless they use current git master.
  853.  </p>
  854.  
  855.  
  856.        ]]></content:encoded>
  857.    </item>
  858.    <item>
  859.        <title>April 13th, 2017, FFmpeg 3.3 "Hilbert"</title>
  860.        <link>http://ffmpeg.org/index.html#pr3.3</link>
  861.        <guid>http://ffmpeg.org/index.html#pr3.3</guid>
  862.        <content:encoded><![CDATA[
  863.  <p>
  864.    <a href="download.html#release_3.3">FFmpeg 3.3 "Hilbert"</a>, a new
  865.    major release, is now available! Some of the highlights:
  866.  </p>
  867.  <ul>
  868.    <li>Apple Pixlet decoder</li>
  869.    <li>NewTek SpeedHQ decoder</li>
  870.    <li>QDMC audio decoder</li>
  871.    <li>PSD (Photoshop Document) decoder</li>
  872.    <li>FM Screen Capture decoder</li>
  873.    <li>ScreenPressor decoder</li>
  874.    <li>XPM decoder</li>
  875.    <li>DNxHR decoder fixes for HQX and high resolution videos</li>
  876.    <li>ClearVideo decoder (partial)</li>
  877.    <li>16.8 and 24.0 floating point PCM decoder</li>
  878.    <li>Intel QSV-accelerated VP8 video decoding</li>
  879.    <li>native Opus encoder</li>
  880.    <li>DNxHR 444 and HQX encoding</li>
  881.    <li>Quality improvements for the (M)JPEG encoder</li>
  882.    <li>VAAPI-accelerated MPEG-2 and VP8 encoding</li>
  883.    <li>premultiply video filter</li>
  884.    <li>abitscope multimedia filter</li>
  885.    <li>readeia608 filter</li>
  886.    <li>threshold filter</li>
  887.    <li>midequalizer filter</li>
  888.    <li>MPEG-7 Video Signature filter</li>
  889.    <li>add internal ebur128 library, remove external libebur128 dependency</li>
  890.    <li>Intel QSV video scaling and deinterlacing filters</li>
  891.    <li>Sample Dump eXchange demuxer</li>
  892.    <li>MIDI Sample Dump Standard demuxer</li>
  893.    <li>Scenarist Closed Captions demuxer and muxer</li>
  894.    <li>Support MOV with multiple sample description tables</li>
  895.    <li>Pro-MPEG CoP #3-R2 FEC protocol</li>
  896.    <li>Support for spherical videos</li>
  897.    <li>CrystalHD decoder moved to new decode API</li>
  898.    <li>configure now fails if autodetect-libraries are requested but not found</li>
  899.  </ul>
  900.  <p>
  901.    We strongly recommend users, distributors, and system integrators to
  902.    upgrade unless they use current git master.
  903.  </p>
  904.  
  905.  
  906.        ]]></content:encoded>
  907.    </item>
  908.    <item>
  909.        <title>October 30th, 2016, Results: Summer Of Code 2016.</title>
  910.        <link>http://ffmpeg.org/index.html#gsoc2016finalreport</link>
  911.        <guid>http://ffmpeg.org/index.html#gsoc2016finalreport</guid>
  912.        <content:encoded><![CDATA[
  913.  <p>
  914.    This has been a long time coming but we wanted to give a proper closure to our participation in this run of the program and it takes time. Sometimes it's just to get the final report for each project trimmed down, others, is finalizing whatever was still in progress when the program finished: final patches need to be merged, TODO lists stabilized, future plans agreed; you name it.
  915.  </p>
  916.  <p>
  917.    Without further ado, here's the silver-lining for each one of the projects we sought to complete during this Summer of Code season:
  918.  </p>
  919.  <h4>FFv1 (Mentor: Michael Niedermayer)</h4>
  920.  <p>
  921.    Stanislav Dolganov designed and implemented experimental support for motion estimation and compensation in the lossless FFV1 codec. The design and implementation is based on the snow video codec, which uses OBMC. Stanislav's work proved that significant compression gains can be achieved with inter frame compression. FFmpeg welcomes Stanislav to continue working beyond this proof of concept and bring its advances into the official FFV1 specification within the IETF.
  922.  </p>
  923.  <h4>Self test coverage (Mentor: Michael Niedermayer)</h4>
  924.  <p>
  925.    Petru Rares Sincraian added several self-tests to FFmpeg and successfully went through the in-some-cases tedious process of fine tuning tests parameters to avoid known and hard to avoid problems, like checksum mismatches due to rounding errors on the myriad of platforms we support. His work has improved the code coverage of our self tests considerably.
  926.  </p>
  927.  <h4>MPEG-4 ALS encoder implementation (Mentor: Thilo Borgmann)</h4>
  928.  <p>
  929.    Umair Khan updated and integrated the ALS encoder to fit in the current FFmpeg codebase. He also implemented a missing feature for the ALS decoder that enables floating-point sample decoding. FFmpeg support for MPEG-4 ALS has been improved significantly by Umair's work. We welcome him to keep maintaining his improvements and hope for great contributions to come.
  930.  </p>
  931.  <h4>Tee muxer improvements (Mentor: Marton Balint)</h4>
  932.  <p>
  933.    Ján SebechlebskĂ˝'s generic goal was to improve the tee muxer so it tolerated blocking IO and allowed transparent error recovery. During the design phase it turned out that this functionality called for a separate muxer, so Ján spent his summer working on the so-called FIFO muxer, gradually fixing issues all over the codebase. He succeeded in his task, and the FIFO muxer is now part of the main repository, alongside several other improvements he made in the process.
  934.  </p>
  935.  <h4>TrueHD encoder (Mentor: Rostislav Pehlivanov)</h4>
  936.  <p>
  937.    Jai Luthra's objective was to update the out-of-tree and pretty much abandoned MLP (Meridian Lossless Packing) encoder for libavcodec and improve it to enable encoding to the TrueHD format. For the qualification period the encoder was updated such that it was usable and throughout the summer, successfully improved adding support for multi-channel audio and TrueHD encoding. Jai's code has been merged into the main repository now. While a few problems remain with respect to LFE channel and 32 bit sample handling, these are in the process of being fixed such that effort can be finally put in improving the encoder's speed and efficiency.
  938.  </p>
  939.  <h4>Motion interpolation filter (Mentor: Paul B Mahol)</h4>
  940.  <p>
  941.    Davinder Singh investigated existing motion estimation and interpolation approaches from the available literature and previous work by our own: Michael Niedermayer, and implemented filters based on this research. These filters allow motion interpolating frame rate conversion to be applied to a video, for example, to create a slow motion effect or change the frame rate while smoothly interpolating the video along the motion vectors. There's still work to be done to call these filters 'finished', which is rather hard all things considered, but we are looking optimistically at their future.
  942.  </p>
  943.  <p>
  944.    And that's it. We are happy with the results of the program and immensely thankful for the opportunity of working with such an amazing set of students. We can be a tough crowd but our mentors did an amazing job at hand holding our interns through their journey. Thanks also to Google for this wonderful program and to everyone that made room in their busy lives to help making GSoC2016 a success. See you in 2017!
  945.  </p>
  946.  
  947.        ]]></content:encoded>
  948.    </item>
  949.    <item>
  950.        <title>September 24th, 2016, SDL1 support dropped.</title>
  951.        <link>http://ffmpeg.org/index.html#sdl1</link>
  952.        <guid>http://ffmpeg.org/index.html#sdl1</guid>
  953.        <content:encoded><![CDATA[
  954.  <p>
  955.    Support for the SDL1 library has been dropped, due to it no longer being maintained (as of
  956.    January, 2012) and it being superseded by the SDL2 library. As a result, the SDL1 output device
  957.    has also been removed and replaced by an SDL2 implementation. Both the ffplay and opengl output
  958.    devices have been updated to support SDL2.
  959.  </p>
  960.  
  961.        ]]></content:encoded>
  962.    </item>
  963.    <item>
  964.        <title>August 9th, 2016, FFmpeg 3.1.2 "Laplace"</title>
  965.        <link>http://ffmpeg.org/index.html#pr3.1.2</link>
  966.        <guid>http://ffmpeg.org/index.html#pr3.1.2</guid>
  967.        <content:encoded><![CDATA[
  968.  <p>
  969.    <a href="download.html#release_3.1">FFmpeg 3.1.2</a>, a new point release from the 3.1 release branch, is now available!
  970.    It fixes several bugs.
  971.  </p>
  972.  <p>
  973.    We recommend users, distributors, and system integrators, to upgrade unless they use current git master.
  974.  </p>
  975.  
  976.        ]]></content:encoded>
  977.    </item>
  978.    <item>
  979.        <title>July 10th, 2016, ffserver program being dropped</title>
  980.        <link>http://ffmpeg.org/index.html#ffserv</link>
  981.        <guid>http://ffmpeg.org/index.html#ffserv</guid>
  982.        <content:encoded><![CDATA[
  983.  <p>
  984.    After thorough deliberation, we're announcing that we're about to drop the ffserver program from the project starting with the next release.
  985.    ffserver has been a problematic program to maintain due to its use of internal APIs, which complicated the recent cleanups to the libavformat
  986.    library, and block further cleanups and improvements which are desired by API users and will be easier to maintain. Furthermore the program has
  987.    been hard for users to deploy and run due to reliability issues, lack of knowledgable people to help and confusing configuration file syntax.
  988.    Current users and members of the community are invited to write a replacement program to fill the same niche that ffserver did using the new APIs
  989.    and to contact us so we may point users to test and contribute to its development.
  990.  </p>
  991.  
  992.        ]]></content:encoded>
  993.    </item>
  994.    <item>
  995.        <title>July 1st, 2016, FFmpeg 3.1.1 "Laplace"</title>
  996.        <link>http://ffmpeg.org/index.html#pr3.1.1</link>
  997.        <guid>http://ffmpeg.org/index.html#pr3.1.1</guid>
  998.        <content:encoded><![CDATA[
  999.  <p>
  1000.    <a href="download.html#release_3.1">FFmpeg 3.1.1</a>, a new point release from the 3.1 release branch, is now available!
  1001.    It mainly deals with a few ABI issues introduced in the previous release.
  1002.  </p>
  1003.  <p>
  1004.    We strongly recommend users, distributors, and system integrators, especially those who experienced issues upgrading from 3.0, to
  1005.    upgrade unless they use current git master.
  1006.  </p>
  1007.  
  1008.  
  1009.        ]]></content:encoded>
  1010.    </item>
  1011.    <item>
  1012.        <title>June 27th, 2016, FFmpeg 3.1 "Laplace"</title>
  1013.        <link>http://ffmpeg.org/index.html#pr3.1</link>
  1014.        <guid>http://ffmpeg.org/index.html#pr3.1</guid>
  1015.        <content:encoded><![CDATA[
  1016.  <p>
  1017.    <a href="download.html#release_3.1">FFmpeg 3.1 "Laplace"</a>, a new
  1018.    major release, is now available! Some of the highlights:
  1019.  </p>
  1020.  <ul>
  1021.    <li>DXVA2-accelerated HEVC Main10 decoding</li>
  1022.    <li>fieldhint filter</li>
  1023.    <li>loop video filter and aloop audio filter</li>
  1024.    <li>Bob Weaver deinterlacing filter</li>
  1025.    <li>firequalizer filter</li>
  1026.    <li>datascope filter</li>
  1027.    <li>bench and abench filters</li>
  1028.    <li>ciescope filter</li>
  1029.    <li>protocol blacklisting API</li>
  1030.    <li>MediaCodec H264 decoding</li>
  1031.    <li>VC-2 HQ RTP payload format (draft v1) depacketizer and packetizer</li>
  1032.    <li>VP9 RTP payload format (draft v2) packetizer</li>
  1033.    <li>AudioToolbox audio decoders</li>
  1034.    <li>AudioToolbox audio encoders</li>
  1035.    <li>coreimage filter (GPU based image filtering on OSX)</li>
  1036.    <li>libdcadec removed</li>
  1037.    <li>bitstream filter for extracting DTS core</li>
  1038.    <li>ADPCM IMA DAT4 decoder</li>
  1039.    <li>musx demuxer</li>
  1040.    <li>aix demuxer</li>
  1041.    <li>remap filter</li>
  1042.    <li>hash and framehash muxers</li>
  1043.    <li>colorspace filter</li>
  1044.    <li>hdcd filter</li>
  1045.    <li>readvitc filter</li>
  1046.    <li>VAAPI-accelerated format conversion and scaling</li>
  1047.    <li>libnpp/CUDA-accelerated format conversion and scaling</li>
  1048.    <li>Duck TrueMotion 2.0 Real Time decoder</li>
  1049.    <li>Wideband Single-bit Data (WSD) demuxer</li>
  1050.    <li>VAAPI-accelerated H.264/HEVC/MJPEG encoding</li>
  1051.    <li>DTS Express (LBR) decoder</li>
  1052.    <li>Generic OpenMAX IL encoder with support for Raspberry Pi</li>
  1053.    <li>IFF ANIM demuxer & decoder</li>
  1054.    <li>Direct Stream Transfer (DST) decoder</li>
  1055.    <li>loudnorm filter</li>
  1056.    <li>MTAF demuxer and decoder</li>
  1057.    <li>MagicYUV decoder</li>
  1058.    <li>OpenExr improvements (tile data and B44/B44A support)</li>
  1059.    <li>BitJazz SheerVideo decoder</li>
  1060.    <li>CUDA CUVID H264/HEVC decoder</li>
  1061.    <li>10-bit depth support in native utvideo decoder</li>
  1062.    <li>libutvideo wrapper removed</li>
  1063.    <li>YUY2 Lossless Codec decoder</li>
  1064.    <li>VideoToolbox H.264 encoder</li>
  1065.  </ul>
  1066.  <p>
  1067.    We strongly recommend users, distributors, and system integrators to
  1068.    upgrade unless they use current git master.
  1069.  </p>
  1070.  
  1071.  
  1072.        ]]></content:encoded>
  1073.    </item>
  1074.    <item>
  1075.        <title>March 16th, 2016, Google Summer of Code</title>
  1076.        <link>http://ffmpeg.org/index.html#gsoc2016</link>
  1077.        <guid>http://ffmpeg.org/index.html#gsoc2016</guid>
  1078.        <content:encoded><![CDATA[
  1079.  <p>
  1080.    FFmpeg has been accepted as a <a href="https://summerofcode.withgoogle.com/">Google Summer of Code</a> open source organization. If you wish to
  1081.    participate as a student see our <a href="https://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2016">project ideas page</a>.
  1082.    You can already get in contact with mentors and start working on qualification tasks as well as register at google and submit your project proposal draft.
  1083.    Good luck!
  1084.  </p>
  1085.  
  1086.  
  1087.        ]]></content:encoded>
  1088.    </item>
  1089.    <item>
  1090.        <title>February 15th, 2016, FFmpeg 3.0 "Einstein"</title>
  1091.        <link>http://ffmpeg.org/index.html#pr3.0</link>
  1092.        <guid>http://ffmpeg.org/index.html#pr3.0</guid>
  1093.        <content:encoded><![CDATA[
  1094.  <p>
  1095.    <a href="download.html#release_3.0">FFmpeg 3.0 "Einstein"</a>, a new
  1096.    major release, is now available! Some of the highlights:
  1097.  </p>
  1098.  <ul>
  1099.    <li><a href="#aac_encoder_stable">The native FFmpeg AAC encoder has seen extensive improvements and is no longer considered experimental</a></li>
  1100.    <li><a href="#removing_external_aac_encoders">Removed support for libvo-aacenc and libaacplus</a></li>
  1101.    <li>Over 30 new filters have been added</li>
  1102.    <li>Many ASM optimizations</li>
  1103.    <li>VP9 Hardware Acceleration (DXVA2 and VA-API)</li>
  1104.    <li>Cineform HD decoder</li>
  1105.    <li>New DCA decoder based on libdcadec with full support for DTS-HD extensions</li>
  1106.    <li>As with all major releases expect major backward incompatible API/ABI changes</li>
  1107.    <li>See the <a href="https://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog;hb=n3.0">Changelog</a> for a list of more updates</li>
  1108.  </ul>
  1109.  <p>
  1110.    We strongly recommend users, distributors, and system integrators to
  1111.    upgrade unless they use current git master.
  1112.  </p>
  1113.  
  1114.  
  1115.        ]]></content:encoded>
  1116.    </item>
  1117.    <item>
  1118.        <title>January 30, 2016, Removing support for two external AAC encoders</title>
  1119.        <link>http://ffmpeg.org/index.html#removing_external_aac_encoders</link>
  1120.        <guid>http://ffmpeg.org/index.html#removing_external_aac_encoders</guid>
  1121.        <content:encoded><![CDATA[
  1122.  <p>
  1123.    We have just removed support for VisualOn AAC encoder (libvo-aacenc) and
  1124.    libaacplus in FFmpeg master.
  1125.  </p>
  1126.  <p>
  1127.    Even before marking our internal AAC encoder as
  1128.    <a href="#aac_encoder_stable">stable</a>, it was known that libvo-aacenc
  1129.    was of an inferior quality compared to our native one for most samples.
  1130.    However, the VisualOn encoder was used extensively by the Android Open
  1131.    Source Project, and we would like to have a tested-and-true stable option
  1132.    in our code base.
  1133.  </p>
  1134.  <p>
  1135.    When first committed in 2011, libaacplus filled in the gap of encoding
  1136.    High Efficiency AAC formats (HE-AAC and HE-AACv2), which was not supported
  1137.    by any of the encoders in FFmpeg at that time.
  1138.  </p>
  1139.  <p>
  1140.    The circumstances for both have changed. After the work spearheaded by
  1141.    Rostislav Pehlivanov and Claudio Freire, the now-stable FFmpeg native AAC
  1142.    encoder is ready to compete with much more mature encoders. The Fraunhofer
  1143.    FDK AAC Codec Library for Android was added in 2012 as the fourth
  1144.    supported external AAC encoder, and the one with the best quality and the
  1145.    most features supported, including HE-AAC and HE-AACv2.
  1146.  </p>
  1147.  <p>
  1148.    Therefore, we have decided that it is time to remove libvo-aacenc and
  1149.    libaacplus. If you are currently using libvo-aacenc, prepare to transition
  1150.    to the native encoder (<code>aac</code>) when updating to the next version
  1151.    of FFmpeg. In most cases it is as simple as merely swapping the encoder
  1152.    name. If you are currently using libaacplus, start using FDK AAC
  1153.    (<code>libfdk_aac</code>) with an appropriate <code>profile</code> option
  1154.    to select the exact AAC profile that fits your needs. In both cases, you
  1155.    will enjoy an audible quality improvement and as well as fewer licensing
  1156.    headaches.
  1157.  </p>
  1158.  <p>
  1159.    Enjoy!
  1160.  </p>
  1161.  
  1162.  
  1163.        ]]></content:encoded>
  1164.    </item>
  1165.    <item>
  1166.        <title>January 16, 2016, FFmpeg 2.8.5, 2.7.5, 2.6.7, 2.5.10</title>
  1167.        <link>http://ffmpeg.org/index.html#pr2.8.5</link>
  1168.        <guid>http://ffmpeg.org/index.html#pr2.8.5</guid>
  1169.        <content:encoded><![CDATA[
  1170.  <p>
  1171.    We have made several new point releases (<b><a href="download.html#release_2.8">2.8.5</a>,
  1172.      <a href="download.html#release_2.7">2.7.5</a>,
  1173.      <a href="download.html#release_2.6">2.6.7</a>,
  1174.      <a href="download.html#release_2.5">2.5.10</a></b>).
  1175.    They fix various bugs, as well as CVE-2016-1897 and CVE-2016-1898.
  1176.    Please see the changelog for each release for more details.
  1177.  </p>
  1178.  <p>
  1179.    We recommend users, distributors and system integrators to upgrade unless they use
  1180.    current git master.
  1181.  </p>
  1182.  
  1183.  
  1184.        ]]></content:encoded>
  1185.    </item>
  1186.    <item>
  1187.        <title>December 5th, 2015, The native FFmpeg AAC encoder is now stable!</title>
  1188.        <link>http://ffmpeg.org/index.html#aac_encoder_stable</link>
  1189.        <guid>http://ffmpeg.org/index.html#aac_encoder_stable</guid>
  1190.        <content:encoded><![CDATA[
  1191.  <p>
  1192.    After seven years the native FFmpeg AAC encoder has had its experimental flag
  1193.    removed and declared as ready for general use. The encoder is transparent
  1194.    at 128kbps for most samples tested with artifacts only appearing in extreme
  1195.    cases. Subjective quality tests put the encoder to be of equal or greater
  1196.    quality than most of the other encoders available to the public.
  1197.  </p>
  1198.  <p>
  1199.    Licensing has always been an issue with encoding AAC audio as most of the
  1200.    encoders have had a license making FFmpeg unredistributable if compiled with
  1201.    support for them. The fact that there now exists a fully open and truly
  1202.    free AAC encoder integrated directly within the project means a lot to those
  1203.    who wish to use accepted and widespread standards.
  1204.  </p>
  1205.  <p>
  1206.    The majority of the work done to bring the encoder up to quality was started
  1207.    during this year's GSoC by developer Claudio Freire and Rostislav Pehlivanov.
  1208.    Both continued to work on the encoder with the latter joining as a developer
  1209.    and mainainer, working on other parts of the project as well. Also, thanks
  1210.    to <a href="http://d.hatena.ne.jp/kamedo2/">Kamedo2</a> who does comparisons
  1211.    and tests, the original authors and all past and current contributors to the
  1212.    encoder. Users are suggested and encouraged to use the encoder and provide
  1213.    feedback or breakage reports through our <a href="https://trac.ffmpeg.org/">bug tracker</a>.
  1214.  </p>
  1215.  
  1216.  
  1217.        ]]></content:encoded>
  1218.    </item>
  1219.    <item>
  1220.        <title>October 13th, 2015, Telepoint &amp; MediaHub are now supporting our project</title>
  1221.        <link>http://ffmpeg.org/index.html#thanks_sponsor_0001</link>
  1222.        <guid>http://ffmpeg.org/index.html#thanks_sponsor_0001</guid>
  1223.        <content:encoded><![CDATA[
  1224.  <p>
  1225.    A big thank you note goes to our newest supporters: MediaHub and Telepoint.
  1226.    Both companies have donated a dedicated server with free of charge internet
  1227.    connectivity. Here is a little bit about them in their own words:
  1228.  </p>
  1229.  
  1230.  <ul>
  1231.    <li>
  1232.      <p>
  1233.        <a href="http://www.telepoint.bg/en/">Telepoint</a> is the biggest
  1234.        carrier-neutral data center in Bulgaria. Located in the heart of Sofia
  1235.        on a cross-road of many Bulgarian and International networks, the
  1236.        facility is a fully featured Tier 3 data center that provides flexible
  1237.        customer-oriented colocation solutions (ranging from a server to a
  1238.        private collocation hall) and a high level of security.
  1239.      </p>
  1240.    </li>
  1241.  
  1242.    <li>
  1243.      <p>
  1244.        MediaHub Ltd. is a Bulgarian IPTV platform and services provider which
  1245.        uses FFmpeg heavily since it started operating a year ago. <i>"Donating
  1246.        to help keep FFmpeg online is our way of giving back to the community"
  1247.        </i>.
  1248.      </p>
  1249.    </li>
  1250.  </ul>
  1251.  
  1252.  <p>
  1253.    Thanks Telepoint and MediaHub for their support!
  1254.  </p>
  1255.  
  1256.  
  1257.        ]]></content:encoded>
  1258.    </item>
  1259.    <item>
  1260.        <title>September 29th, 2015, GSoC 2015 results</title>
  1261.        <link>http://ffmpeg.org/index.html#gsoc2015_result</link>
  1262.        <guid>http://ffmpeg.org/index.html#gsoc2015_result</guid>
  1263.        <content:encoded><![CDATA[
  1264.  
  1265.  <p>
  1266.    FFmpeg participated to the latest edition of
  1267.    the <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2015">Google
  1268.    Summer of Code</a> Project. FFmpeg got a total of 8 assigned
  1269.    projects, and 7 of them were successful.
  1270.  </p>
  1271.  
  1272.  <p>We want to thank <a href="https://www.google.com">Google</a>, the
  1273.    participating students, and especially the mentors who joined this
  1274.    effort. We're looking forward to participating in the next GSoC
  1275.    edition!
  1276.  </p>
  1277.  
  1278.  <p>
  1279.    Below you can find a brief description of the final outcome of
  1280.    each single project.
  1281.  </p>
  1282.  
  1283.  <h4>Basic servers for network protocols, mentee: Stephan Holljes, mentor: Nicolas George</h4>
  1284.  
  1285.  <p>
  1286.    Stephan Holljes's project for this session of Google Summer of Code was to
  1287.    implement basic HTTP server features for libavformat, to complement the
  1288.    already present HTTP client and RTMP and RTSP server code.
  1289.  </p>
  1290.  
  1291.  <p>
  1292.    The first part of the project was to make the HTTP code capable of accepting
  1293.    a single client; it was completed partly during the qualification period and
  1294.    partly during the first week of the summer. Thanks to this work, it is now
  1295.    possible to make a simple HTTP stream using the following commands:
  1296.  </p>
  1297.  
  1298.  <pre>
  1299.    ffmpeg -i /dev/video0 -listen 1 -f matroska \
  1300.    -c:v libx264 -preset fast -tune zerolatency http://:8080
  1301.    ffplay http://localhost:8080/
  1302.  </pre>
  1303.  
  1304.  <p>
  1305.    The next part of the project was to extend the code to be able to accept
  1306.    several clients, simultaneously or consecutively. Since libavformat did not
  1307.    have an API for that kind of task, it was necessary to design one. This part
  1308.    was mostly completed before the midterm and applied shortly afterwards.
  1309.    Since the ffmpeg command-line tool is not ready to serve several clients,
  1310.    the test ground for that new API is an example program serving hard-coded
  1311.    content.
  1312.  </p>
  1313.  
  1314.  <p>
  1315.    The last and most ambitious part of the project was to update ffserver to
  1316.    make use of the new API. It would prove that the API is usable to implement
  1317.    real HTTP servers, and expose the points where more control was needed. By
  1318.    the end of the summer, a first working patch series was undergoing code
  1319.    review.
  1320.  </p>
  1321.  
  1322.  <h4>Browsing content on the server, mentee: Mariusz SzczepaĹ„czyk, mentor: Lukasz Marek</h4>
  1323.  
  1324.  <p>
  1325.    Mariusz finished an API prepared by the FFmpeg community and implemented
  1326.    Samba directory listing as qualification task.
  1327.  </p>
  1328.  
  1329.  <p>
  1330.    During the program he extended the API with the possibility to
  1331.    remove and rename files on remote servers. He completed the
  1332.    implementation of these features for file, Samba, SFTP, and FTP
  1333.    protocols.
  1334.  </p>
  1335.  
  1336.  <p>
  1337.    At the end of the program, Mariusz provided a sketch of an
  1338.    implementation for HTTP directory listening.
  1339.  </p>
  1340.  
  1341.  <h4>Directshow digital video capture, mentee: Mate Sebok, mentor: Roger Pack</h4>
  1342.  
  1343.  <p>
  1344.    Mate was working on directshow input from digital video sources. He
  1345.    got working input from ATSC input sources, with specifiable tuner.
  1346.  </p>
  1347.  
  1348.  <p>
  1349.    The code has not been committed, but a patch of it was sent to the
  1350.    ffmpeg-devel mailing list for future use.
  1351.  </p>
  1352.  
  1353.  <p>
  1354.    The mentor plans on cleaning it up and committing it, at least for the
  1355.    ATSC side of things. Mate and the mentor are still working trying to
  1356.    finally figure out how to get DVB working.
  1357.  </p>
  1358.  
  1359.  <h4>Implementing full support for 3GPP Timed Text Subtitles, mentee: Niklesh Lalwani, mentor: Philip Langdale</h4>
  1360.  
  1361.  <p>
  1362.    Niklesh's project was to expand our support for 3GPP Timed Text
  1363.    subtitles. This is the native subtitle format for mp4 containers, and
  1364.    is interesting because it's usually the only subtitle format supported
  1365.    by the stock playback applications on iOS and Android devices.
  1366.  </p>
  1367.  
  1368.  <p>
  1369.    ffmpeg already had basic support for these subtitles which ignored all
  1370.    formatting information - it just provided basic plain-text support.
  1371.  </p>
  1372.  
  1373.  <p>
  1374.    Niklesh did work to add support on both the encode and decode side for
  1375.    text formatting capabilities, such as font size/colour and effects like
  1376.    bold/italics, highlighting, etc.
  1377.  </p>
  1378.  
  1379.  <p>
  1380.    The main challenge here is that Timed Text handles formatting in a very
  1381.    different way from most common subtitle formats. It uses a binary
  1382.    encoding (based on mp4 boxes, naturally) and stores information
  1383.    separately from the text itself. This requires additional work to track
  1384.    which parts of the text formatting applies to, and explicitly dealing
  1385.    with overlapping formatting (which other formats support but Timed
  1386.    Text does not) so it requires breaking the overlapping sections into
  1387.    separate non-overlapping ones with different formatting.
  1388.  </p>
  1389.  
  1390.  <p>
  1391.    Finally, Niklesh had to be careful about not trusting any size
  1392.    information in the subtitles - and that's no joke: the now infamous
  1393.    Android stagefright bug was in code for parsing Timed Text subtitles.
  1394.  </p>
  1395.  
  1396.  <p>
  1397.    All of Niklesh's work is committed and was released in ffmpeg 2.8.
  1398.  </p>
  1399.  
  1400. <h4>libswscale refactoring, mentee: Pedro Arthur, mentors: Michael Niedermayer, Ramiro Polla</h4>
  1401.  
  1402.  <p>
  1403.    Pedro Arthur has modularized the vertical and horizontal scalers.
  1404.    To do this he designed and implemented a generic filter framework
  1405.    and moved the existing scaler code into it. These changes now allow
  1406.    easily adding removing, splitting or merging processing steps.
  1407.    The implementation was benchmarked and several alternatives were
  1408.    tried to avoid speed loss.
  1409.  </p>
  1410.  
  1411.  <p>
  1412.    He also added gamma corrected scaling support.
  1413.    An example to use gamma corrected scaling would be:
  1414.  </p>
  1415.  
  1416.  <pre>
  1417.    ffmpeg -i input -vf scale=512:384:gamma=1 output
  1418.  </pre>
  1419.  
  1420.  <p>
  1421.    Pedro has done impressive work considering the short time available,
  1422.    and he is a FFmpeg committer now. He continues to contribute to
  1423.    FFmpeg, and has fixed some bugs in libswscale after GSoC has
  1424.    ended.
  1425.  </p>
  1426.  
  1427.  <h4>AAC Encoder Improvements, mentee: Rostislav Pehlivanov, mentor: Claudio Freire</h4>
  1428.  
  1429.  <p>
  1430.    Rostislav Pehlivanov has implemented PNS, TNS, I/S coding and main
  1431.    prediction on the native AAC encoder. Of all those extensions, only
  1432.    TNS was left in a less-than-usable state, but the implementation has
  1433.    been pushed (disabled) anyway since it's a good basis for further
  1434.    improvements.
  1435.  </p>
  1436.  
  1437.  <p>
  1438.    PNS replaces noisy bands with a single scalefactor representing the
  1439.    energy of that band, gaining in coding efficiency considerably, and
  1440.    the quality improvements on low bitrates are impressive for such a
  1441.    simple feature.
  1442.  </p>
  1443.  
  1444.  <p>
  1445.    TNS still needs some polishing, but has the potential to reduce coding
  1446.    artifacts by applying noise shaping in the temporal domain (something
  1447.    that is a source of annoying, notable distortion on low-entropy
  1448.    bands).
  1449.  </p>
  1450.  
  1451.  <p>
  1452.    Intensity Stereo coding (I/S) can double coding efficiency by
  1453.    exploiting strong correlation between stereo channels, most effective
  1454.    on pop-style tracks that employ panned mixing. The technique is not as
  1455.    effective on classic X-Y recordings though.
  1456.  </p>
  1457.  
  1458.  <p>
  1459.    Finally, main prediction improves coding efficiency by exploiting
  1460.    correlation among successive frames. While the gains have not been
  1461.    huge at this point, Rostislav has remained active even after the GSoC,
  1462.    and is polishing both TNS and main prediction, as well as looking for
  1463.    further improvements to make.
  1464.  </p>
  1465.  
  1466.  <p>
  1467.    In the process, the MIPS port of the encoder was broken a few times,
  1468.    something he's also working to fix.
  1469.  </p>
  1470.  
  1471.  <h4>Animated Portable Network Graphics (APNG), mentee: Donny Yang, mentor: Paul B Mahol</h4>
  1472.  
  1473.  <p>
  1474.    Donny Yang implemented basic keyframe only APNG encoder as the
  1475.    qualification task. Later he wrote interframe compression via
  1476.    various blend modes. The current implementation tries all blend
  1477.    modes and picks one which takes the smallest amount of memory.
  1478.  </p>
  1479.  
  1480.  <p>
  1481.    Special care was taken to make sure that the decoder plays
  1482.    correctly all files found in the wild and that the encoder
  1483.    produces files that can be played in browsers that support APNG.
  1484.  </p>
  1485.  
  1486.  <p>
  1487.    During his work he was tasked to fix any encountered bug in the
  1488.    decoder due to the fact that it doesn't match APNG
  1489.    specifications. Thanks to this work, a long standing bug in the
  1490.    PNG decoder has been fixed.
  1491.  </p>
  1492.  
  1493.  <p>
  1494.    For latter work he plans to continue working on the encoder,
  1495.    making it possible to select which blend modes will be used in the
  1496.    encoding process. This could speed up encoding of APNG files.
  1497.  </p>
  1498.  
  1499.  
  1500.        ]]></content:encoded>
  1501.    </item>
  1502.    <item>
  1503.        <title>September 9th, 2015, FFmpeg 2.8</title>
  1504.        <link>http://ffmpeg.org/index.html#pr2.8</link>
  1505.        <guid>http://ffmpeg.org/index.html#pr2.8</guid>
  1506.        <content:encoded><![CDATA[
  1507.  <p>
  1508.    We published release <b><a href="download.html#release_2.8">2.8</a></b> as new major version.
  1509.    It contains all features and bug fixes of the git master branch from September 8th. Please see
  1510.    the <b><a href="https://raw.githubusercontent.com/FFmpeg/FFmpeg/release/2.8/Changelog">changelog</a></b>
  1511.    for a list of the most important changes.
  1512.  </p>
  1513.  <p>
  1514.    We recommend users, distributors and system integrators to upgrade unless they use current git master.
  1515.  </p>
  1516.  
  1517.  
  1518.        ]]></content:encoded>
  1519.    </item>
  1520.    <item>
  1521.        <title>August 1st, 2015, A message from the FFmpeg project</title>
  1522.        <link>http://ffmpeg.org/index.html#message</link>
  1523.        <guid>http://ffmpeg.org/index.html#message</guid>
  1524.        <content:encoded><![CDATA[
  1525.  <p>
  1526.    Dear multimedia community,
  1527.  </p>
  1528.  <p>
  1529.    The resignation of Michael Niedermayer as leader of FFmpeg yesterday has
  1530.    come by surprise. He has worked tirelessly on the FFmpeg project for many
  1531.    years and we must thank him for the work that he has done. We hope that in
  1532.    the future he will continue to contribute to the project. In the coming
  1533.    weeks, the FFmpeg project will be managed by the active contributors.
  1534.  </p>
  1535.  <p>
  1536.    The last four years have not been easy for our multimedia community - both
  1537.    contributors and users. We should now look to the future, try to find
  1538.    solutions to these issues, and to have reconciliation between the forks,
  1539.    which have split the community for so long.
  1540.  </p>
  1541.  <p>
  1542.    Unfortunately, much of the disagreement has taken place in inappropriate
  1543.    venues so far, which has made finding common ground and solutions
  1544.    difficult. We aim to discuss this in our communities online over the coming
  1545.    weeks, and in person at the <a
  1546.    href="https://www.videolan.org/videolan/events/vdd15/">VideoLAN Developer
  1547.    Days</a> in Paris in September: a neutral venue for the entire open source
  1548.    multimedia community.
  1549.  </p>
  1550.  <p>
  1551.    The FFmpeg project.
  1552.  </p>
  1553.  
  1554.  
  1555.        ]]></content:encoded>
  1556.    </item>
  1557.    <item>
  1558.        <title>July 4th, 2015, FFmpeg needs a new host</title>
  1559.        <link>http://ffmpeg.org/index.html#needhost</link>
  1560.        <guid>http://ffmpeg.org/index.html#needhost</guid>
  1561.        <content:encoded><![CDATA[
  1562.  <p><b>UPDATE:</b> We have received more than 7 offers for hosting and servers, thanks a lot to everyone!</p>
  1563.  <p>
  1564.    After graciously hosting our projects (<a href="http://www.ffmpeg.org">FFmpeg</a>, <a href="http://www.mplayerhq.hu">MPlayer</a>
  1565.    and <a href="http://rtmpdump.mplayerhq.hu">rtmpdump</a>) for 4 years, Arpi (our hoster) has informed us that we have to secure a new host somewhere else immediately.
  1566.  </p>
  1567.  <p>
  1568.    If you want to host an open source project, please let us know, either on <a href="http://ffmpeg.org/mailman/listinfo/ffmpeg-devel">ffmpeg-devel</a>
  1569.    mailing list or irc.freenode.net #ffmpeg-devel.
  1570.  </p>
  1571.  <p>
  1572.    We use about 4TB of storage and at least 4TB of bandwidth / month for various mailing lists, <a href="http://trac.ffmpeg.org">trac</a>, <a href="http://samples.ffmpeg.org">samples repo</a>, svn, etc.
  1573.  </p>
  1574.  
  1575.  
  1576.        ]]></content:encoded>
  1577.    </item>
  1578.    <item>
  1579.        <title>March 16, 2015, FFmpeg 2.6.1</title>
  1580.        <link>http://ffmpeg.org/index.html#pr2.6.1</link>
  1581.        <guid>http://ffmpeg.org/index.html#pr2.6.1</guid>
  1582.        <content:encoded><![CDATA[
  1583.  <p>
  1584.    We have made a new major release (<b><a href="download.html#release_2.6">2.6</a></b>)
  1585.    and now one week afterward 2.6.1. It contains all features and bugfixes of the git master branch from the 6th March.
  1586.    Please see the <b><a href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.6">Release Notes</a></b> for a
  1587.    list of note-worthy changes.
  1588.  </p>
  1589.  <p>
  1590.    We recommend users, distributors and system integrators to upgrade unless they use
  1591.    current git master.
  1592.  </p>
  1593.  
  1594.  
  1595.        ]]></content:encoded>
  1596.    </item>
  1597.    <item>
  1598.        <title>March 4, 2015, Google Summer of Code</title>
  1599.        <link>http://ffmpeg.org/index.html#gsoc2015</link>
  1600.        <guid>http://ffmpeg.org/index.html#gsoc2015</guid>
  1601.        <content:encoded><![CDATA[
  1602.  <p>
  1603.    FFmpeg has been accepted as a <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2015">Google Summer of Code</a> Project. If you wish to
  1604.    participate as a student see our <a href="https://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2015">project ideas page</a>.
  1605.    You can already get in contact with mentors and start working on qualification tasks. Registration
  1606.    at Google for students will open March 16th. Good luck!
  1607.  </p>
  1608.  
  1609.  
  1610.        ]]></content:encoded>
  1611.    </item>
  1612.    <item>
  1613.        <title>March 1, 2015, Chemnitzer Linux-Tage</title>
  1614.        <link>http://ffmpeg.org/index.html#clt2015</link>
  1615.        <guid>http://ffmpeg.org/index.html#clt2015</guid>
  1616.        <content:encoded><![CDATA[
  1617.  <p>
  1618.    We happily announce that FFmpeg will be represented at Chemnitzer Linux-Tage
  1619.    (CLT) in Chemnitz, Germany. The event will take place on 21st and 22nd of March.
  1620.  </p>
  1621.  
  1622.  <p>
  1623.    More information can be found <a href="https://chemnitzer.linux-tage.de/2015/en/">here</a>
  1624.  </p>
  1625.  
  1626.  <p>
  1627.    We demonstrate usage of FFmpeg, answer your questions and listen to
  1628.    your problems and wishes. <strong>If you have media files that cannot be
  1629.    processed correctly with FFmpeg, be sure to have a sample with you
  1630.    so we can have a look!</strong>
  1631.  </p>
  1632.  <p>
  1633.    For the first time in our CLT history, there will be an <strong>FFmpeg workshop</strong>!
  1634.    You can read the details <a href="https://chemnitzer.linux-tage.de/2015/de/programm/beitrag/209">here</a>.
  1635.    The workshop is targeted at FFmpeg beginners. First the basics of
  1636.    multimedia will be covered. Thereafter you will learn how to use
  1637.    that knowledge and the FFmpeg CLI tools to analyse and process media
  1638.    files. The workshop is in German language only and prior registration
  1639.    is necessary. The workshop will be on Saturday starting at 10 o'clock.
  1640.  </p>
  1641.  <p>
  1642.    We are looking forward to meet you (again)!
  1643.  </p>
  1644.  
  1645.  
  1646.        ]]></content:encoded>
  1647.    </item>
  1648.    <item>
  1649.        <title>December 5, 2014, FFmpeg 2.5</title>
  1650.        <link>http://ffmpeg.org/index.html#pr2.5</link>
  1651.        <guid>http://ffmpeg.org/index.html#pr2.5</guid>
  1652.        <content:encoded><![CDATA[
  1653.  <p>
  1654.    We have made a new major release (<b><a href="download.html#release_2.5">2.5</a></b>)
  1655.    It contains all features and bugfixes of the git master branch from the 4th December.
  1656.    Please see the <b><a href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.5">Release Notes</a></b> for a
  1657.    list of note-worthy changes.
  1658.  </p>
  1659.  <p>
  1660.    We recommend users, distributors and system integrators to upgrade unless they use
  1661.    current git master.
  1662.  </p>
  1663.  
  1664.  
  1665.        ]]></content:encoded>
  1666.    </item>
  1667.    <item>
  1668.        <title>October 10, 2014, FFmpeg is in Debian unstable again</title>
  1669.        <link>http://ffmpeg.org/index.html#ffmpeg_back_in_sid</link>
  1670.        <guid>http://ffmpeg.org/index.html#ffmpeg_back_in_sid</guid>
  1671.        <content:encoded><![CDATA[
  1672.  <p>
  1673.    We wanted you to know there are
  1674.    <a href="https://packages.debian.org/search?keywords=ffmpeg&amp;searchon=sourcenames&amp;suite=unstable&amp;section=main">
  1675.    FFmpeg packages in Debian unstable</a> again. <strong>A big thank-you
  1676.    to Andreas Cadhalpun and all the people that made it possible.</strong> It has been anything but simple.
  1677.  </p>
  1678.  <p>
  1679.    Unfortunately that was already the easy part of this news. The bad news is the packages probably won't
  1680.    migrate to Debian testing to be in the upcoming release codenamed jessie.
  1681.    <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763148">Read the argumentation over at Debian.</a>
  1682.  </p>
  1683.  <p>
  1684.    <strong>However things will come out in the end, we hope for your continued remarkable support!</strong>
  1685.  </p>
  1686.  
  1687.  
  1688.        ]]></content:encoded>
  1689.    </item>
  1690.    <item>
  1691.        <title>October 8, 2014, FFmpeg secured a place in OPW!</title>
  1692.        <link>http://ffmpeg.org/index.html#opw03</link>
  1693.        <guid>http://ffmpeg.org/index.html#opw03</guid>
  1694.        <content:encoded><![CDATA[
  1695.  <p>
  1696.    Thanks to a generous 6K USD donation by Samsung (Open Source Group),
  1697.    FFmpeg will be welcoming at least 1 "Outreach Program for Women" intern
  1698.    to work with our community for an initial period starting December 2014
  1699.    (through March 2015).
  1700.  </p>
  1701.  
  1702.  <p>
  1703.    We all know FFmpeg is used by the industry, but even while there are
  1704.    countless products building on our code, it is not at all common for
  1705.    companies to step up and help us out when needed. So a big thank-you
  1706.    to Samsung and the OPW program committee!
  1707.  </p>
  1708.  
  1709.  <p>
  1710.    If you are thinking on participating in OPW as an intern, please take
  1711.    a look at our <a href="https://trac.ffmpeg.org/wiki/SponsoringPrograms/OPW/2014-12">OPW wiki page</a>
  1712.    for some initial guidelines. The page is still a work in progress, but
  1713.    there should be enough information there to get you started. If you, on
  1714.    the other hand, are thinking on sponsoring work on FFmpeg through the
  1715.    OPW program, please get in touch with us at opw@ffmpeg.org. With your
  1716.    help, we might be able to secure some extra intern spots for this round!
  1717.  </p>
  1718.  
  1719.  
  1720.        ]]></content:encoded>
  1721.    </item>
  1722.    <item>
  1723.        <title>September 15, 2014, FFmpeg 2.4</title>
  1724.        <link>http://ffmpeg.org/index.html#pr2.4</link>
  1725.        <guid>http://ffmpeg.org/index.html#pr2.4</guid>
  1726.        <content:encoded><![CDATA[
  1727.  <p>
  1728.    We have made a new major release (<b><a href="download.html#release_2.4">2.4</a></b>)
  1729.    It contains all features and bugfixes of the git master branch from the 14th September.
  1730.    Please see the <b><a href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.4">Release Notes</a></b> for a
  1731.    list of note-worthy changes.
  1732.  </p>
  1733.  <p>
  1734.    We recommend users, distributors and system integrators to upgrade unless they use
  1735.    current git master.
  1736.  </p>
  1737.  
  1738.  
  1739.        ]]></content:encoded>
  1740.    </item>
  1741.    <item>
  1742.        <title>August 20, 2014, FFmpeg 2.3.3, 2.2.7, 1.2.8</title>
  1743.        <link>http://ffmpeg.org/index.html#pr2.3.3</link>
  1744.        <guid>http://ffmpeg.org/index.html#pr2.3.3</guid>
  1745.        <content:encoded><![CDATA[
  1746.  <p>
  1747.    We have made several new point releases (<b><a href="download.html#release_2.3">2.3.3</a>,
  1748.      <a href="download.html#release_2.2">2.2.7</a>,
  1749.      <a href="download.html#release_1.2">1.2.8</a></b>).
  1750.    They fix various bugs, as well as CVE-2014-5271 and CVE-2014-5272.
  1751.    Please see the changelog for more details.
  1752.  </p>
  1753.  <p>
  1754.    We recommend users, distributors and system integrators to upgrade unless they use
  1755.    current git master.
  1756.  </p>
  1757.  
  1758.  
  1759.        ]]></content:encoded>
  1760.    </item>
  1761.    <item>
  1762.        <title>July 29, 2014, Help us out securing our spot in OPW</title>
  1763.        <link>http://ffmpeg.org/index.html#opw02</link>
  1764.        <guid>http://ffmpeg.org/index.html#opw02</guid>
  1765.        <content:encoded><![CDATA[
  1766.  <p>
  1767.    Following our previous post regarding our participation on this year's
  1768.    OPW (Outreach Program for Women), we are now reaching out to our users
  1769.    (both individuals and companies) to help us gather the needed money to
  1770.    secure our spot in the program.<br>
  1771.    We need to put together 6K USD as a minimum but securing more funds would
  1772.    help us towards getting more than one intern.<br>
  1773.    You can donate by credit card using
  1774.    <a href="https://co.clickandpledge.com/advanced/default.aspx?wid=56226">
  1775.    Click&amp;Pledge</a> and selecting the "OPW" option. If you would like to
  1776.    donate by money transfer or by check, please get in touch by
  1777.    <a href="mailto:opw@ffmpeg.org">e-mail</a> and we will get back to you
  1778.    with instructions.<br>Thanks!
  1779.  </p>
  1780.  
  1781.  
  1782.        ]]></content:encoded>
  1783.    </item>
  1784.    <item>
  1785.        <title>July 20, 2014, New website</title>
  1786.        <link>http://ffmpeg.org/index.html#newweb</link>
  1787.        <guid>http://ffmpeg.org/index.html#newweb</guid>
  1788.        <content:encoded><![CDATA[
  1789.  <p>
  1790.    The FFmpeg project is proud to announce a brand new version of the website
  1791.    made by <a href="http://db0.fr">db0</a>. While this was initially motivated
  1792.    by the need for a larger menu, the whole website ended up being redesigned,
  1793.    and most pages got reworked to ease navigation. We hope you'll enjoy
  1794.    browsing it.
  1795.  </p>
  1796.  
  1797.  
  1798.        ]]></content:encoded>
  1799.    </item>
  1800.    <item>
  1801.        <title>July 17, 2014, FFmpeg 2.3</title>
  1802.        <link>http://ffmpeg.org/index.html#pr2.3</link>
  1803.        <guid>http://ffmpeg.org/index.html#pr2.3</guid>
  1804.        <content:encoded><![CDATA[
  1805.  <p>
  1806.    We have made a new major release (<b><a href="download.html#release_2.3">2.3</a></b>)
  1807.    It contains all features and bugfixes of the git master branch from the 16th July.
  1808.    Please see the <b><a href="http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=489d066">Release Notes</a></b> for a
  1809.    list of note-worthy changes.
  1810.  </p>
  1811.  <p>
  1812.    We recommend users, distributors and system integrators to upgrade unless they use
  1813.    current git master.
  1814.  </p>
  1815.  
  1816.  
  1817.        ]]></content:encoded>
  1818.    </item>
  1819.    <item>
  1820.        <title>July 3, 2014, FFmpeg and the Outreach Program For Women</title>
  1821.        <link>http://ffmpeg.org/index.html#opw01</link>
  1822.        <guid>http://ffmpeg.org/index.html#opw01</guid>
  1823.        <content:encoded><![CDATA[
  1824.  <p>
  1825.    FFmpeg has started the process to become an OPW includer organization for the
  1826.    next round of the program, with internships starting December 9. The
  1827.    <a href="https://gnome.org/opw/">OPW</a> aims to "Help women (cis and trans)
  1828.    and genderqueer to get involved in free and open source software". Part of the
  1829.    process requires securing funds to support at least one internship (6K USD), so
  1830.    if you were holding on your donation to FFmpeg, this is a great chance for you
  1831.    to come forward, get in touch and help both the project and a great initiative!
  1832.  </p>
  1833.  <p>
  1834.    We have set up an <a href="mailto:opw@ffmpeg.org">email address</a> you can use
  1835.    to contact us about donations and general inquires regarding our participation
  1836.    in the program. Hope to hear from you soon!
  1837.  </p>
  1838.  
  1839.  
  1840.        ]]></content:encoded>
  1841.    </item>
  1842.    <item>
  1843.        <title>June 29, 2014, FFmpeg 2.2.4, 2.1.5, 2.0.5, 1.2.7, 1.1.12, 0.10.14</title>
  1844.        <link>http://ffmpeg.org/index.html#pr2.2.4</link>
  1845.        <guid>http://ffmpeg.org/index.html#pr2.2.4</guid>
  1846.        <content:encoded><![CDATA[
  1847.  <p>
  1848.    We have made several new point releases (<b><a href="download.html#release_2.2">2.2.4</a>,
  1849.      <a href="download.html#release_2.1">2.1.5</a>,
  1850.      <a href="download.html#release_2.0">2.0.5</a>,
  1851.      <a href="download.html#release_1.2">1.2.7</a>,
  1852.      <a href="download.html#release_1.1">1.1.12</a>,
  1853.      <a href="download.html#release_0.10">0.10.14</a></b>).
  1854.    They fix a
  1855.    <a href="http://blog.securitymouse.com/2014/06/raising-lazarus-20-year-old-bug-that.html">security issue in the LZO implementation</a>,
  1856.    as well as several other bugs. See the git log for details.
  1857.  </p>
  1858.  <p>
  1859.    We recommend users, distributors and system integrators to upgrade unless they use
  1860.    current git master.
  1861.  </p>
  1862.  
  1863.  
  1864.  
  1865.        ]]></content:encoded>
  1866.    </item>
  1867.    <item>
  1868.        <title>May 1, 2014, LinuxTag</title>
  1869.        <link>http://ffmpeg.org/index.html#lt2014</link>
  1870.        <guid>http://ffmpeg.org/index.html#lt2014</guid>
  1871.        <content:encoded><![CDATA[
  1872.  <p>
  1873.    Once again FFmpeg will be represented at LinuxTag in Berlin, Germany. The event will
  1874.    take place from 8th to 10th of May. Please note that this year's LinuxTag is at a
  1875.    different location closer to the city center.
  1876.  </p>
  1877.  
  1878.  <p>
  1879.    We will have a shared booth with XBMC and VideoLAN.
  1880.    <b>
  1881.      If you have media files that cannot be processed correctly with
  1882.      FFmpeg, be sure to have a sample with you so we can have a look!
  1883.    </b>
  1884.  </p>
  1885.  
  1886.  <p>
  1887.    More information about LinuxTag can be found <a href="http://www.linuxtag.org/2014/">here</a>
  1888.  </p>
  1889.  
  1890.  <p>
  1891.    We are looking forward to see you in Berlin!
  1892.  </p>
  1893.  
  1894.  
  1895.        ]]></content:encoded>
  1896.    </item>
  1897.    <item>
  1898.        <title>April 18, 2014, OpenSSL Heartbeat bug</title>
  1899.        <link>http://ffmpeg.org/index.html#heartbleed</link>
  1900.        <guid>http://ffmpeg.org/index.html#heartbleed</guid>
  1901.        <content:encoded><![CDATA[
  1902.  <p>
  1903.    Our server hosting the Trac issue tracker was vulnerable to the attack
  1904.    against OpenSSL known as "heartbleed". The OpenSSL software library
  1905.    was updated on 7th of April, shortly after the vulnerability was publicly
  1906.    disclosed. We have changed the private keys (and certificates) for all
  1907.    FFmpeg servers. The details were sent to the mailing lists by
  1908.    Alexander Strasser, who is part of the project server team. Here is a
  1909.    link to the user mailing list
  1910.    <a href="https://lists.ffmpeg.org/pipermail/ffmpeg-user/2014-April/020968.html">archive</a>
  1911.    .
  1912.  </p><p>
  1913.    We encourage you to read up on
  1914.    <a href="https://www.schneier.com/blog/archives/2014/04/heartbleed.html">"OpenSSL heartbleed"</a>.
  1915.    <b>It is possible that login data for the issue tracker was exposed to
  1916.      people exploiting this security hole. You might want to change your password
  1917.      in the tracker and everywhere else you used that same password.</b>
  1918.  </p>
  1919.  
  1920.  
  1921.        ]]></content:encoded>
  1922.    </item>
  1923.    <item>
  1924.        <title>April 11, 2014, FFmpeg 2.2.1</title>
  1925.        <link>http://ffmpeg.org/index.html#pr2.2.1</link>
  1926.        <guid>http://ffmpeg.org/index.html#pr2.2.1</guid>
  1927.        <content:encoded><![CDATA[
  1928.  <p>
  1929.    We have made a new point releases (<b><a href="download.html#release_2.2">2.2.1</a></b>).
  1930.    It contains bug fixes for Tickets #2893, #3432, #3469, #3486, #3495 and #3540 as well as
  1931.    several other fixes.
  1932.    See the git log for details.
  1933.  </p>
  1934.  
  1935.  
  1936.        ]]></content:encoded>
  1937.    </item>
  1938.    <item>
  1939.        <title>March 24, 2014, FFmpeg 2.2</title>
  1940.        <link>http://ffmpeg.org/index.html#pr2.2</link>
  1941.        <guid>http://ffmpeg.org/index.html#pr2.2</guid>
  1942.        <content:encoded><![CDATA[
  1943.  <p>
  1944.    We have made a new major release (<b><a href="download.html#release_2.2">2.2</a></b>)
  1945.    It contains all features and bugfixes of the git master branch from 1st March.
  1946.    A partial list of new stuff is below:
  1947.  </p>
  1948.  <pre>
  1949.    - HNM version 4 demuxer and video decoder
  1950.    - Live HDS muxer
  1951.    - setsar/setdar filters now support variables in ratio expressions
  1952.    - elbg filter
  1953.    - string validation in ffprobe
  1954.    - support for decoding through VDPAU in ffmpeg (the -hwaccel option)
  1955.    - complete Voxware MetaSound decoder
  1956.    - remove mp3_header_compress bitstream filter
  1957.    - Windows resource files for shared libraries
  1958.    - aeval filter
  1959.    - stereoscopic 3d metadata handling
  1960.    - WebP encoding via libwebp
  1961.    - ATRAC3+ decoder
  1962.    - VP8 in Ogg demuxing
  1963.    - side &amp; metadata support in NUT
  1964.    - framepack filter
  1965.    - XYZ12 rawvideo support in NUT
  1966.    - Exif metadata support in WebP decoder
  1967.    - OpenGL device
  1968.    - Use metadata_header_padding to control padding in ID3 tags (currently used in
  1969.    MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
  1970.    - Mirillis FIC video decoder
  1971.    - Support DNx444
  1972.    - libx265 encoder
  1973.    - dejudder filter
  1974.    - Autodetect VDA like all other hardware accelerations
  1975.  </pre>
  1976.  <p>
  1977.    We recommend users, distributors and system integrators to upgrade unless they use
  1978.    current git master.
  1979.  </p>
  1980.  
  1981.  
  1982.        ]]></content:encoded>
  1983.    </item>
  1984.    <item>
  1985.        <title>February 3, 2014, Chemnitzer Linux-Tage</title>
  1986.        <link>http://ffmpeg.org/index.html#clt2014</link>
  1987.        <guid>http://ffmpeg.org/index.html#clt2014</guid>
  1988.        <content:encoded><![CDATA[
  1989.  <p>
  1990.    We happily announce that FFmpeg will be represented at `Chemnitzer Linux-Tage'
  1991.    in Chemnitz, Germany. The event will take place on 15th and 16th of March.
  1992.  </p>
  1993.  
  1994.  <p>
  1995.    More information can be found <a href="http://chemnitzer.linux-tage.de/2014/en/info/">here</a>
  1996.  </p>
  1997.  
  1998.  <p>
  1999.    We invite you to visit us at our booth located in the Linux-Live area!
  2000.    There we will demonstrate usage of FFmpeg, answer your questions and listen to
  2001.    your problems and wishes.
  2002.  </p>
  2003.  <p>
  2004.    <b>
  2005.      If you have media files that cannot be processed correctly with
  2006.      FFmpeg, be sure to have a sample with you so we can have a look!
  2007.    </b>
  2008.  </p>
  2009.  <p>
  2010.    We are looking forward to meet you (again)!
  2011.  </p>
  2012.  
  2013.  
  2014.  
  2015.        ]]></content:encoded>
  2016.    </item>
  2017.    <item>
  2018.        <title>February 9, 2014, trac.ffmpeg.org / trac.mplayerhq.hu Security Breach</title>
  2019.        <link>http://ffmpeg.org/index.html#trac_sec</link>
  2020.        <guid>http://ffmpeg.org/index.html#trac_sec</guid>
  2021.        <content:encoded><![CDATA[
  2022.  <p>
  2023.    The server on which FFmpeg and MPlayer Trac issue trackers were
  2024.    installed was compromised. The affected server was taken offline
  2025.    and has been replaced and all software reinstalled.
  2026.    FFmpeg Git, releases, FATE, web and mailinglists are on other servers
  2027.    and were not affected. We believe that the original compromise happened
  2028.    to a server, unrelated to FFmpeg and MPlayer, several months ago.
  2029.    That server was used as a source to clone the VM that we recently moved
  2030.    Trac to. It is not known if anyone used the backdoor that was found.
  2031.  </p>
  2032.  <p>
  2033.    We recommend all users to change their passwords.
  2034.    <b>Especially users who use a password on Trac that they also use
  2035.      elsewhere, should change that password at least elsewhere.</b>
  2036.  </p>
  2037.  
  2038.  
  2039.  
  2040.        ]]></content:encoded>
  2041.    </item>
  2042.    <item>
  2043.        <title>November 12, 2013, FFmpeg RFP in Debian</title>
  2044.        <link>http://ffmpeg.org/index.html#ffmpeg_rfp</link>
  2045.        <guid>http://ffmpeg.org/index.html#ffmpeg_rfp</guid>
  2046.        <content:encoded><![CDATA[
  2047.  <p>
  2048.    Since the splitting of Libav the Debian/Ubuntu maintainers have followed
  2049.    the Libav fork. Many people have requested the packaging of ffmpeg in
  2050.    Debian, as it is more feature-complete and in many cases less buggy.
  2051.  </p>
  2052.  <p>
  2053.    <a href="http://cynic.cc/blog/">RogĂ©rio Brito</a>, a Debian developer,
  2054.    has proposed a Request For Package (RFP) in the Debian bug tracking
  2055.    system.
  2056.  </p>
  2057.  <p>
  2058.    Please let the Debian and Ubuntu developers know that you support packaging
  2059.    of the real FFmpeg! See Debian <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729203">ticket #729203</a>
  2060.    for more details.
  2061.  </p>
  2062.  
  2063.  
  2064.        ]]></content:encoded>
  2065.    </item>
  2066.    <item>
  2067.        <title>October 28, 2013, FFmpeg 2.1</title>
  2068.        <link>http://ffmpeg.org/index.html#pr2.1</link>
  2069.        <guid>http://ffmpeg.org/index.html#pr2.1</guid>
  2070.        <content:encoded><![CDATA[
  2071.  <p>
  2072.    We have made a new major release (<b><a href="download.html#release_2.1">2.1</a></b>)
  2073.    It contains all features and bugfixes of the git master branch from 28th October.
  2074.    A partial list of new stuff is below:
  2075.  </p>
  2076.  <pre>
  2077.    - aecho filter
  2078.    - perspective filter ported from libmpcodecs
  2079.    - ffprobe -show_programs option
  2080.    - compand filter
  2081.    - RTMP seek support
  2082.    - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate
  2083.    even when used as an input option. Previous behavior can be restored with
  2084.    the -noaccurate_seek option.
  2085.    - ffmpeg -t option can now be used for inputs, to limit the duration of
  2086.    data read from an input file
  2087.    - incomplete Voxware MetaSound decoder
  2088.    - read EXIF metadata from JPEG
  2089.    - DVB teletext decoder
  2090.    - phase filter ported from libmpcodecs
  2091.    - w3fdif filter
  2092.    - Opus support in Matroska
  2093.    - FFV1 version 1.3 is stable and no longer experimental
  2094.    - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
  2095.    - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be
  2096.    more consistent with other muxers.
  2097.    - adelay filter
  2098.    - pullup filter ported from libmpcodecs
  2099.    - ffprobe -read_intervals option
  2100.    - Lossless and alpha support for WebP decoder
  2101.    - Error Resilient AAC syntax (ER AAC LC) decoding
  2102.    - Low Delay AAC (ER AAC LD) decoding
  2103.    - mux chapters in ASF files
  2104.    - SFTP protocol (via libssh)
  2105.    - libx264: add ability to encode in YUVJ422P and YUVJ444P
  2106.    - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does
  2107.    - make decoding alpha optional for prores, ffv1 and vp6 by setting
  2108.    the skip_alpha flag.
  2109.    - ladspa wrapper filter
  2110.    - native VP9 decoder
  2111.    - dpx parser
  2112.    - max_error_rate parameter in ffmpeg
  2113.    - PulseAudio output device
  2114.    - ReplayGain scanner
  2115.    - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
  2116.    - Linux framebuffer output device
  2117.    - HEVC decoder, raw HEVC demuxer, HEVC demuxing in TS, Matroska and MP4
  2118.    - mergeplanes filter
  2119.  </pre>
  2120.  <p>
  2121.    We recommend users, distributors and system integrators to upgrade unless they use
  2122.    current git master.
  2123.  </p>
  2124.  
  2125.  <div class="text-right">
  2126.    <a href="archive.html" class="btn btn-lg btn-success"><i class="fa fa-chevron-right"></i> Past news</a>
  2127.  </div>
  2128.  
  2129. </div> <!-- index -->
  2130.  
  2131.          <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a></small></p>
  2132.        </div> <!-- page-content-inset -->
  2133.      </div> <!-- page-content-wrapper -->
  2134.    </div> <!-- wrapper -->
  2135.  
  2136.    <script src="js/jquery.min.js"></script>
  2137.    <script src="js/bootstrap.min.js"></script>
  2138.  
  2139.    <!-- Custom JavaScript for the Menu Toggle -->
  2140.    <script>
  2141.      $("#menu-toggle").click(function(e) {
  2142.          e.preventDefault();
  2143.          $("#wrapper").toggleClass("active");
  2144.      });
  2145.    </script>
  2146.  
  2147.  </body>
  2148. </html>
  2149.        ]]></content:encoded>
  2150.    </item>
  2151. </channel>
  2152. </rss>
  2153.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda