1. 24 Jan, 2017 2 commits
  2. 23 Aug, 2015 1 commit
  3. 04 Jul, 2014 1 commit
  4. 05 Jan, 2014 1 commit
  5. 17 Oct, 2013 1 commit
    • Stefano Sabatini's avatar
      lavu/channel_layout: change av_get_channel_layout() behavior at the next bump · d96e377c
      Stefano Sabatini authored
      The new syntax is preferred since it allows backward syntax compatibility
      with libswr when switching to the new option handling code with
      AV_OPT_TYPE_CHANNEL_LAYOUT.
      
      With the new parser the string:
      1234
      
      is interpreted as a channel layout mask, rather than as a number of
      channels, and thus it's compatible with the current way to set a channel
      layout as an integer (e.g. for the icl and ocl options) making use of
      integer option values.
      
      ff_get_channel_layout() with compat=0 will be used in the
      AV_OPT_TYPE_CHANNEL handler code.
      
      The user is encouraged to switch to the new forward compatible syntax,
      which requires to put a trailing "c" when specifying a layout as a number
      of channels.
      d96e377c
  6. 02 Dec, 2012 1 commit
  7. 11 Nov, 2012 1 commit
  8. 12 Sep, 2012 1 commit
  9. 30 Jul, 2012 2 commits
  10. 18 Jun, 2012 1 commit
  11. 10 Jun, 2012 3 commits
  12. 07 Jun, 2012 1 commit
  13. 08 Apr, 2012 1 commit
  14. 05 Apr, 2012 1 commit
  15. 08 Feb, 2012 1 commit
    • Alex Converse's avatar
      aacdec: Use correct speaker order for 7.1. · 314af0ff
      Alex Converse authored
      The spec says the following speaker mapping is default:
      center front speaker
      left, right center front speakers,
      left, right outside front speakers,
      left surround, right surround rear speakers,
      front low frequency effects speaker
      314af0ff
  16. 09 Dec, 2011 2 commits
  17. 25 Nov, 2011 1 commit
  18. 22 Nov, 2011 1 commit
  19. 09 Nov, 2011 1 commit
  20. 07 Oct, 2011 1 commit
  21. 02 Oct, 2011 1 commit
  22. 19 Mar, 2011 1 commit
  23. 16 Feb, 2011 1 commit
  24. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  25. 13 Jan, 2011 1 commit
  26. 21 Nov, 2010 1 commit