1. 17 Sep, 2012 1 commit
  2. 12 Sep, 2012 1 commit
  3. 05 Sep, 2012 2 commits
  4. 04 Sep, 2012 1 commit
  5. 15 Aug, 2012 1 commit
  6. 12 Aug, 2012 1 commit
  7. 10 Aug, 2012 1 commit
  8. 08 Aug, 2012 1 commit
  9. 03 Aug, 2012 1 commit
    • Diego Biurrun's avatar
      x86: build: replace mmx2 by mmxext · 239fdf1b
      Diego Biurrun authored
      Refactoring mmx2/mmxext YASM code with cpuflags will force renames.
      So switching to a consistent naming scheme beforehand is sensible.
      The name "mmxext" is more official and widespread and also the name
      of the CPU flag, as reported e.g. by the Linux kernel.
      239fdf1b
  10. 30 Jul, 2012 1 commit
  11. 27 Jul, 2012 1 commit
  12. 14 Jul, 2012 1 commit
  13. 04 Jul, 2012 3 commits
  14. 26 Jun, 2012 1 commit
    • Stefano Sabatini's avatar
      lavu/imgutils: create misc functions for dealing with buffers · e6674e46
      Stefano Sabatini authored
      Move the lavc/imgconvert functions and rename them as follows:
      avpicture_get_size -> av_image_get_buffer_size()
      avpicture_fill     -> av_image_fill_arrays()
      avpicture_layout   -> av_image_copy_to_buffer()
      
      The new functions have an align parameter, which allows to define the
      linesize alignment assumed in the buffer (which is set or read).
      
      The names of the functions are consistent with the lavu/samples API
      (av_samples_get_buffer_size(), av_samples_fill_arrays()).
      e6674e46
  15. 24 Jun, 2012 1 commit