1. 15 Oct, 2014 3 commits
  2. 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
  3. 08 Oct, 2014 1 commit
  4. 06 Oct, 2014 1 commit
    • Rémi Denis-Courmont's avatar
      vdpau: add av_vdpau_bind_context() · e3e158e8
      Rémi Denis-Courmont authored
      This function provides an explicit VDPAU device and VDPAU driver to
      libavcodec, so that the application is relieved from codec specifics
      and VdpDevice life cycle management.
      
      A stub flags parameter is added for future extension. For instance, it
      could be used to ignore codec level capabilities (if someone feels
      dangerous).
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      e3e158e8
  5. 03 Oct, 2014 1 commit
    • Joakim Roubert's avatar
      hlsenc: Add parameter -hls_allow_cache · 55f03d87
      Joakim Roubert authored
      The -hls_allow_cache parameter enables explicitly setting the
      EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates
      whether the client MAY or MUST NOT cache downloaded media
      segments for later replay.
      
      Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE
      will not show in the manifest for other values (or if
      -hls_allow_cache is not used.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      55f03d87
  6. 10 Sep, 2014 1 commit
  7. 06 Sep, 2014 1 commit
  8. 04 Sep, 2014 1 commit
  9. 03 Sep, 2014 1 commit
  10. 28 Aug, 2014 1 commit
  11. 26 Aug, 2014 1 commit
  12. 25 Aug, 2014 2 commits
  13. 18 Aug, 2014 1 commit
  14. 13 Aug, 2014 5 commits
  15. 10 Aug, 2014 1 commit
  16. 09 Aug, 2014 1 commit
  17. 08 Aug, 2014 1 commit
  18. 07 Aug, 2014 2 commits
  19. 05 Aug, 2014 1 commit
  20. 04 Aug, 2014 4 commits
  21. 03 Aug, 2014 3 commits
  22. 01 Aug, 2014 1 commit
  23. 29 Jul, 2014 1 commit
  24. 28 Jul, 2014 1 commit
  25. 26 Jul, 2014 2 commits
  26. 21 Jul, 2014 1 commit