1. 13 Apr, 2011 3 commits
    • Jean-Paul Saman's avatar
      access/v4l2.c: Tell vlc what framerate the device delivers · 12c7fd8d
      Jean-Paul Saman authored
      The framerate as specified by the user or detected by the v4l2 access input was
      overwritten by the rawvideo decoder. The module did not specify:
      
      	es_fmt.video.i_frame_rate
      	es_fmt.video.i_frame_rate_base
      
      Their default values are 0. The rawvideo decoder detects that there is no framerate
      specified and resorts to its own default (fps 25.0). Through setting framerate and
      framerate_base in the v4l2 es format the correct fps is communicated to vlc core.
      12c7fd8d
    • Jean-Paul Saman's avatar
      access/v4l2: remove framerate reduction code. · a40c6777
      Jean-Paul Saman authored
      The framerate reduction code is not needed. If the user did not set
      the requested framerate, then the v4l2 module asks the driver for its
      default value. When fps is specified by the user then that one is used.
      a40c6777
    • Jean-Paul Saman's avatar
      5abe9f8f
  2. 12 Apr, 2011 1 commit
  3. 11 Apr, 2011 14 commits
  4. 10 Apr, 2011 15 commits
  5. 09 Apr, 2011 6 commits
  6. 08 Apr, 2011 1 commit