1. 23 Jul, 2010 2 commits
    • Jean-Paul Saman's avatar
      davinci: video.c: do not query XDM_GETSTATUS on each decoded picture. · 184e6f1f
      Jean-Paul Saman authored
      On each picture the video decoder wrapper did query XDM_GETSTATUS for decoder status,
      but error information is alread available in p_sys->out_args in member 'extendedError'.
      This patch saves one syscall every picture (except the first). The first picture defines
      the output properties of the decoded pictures and these must be stored in p_dec->fmt_out.video.*
      to obtain correctly sized pictures (picture_t).
      184e6f1f
    • Jean-Paul Saman's avatar
      davinci: video.c: cleanup · 28f42bf7
      Jean-Paul Saman authored
      No functional changes, but just cleaning up.
      28f42bf7
  2. 20 Jul, 2010 2 commits
  3. 30 Jun, 2010 4 commits
  4. 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
  5. 25 May, 2010 1 commit
  6. 21 Apr, 2010 7 commits
  7. 31 Mar, 2010 3 commits
  8. 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
  9. 19 Feb, 2010 4 commits
  10. 17 Feb, 2010 2 commits
  11. 12 Feb, 2010 1 commit
  12. 08 Feb, 2010 1 commit
  13. 01 Feb, 2010 1 commit
  14. 12 Jan, 2010 7 commits
  15. 10 Jan, 2010 3 commits