1. 20 Jul, 2010 1 commit
    • Jean-Paul Saman's avatar
      modules/video_output/fb.c: Clear display by making it black. · 09976bb9
      Jean-Paul Saman authored
      The framebuffer video output cleared the display in multiple places and it only
      worked properly for RGB displays. This patch removes several memset() on the entire
      framebuffer.
      Clearing of the framebuffer is done in p_vout->pf_init() and p_vout->pf_end() taking
      the chroma of the video output into account. Only RGB2, RV15, RV16, RV24, RV32, UYVY,
      YUNV and Y422 chromas are currently supported.
      09976bb9
  2. 30 Jun, 2010 4 commits
  3. 18 Jun, 2010 1 commit
    • Jean-Paul Saman's avatar
      modules/video_chroma/davinci.c: Resizer: optimize non fullscreen case · 577fb0b7
      Jean-Paul Saman authored
      Optimize for the case where fullscreen is not requested. In that case just
      copy the lines into a black destination picture and let the TV do the scaling.
      If your TV does not do scaling, then you will see the video in original format.
      
      If the source and destination picture are not of the same chroma (YVUV), then
      use the resizer to do chroma conversion and scale at the same time.
      577fb0b7
  4. 25 May, 2010 1 commit
  5. 21 Apr, 2010 7 commits
  6. 31 Mar, 2010 3 commits
  7. 11 Mar, 2010 1 commit
    • Jean-Paul Saman's avatar
      contribs ffmpeg: · 4d7052eb
      Jean-Paul Saman authored
      Specifying a revision for ffmpeg has no influence on the libswscale. This will be
      the current head of libswscale which might conflict with ffmpeg's HEAD. The
      suggested revision to use is 29968, which must be forced by removing libswscale and
      checking out: svn co -r 29968 svn://svn.ffmpeg.org/mplayer/trunk/libswscale libswscale
      4d7052eb
  8. 19 Feb, 2010 4 commits
  9. 17 Feb, 2010 2 commits
  10. 12 Feb, 2010 1 commit
  11. 08 Feb, 2010 1 commit
  12. 01 Feb, 2010 1 commit
  13. 12 Jan, 2010 7 commits
  14. 10 Jan, 2010 3 commits
  15. 07 Jan, 2010 1 commit
  16. 06 Jan, 2010 2 commits