1. 23 Nov, 2013 1 commit
  2. 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
  3. 09 Feb, 2013 1 commit
  4. 11 Nov, 2012 1 commit
  5. 12 Sep, 2012 1 commit
  6. 15 Aug, 2012 1 commit
  7. 30 Jul, 2012 3 commits
  8. 10 Jun, 2012 4 commits
  9. 07 Jun, 2012 1 commit
  10. 08 Apr, 2012 1 commit
  11. 05 Apr, 2012 1 commit
  12. 22 Feb, 2012 1 commit
  13. 21 Feb, 2012 1 commit
  14. 15 Feb, 2012 1 commit
  15. 16 Jan, 2012 1 commit
  16. 25 Nov, 2011 2 commits
  17. 09 Nov, 2011 1 commit
  18. 07 Nov, 2011 1 commit
  19. 06 Nov, 2011 1 commit
  20. 07 Oct, 2011 1 commit
  21. 06 Oct, 2011 1 commit
  22. 02 Oct, 2011 1 commit
  23. 11 Sep, 2011 2 commits
  24. 28 Aug, 2011 1 commit
  25. 28 Jul, 2011 1 commit
  26. 07 Jun, 2011 1 commit
  27. 19 Mar, 2011 1 commit
  28. 16 Feb, 2011 1 commit
  29. 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
  30. 13 Jan, 2011 1 commit
  31. 21 Nov, 2010 1 commit