1. 18 6月, 2017 1 次提交
  2. 17 10月, 2016 1 次提交
  3. 13 7月, 2015 1 次提交
  4. 22 4月, 2015 1 次提交
  5. 15 7月, 2014 1 次提交
  6. 24 6月, 2014 1 次提交
  7. 19 5月, 2014 5 次提交
  8. 13 5月, 2014 3 次提交
  9. 07 5月, 2014 1 次提交
  10. 03 3月, 2014 1 次提交
  11. 03 11月, 2013 1 次提交
  12. 02 11月, 2013 4 次提交
  13. 01 11月, 2013 1 次提交
    • G
      Add HEVC decoder · 064698d3
      Guillaume Martres 提交于
      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: NAnton Khirnov <anton@khirnov.net>
      064698d3
  14. 28 10月, 2013 1 次提交
  15. 27 10月, 2013 1 次提交
    • M
      avcodec/hevcpred_template: Fix integer overflows · 09ef98f1
      Michael Niedermayer 提交于
      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: NMichael Niedermayer <michaelni@gmx.at>
      09ef98f1
  16. 23 10月, 2013 1 次提交
  17. 20 10月, 2013 1 次提交
  18. 16 10月, 2013 2 次提交