1. 25 Feb, 2019 3 commits
  2. 22 Feb, 2019 1 commit
  3. 21 Feb, 2019 1 commit
  4. 20 Feb, 2019 2 commits
  5. 17 Feb, 2019 2 commits
  6. 13 Feb, 2019 2 commits
  7. 11 Feb, 2019 1 commit
  8. 10 Feb, 2019 4 commits
    • Reto Kromer's avatar
      doc/snow: fix typos · 21858b06
      Reto Kromer authored
      21858b06
    • Moritz Barsnick's avatar
      doc: fix various typos · 885a80d1
      Moritz Barsnick authored
      Found with the help of codespell-1.14.0.
      Signed-off-by: 's avatarMoritz Barsnick <barsnick@gmx.net>
      Signed-off-by: 's avatarGyan Doshi <ffmpeg@gyani.pro>
      885a80d1
    • Reto Kromer's avatar
      doc/filters: fix typos · d20902fd
      Reto Kromer authored
      Signed-off-by: 's avatarGyan Doshi <ffmpeg@gyani.pro>
      d20902fd
    • Jan Ekström's avatar
      add libaribb24 ARIB STD-B24 caption decoder · 100bfac6
      Jan Ekström authored
      * Outputs ASS lines with basic coloring and font scaling for each
        given region.
      * Sets the default style to the resolution of the subtitle plane
        (for example, 960x540 / 36pt font for profile A).
      * Has options to:
        * Disable ruby text (which is coded as regions which have
          half-height text in libaribb24).
          Enabled by default as without positioning ruby text only
          confuses as it is usually coded in the beginning of the decoded
          subtitle line.
        * Set the working directory, in which libaribb24 will read
          configuration as well as into which it may save broadcast extra
          symbols as PNG.
          Unset by default.
      
      The unconventional library check can be explained by the library's
      current master branch being licensed as LGPLv3, but at the time of
      writing the latest official release is still licensed under GPLv3.
      
      Thus, one either has to wait for the following release, or enable
      GPLv3.
      100bfac6
  9. 09 Feb, 2019 1 commit
  10. 07 Feb, 2019 1 commit
  11. 04 Feb, 2019 1 commit
  12. 02 Feb, 2019 1 commit
  13. 31 Jan, 2019 2 commits
    • Steven Liu's avatar
      avformat/hlsenc: add var_stream_map LANGUAGE field string parameter · 1e03d600
      Steven Liu authored
      use a:0,agroup:aud_low,default:Yes,language:CHN a:1,agroup:aud_low,language:ENG
              a:2,agroup:aud_high,default:YesYes,language:CHN a:3,agroup:aud_high,language:ENG
              v:0,agroup:aud_low v:1,agroup:aud_high
              create master m3u8 list.
      
      result:
      EXTM3U
      EXT-X-VERSION:3
      EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_0",DEFAULT=YES,LANGUAGE="CHN",URI="out_0.m3u8"
      EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_1",DEFAULT=NO,LANGUAGE="ENG",URI="out_1.m3u8"
      EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_2",DEFAULT=YES,LANGUAGE="CHN",URI="out_2.m3u8"
      EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_3",DEFAULT=NO,LANGUAGE="ENG",URI="out_3.m3u8"
      EXT-X-STREAM-INF:BANDWIDTH=1170400,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_low"
      out_4.m3u8
      EXT-X-STREAM-INF:BANDWIDTH=3440800,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_high"
      out_5.m3u8
      Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
      1e03d600
    • Steven Liu's avatar
      avformat/hlsenc: add var_stream_map DEFAULT field status parameter · 6a25bb5a
      Steven Liu authored
      use a:0,agroup:aud_low,default:Yes a:1,agroup:aud_low,
          a:2,agroup:aud_high,default:Yes a:3, agroup:aud_high,
          v:0,agroup:aud_low v:1,agroup:aud_high
          create master m3u8 list.
      
      result:
      EXTM3U
      EXT-X-VERSION:3
      EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_0",DEFAULT=YES,URI="out_0.m3u8"
      EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_1",DEFAULT=NO,URI="out_1.m3u8"
      EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_2",DEFAULT=YES,URI="out_2.m3u8"
      EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_3",DEFAULT=NO,URI="out_3.m3u8"
      EXT-X-STREAM-INF:BANDWIDTH=1170400,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_low"
      out_4.m3u8
      EXT-X-STREAM-INF:BANDWIDTH=3440800,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_high"
      out_5.m3u8
      Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
      6a25bb5a
  14. 28 Jan, 2019 1 commit
  15. 24 Jan, 2019 1 commit
  16. 23 Jan, 2019 1 commit
    • Mark Thompson's avatar
      vaapi_encode: Convert to send/receive API · 5fdcf85b
      Mark Thompson authored
      This attaches the logic of picking the mode of for the next picture to
      the output, which simplifies some choices by removing the concept of
      the picture for which input is not yet available.  At the same time,
      we allow more complex reference structures and track more reference
      metadata (particularly the contents of the DPB) for use in the
      codec-specific code.
      
      It also adds flags to explicitly track the available features of the
      different codecs.  The new structure also allows open-GOP support, so
      that is now available for codecs which can do it.
      5fdcf85b
  17. 21 Jan, 2019 1 commit
  18. 17 Jan, 2019 1 commit
  19. 12 Jan, 2019 2 commits
  20. 08 Jan, 2019 1 commit
  21. 05 Jan, 2019 1 commit
  22. 04 Jan, 2019 3 commits
  23. 01 Jan, 2019 3 commits
  24. 30 Dec, 2018 1 commit
  25. 29 Dec, 2018 1 commit
  26. 24 Dec, 2018 1 commit