1. 14 Sep, 2016 1 commit
  2. 13 Sep, 2016 1 commit
  3. 11 Sep, 2016 4 commits
  4. 09 Sep, 2016 1 commit
  5. 08 Sep, 2016 4 commits
  6. 07 Sep, 2016 2 commits
  7. 06 Sep, 2016 1 commit
  8. 05 Sep, 2016 4 commits
  9. 04 Sep, 2016 4 commits
  10. 03 Sep, 2016 1 commit
  11. 31 Aug, 2016 3 commits
  12. 30 Aug, 2016 8 commits
  13. 29 Aug, 2016 5 commits
  14. 26 Aug, 2016 1 commit
    • Diego Biurrun's avatar
      libvpx: Cast a pointer to const to squelch a warning · 4ab49626
      Diego Biurrun authored
      libavcodec/libvpxdec.c:100:57: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type
               av_image_copy(picture->data, picture->linesize, img->planes,
      libavutil/imgutils.h:116:6: note: expected 'const uint8_t **' but argument is of type 'unsigned char **'
       void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],
      4ab49626