1. 08 Feb, 2011 3 commits
    • Jean-Paul Saman's avatar
      access/v4l2.c: Tell vlc what framerate the device delivers · 83af30dd
      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.
      83af30dd
    • Jean-Paul Saman's avatar
      access/v4l2: remove framerate reduction code. · 05a0de39
      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.
      05a0de39
    • Jean-Paul Saman's avatar
      96162813
  2. 07 Feb, 2011 5 commits
  3. 04 Feb, 2011 2 commits
  4. 03 Feb, 2011 2 commits
  5. 01 Feb, 2011 17 commits
  6. 30 Jan, 2011 11 commits