1. 10 Apr, 2011 1 commit
    • Oskar Arvidsson's avatar
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 8dbe5856
      Oskar Arvidsson authored
      This patch lets e.g. dsputil_init chose dsp functions with respect to
      the bit depth to decode. The naming scheme of bit depth dependent
      functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
      clear_blocks_c is now named clear_blocks_8_c).
      
      Note: Some of the functions for high bit depth is not dependent on the
      bit depth, but only on the pixel size. This leaves some room for
      optimizing binary size.
      
      Preparatory patch for high bit depth h264 decoding support.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      8dbe5856
  2. 25 Mar, 2011 1 commit
  3. 22 Mar, 2011 1 commit
  4. 19 Mar, 2011 1 commit
  5. 12 Mar, 2011 4 commits
  6. 18 Feb, 2011 3 commits
  7. 17 Feb, 2011 3 commits
  8. 16 Feb, 2011 1 commit
  9. 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
  10. 12 Feb, 2011 1 commit
  11. 11 Feb, 2011 3 commits
  12. 09 Feb, 2011 1 commit
  13. 08 Feb, 2011 1 commit
  14. 06 Feb, 2011 4 commits
  15. 04 Feb, 2011 4 commits
  16. 02 Feb, 2011 1 commit
  17. 01 Feb, 2011 1 commit
  18. 31 Jan, 2011 1 commit
  19. 30 Jan, 2011 3 commits
  20. 29 Jan, 2011 1 commit
  21. 28 Jan, 2011 2 commits
  22. 26 Jan, 2011 1 commit