1. 25 8月, 2016 4 次提交
  2. 09 7月, 2016 5 次提交
  3. 03 6月, 2016 6 次提交
  4. 14 4月, 2016 1 次提交
  5. 23 12月, 2015 4 次提交
  6. 18 12月, 2015 1 次提交
  7. 21 10月, 2015 2 次提交
  8. 01 10月, 2015 2 次提交
  9. 12 5月, 2015 2 次提交
  10. 01 5月, 2015 1 次提交
  11. 10 4月, 2015 1 次提交
  12. 04 3月, 2015 1 次提交
  13. 23 12月, 2014 1 次提交
  14. 05 12月, 2014 1 次提交
  15. 05 11月, 2014 1 次提交
  16. 29 10月, 2014 4 次提交
  17. 20 10月, 2014 1 次提交
  18. 26 9月, 2014 2 次提交
    • M
      [media] s5p_mfc: use static for some structs · ca5ea0c5
      Mauro Carvalho Chehab 提交于
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1334:28: warning: symbol 'mfc_buf_size_v5' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1341:25: warning: symbol 'buf_size_v5' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1347:26: warning: symbol 'mfc_buf_align_v5' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1360:28: warning: symbol 'mfc_buf_size_v6' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1368:25: warning: symbol 'buf_size_v6' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1374:26: warning: symbol 'mfc_buf_align_v6' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1392:28: warning: symbol 'mfc_buf_size_v7' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1400:25: warning: symbol 'buf_size_v7' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1406:26: warning: symbol 'mfc_buf_align_v7' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1419:28: warning: symbol 'mfc_buf_size_v8' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1427:25: warning: symbol 'buf_size_v8' was not declared. Should it be static?
      drivers/media/platform/s5p-mfc/s5p_mfc.c:1433:26: warning: symbol 'mfc_buf_align_v8' was not declared. Should it be static?
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      ca5ea0c5
    • S
      [media] s5p-mfc: Use decode status instead of display status on MFCv5 · 7c672812
      Sjoerd Simons 提交于
      Commit 90c0ae50 changed how the frame_type of a decoded frame
      gets determined, by switching from the get_dec_frame_type to
      get_disp_frame_type operation. Unfortunately it seems that on MFC v5 the
      result of get_disp_frame_type is always 0 (no display) when decoding
      (tested with H264), resulting in no frame ever being output from the
      decoder.
      
      This patch reverts MFC v5 to the previous behaviour while keeping the
      new behaviour for v6 and up.
      Signed-off-by: NSjoerd Simons <sjoerd.simons@collabora.co.uk>
      Signed-off-by: NKamil Debski <k.debski@samsung.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      7c672812