1. 21 Oct, 2015 4 commits
    • Rostislav Pehlivanov's avatar
      lavf: add oggparsedaala and bump micro · 0f87cbdd
      Rostislav Pehlivanov authored
      This commit introduces a parser for the current bitstream produced by
      Daala. It currently bears a large similarity with Theora, another
      codec produced by Xiph. While likely to change in the future, its basic
      format of packet parsing should remain fairly identical with its current
      structure.
      Once the bitstream freezes, there are a few probable simplifications
      that could be made. Also, the current version (major, minor and micro)
      is stuck at zero so it's unusable as a way to warn about possible
      incompatibilities. This will change once the bitstream freezes,
      however until then this file is strictly targeting the current git
      master of the reference encoder, libdaala.
      
      This file was developed independently at the same time by both myself
      and Vittorio Giovara, who used libav as a starting point. For fairness,
      and to prevent confusion and allegations, his name has been added to the
      copyright in the license header as well, and vice versa.
      0f87cbdd
    • Rostislav Pehlivanov's avatar
      lavc: add AV_CODEC_ID_DAALA to the list of codec IDs and bump minor · b7c9873b
      Rostislav Pehlivanov authored
      This commit shall introduce the first step of adding support for the
      Daala next generation video codec to FFmpeg. Although still in
      development, the codec is showing good progress and exchanging work
      through IETF drafts. The companies behind Daala are also participating
      in the Alliance for Open Media, so it's likely that whatever the result
      any of these collaborations produce it's probable that elements from
      Daala could be used in them, or perhaps this codec itself could be the
      result.
      b7c9873b
    • James Zern's avatar
      libvpxenc: remove some unused ctrl id mappings · 6540fe04
      James Zern authored
      VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed
      from libvpx and the remaining values were never used here
      Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      Signed-off-by: 's avatarJames Zern <jzern@google.com>
      6540fe04
    • Timothy Gu's avatar
      huffyuvencdsp: Convert ff_diff_bytes_mmx to yasm · 6b41b441
      Timothy Gu authored
      Heavily based upon ff_add_bytes by Christophe Gisquet.
      Reviewed-by: 's avatarJames Almer <jamrial@gmail.com>
      Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
      6b41b441
  2. 20 Oct, 2015 10 commits
  3. 19 Oct, 2015 8 commits
  4. 18 Oct, 2015 13 commits
  5. 17 Oct, 2015 5 commits