1. 12 Jun, 2017 1 commit
  2. 27 Jul, 2015 3 commits
  3. 13 Oct, 2014 1 commit
    • Anton Khirnov's avatar
      lavc: use a separate field for exporting audio encoder padding · 2df0c32e
      Anton Khirnov authored
      Currently, the amount of padding inserted at the beginning by some audio
      encoders, is exported through AVCodecContext.delay. However
      - the term 'delay' is heavily overloaded and can have multiple different
        meanings even in the case of audio encoding.
      - this field has entirely different meanings, depending on whether the
        codec context is used for encoding or decoding (and has yet another
        different meaning for video), preventing generic handling of the codec
        context.
      
      Therefore, add a new field -- AVCodecContext.initial_padding. It could
      conceivably be used for decoding as well at a later point.
      2df0c32e
  4. 06 Jun, 2014 1 commit
  5. 05 May, 2014 2 commits
    • Martin Storsjö's avatar
      libfdk-aac: Relicense the library wrappers to 2-clause BSD · 3828eb85
      Martin Storsjö authored
      This should make it possible for Fraunhofer to contribute to these
      wrappers - they didn't want to contribute to code under LGPL2.1 with
      the "or any later version" clause (which allowed using the code
      under the LGPL3 license).
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      3828eb85
    • Jean First's avatar
      libfdk-aacenc: Enable 7.1 channel encoding · 15fa856b
      Jean First authored
      7.1(wide) and 7.1(wide-side) channel layouts are supported in
      fdk-aac since the 0.1.3 release.
      
      The earlier versions of fdk-aac didn't include any library
      version defines in the public headers, thus checking for
      the AACENCODER_LIB_VL0 define is enough to know that we're
      building against a new enough version of fdk-aac.
      
      This change includes contributions by Tim Walker,
      Michael Niedermayer and Timothy Gu.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      15fa856b
  6. 03 Oct, 2013 1 commit
  7. 24 Jun, 2013 1 commit
  8. 09 Mar, 2013 1 commit
  9. 11 Feb, 2013 1 commit
  10. 14 Jan, 2013 1 commit
  11. 20 Dec, 2012 1 commit
  12. 11 Nov, 2012 1 commit
  13. 25 Sep, 2012 4 commits
  14. 04 Sep, 2012 2 commits
  15. 15 Aug, 2012 1 commit
  16. 07 Aug, 2012 1 commit
  17. 25 Jul, 2012 1 commit
  18. 15 Jul, 2012 1 commit
  19. 12 Jul, 2012 2 commits