1. 12 Jul, 2015 1 commit
  2. 22 Apr, 2015 1 commit
  3. 15 Jul, 2014 1 commit
  4. 24 Jun, 2014 1 commit
  5. 19 May, 2014 5 commits
  6. 13 May, 2014 3 commits
  7. 06 May, 2014 1 commit
  8. 02 Mar, 2014 1 commit
  9. 02 Nov, 2013 4 commits
  10. 01 Nov, 2013 1 commit
  11. 31 Oct, 2013 1 commit
    • Guillaume Martres's avatar
      Add HEVC decoder · 064698d3
      Guillaume Martres authored
      Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC
      project. Further contributions by the OpenHEVC project and other
      developers, namely:
      
      Mickaël Raulet <mraulet@insa-rennes.fr>
      Seppo Tomperi <seppo.tomperi@vtt.fi>
      Gildas Cocherel <gildas.cocherel@laposte.net>
      Khaled Jerbi <khaled_jerbi@yahoo.fr>
      Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr>
      Vittorio Giovara <vittorio.giovara@gmail.com>
      Jan Ekström <jeebjp@gmail.com>
      Anton Khirnov <anton@khirnov.net>
      Martin Storsjö <martin@martin.st>
      Luca Barbato <lu_zero@gentoo.org>
      Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
      Reimar Döffinger <Reimar.Doeffinger@gmx.de>
      Diego Biurrun <diego@biurrun.de>
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      064698d3
  12. 27 Oct, 2013 2 commits
    • Mickaël Raulet's avatar
      hevc : cosmetic changes(cherry picked from commit 7308c0ccf13f18cebe4851e6dcd6b5c0b09be1dd) · 3c3ece24
      Mickaël Raulet authored
      Decreases the difference to Anton Khirnovs patch v5
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      3c3ece24
    • Michael Niedermayer's avatar
      avcodec/hevcpred_template: Fix integer overflows · 09ef98f1
      Michael Niedermayer authored
      signed integer overflow is undefined in C
      
      Fixes the following gcc warnings:
      In file included from libavcodec/hevcpred.c:27:0:
      libavcodec/hevcpred_template.c: In function ‘intra_pred_8’:
      libavcodec/hevcpred_template.c:302:9: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
      In file included from libavcodec/hevcpred.c:31:0:
      libavcodec/hevcpred_template.c: In function ‘intra_pred_9’:
      libavcodec/hevcpred_template.c:302:9: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
      In file included from libavcodec/hevcpred.c:35:0:
      libavcodec/hevcpred_template.c: In function ‘intra_pred_10’:
      libavcodec/hevcpred_template.c:302:9: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      09ef98f1
  13. 22 Oct, 2013 1 commit
  14. 20 Oct, 2013 1 commit
  15. 15 Oct, 2013 2 commits