1. 18 Oct, 2014 6 commits
  2. 17 Oct, 2014 15 commits
  3. 16 Oct, 2014 2 commits
  4. 15 Oct, 2014 13 commits
  5. 14 Oct, 2014 2 commits
  6. 13 Oct, 2014 2 commits
    • Anton Khirnov's avatar
      eabdc2a8
    • 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