1. 07 Sep, 2010 4 commits
    • Jean-Paul Saman's avatar
      modules/video_filter/colorthres.c: set default values · d659fcdc
      Jean-Paul Saman authored
      The compiler complained about possible use uninitialized use of the variables
      i_u_offset, i_v_offset and i_y_offset.
      d659fcdc
    • Jean-Paul Saman's avatar
      mozilla: activex: update test.html · a624aaeb
      Jean-Paul Saman authored
      - use VLC MediaPlayer events
      - use unix style EOL
      a624aaeb
    • Jean-Paul Saman's avatar
      mozilla: activex: add cache filling level to event MediaPlayerBuffering · 366cc4b9
      Jean-Paul Saman authored
      Add cache filling level to the MediaPlayerBuffering event.
      366cc4b9
    • Jean-Paul Saman's avatar
      mozilla: rework events · bb12c0f1
      Jean-Paul Saman authored
      The mozilla webplugin events do not support arguments and expose all events available in libvlc. Most
      of these events are not usefull for the webplugins and not being able to pass arguments is another limiting
      issue. This patch addresses both problems at the same time.
      
      The mozilla webplugin limits supports to the libvlc_MediaPlayer* events just like the ActiveX webplugin does.
      These events are usefull in the context of a webplugin.
      
      Ommit the 'libvlc_' prefix from the libvlc_MediaPlayer* events to obtain the events name that must be
      used from JavaScript to listen on the event. Example:
      
      - libvlc_MediaPlayerOpening becomes 'MediaPlayerOpening'
      - libvlc_MediaPlayerNothingSpecial becoms 'MediaPlayerNothingSpecial'
      Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
      
      Conflicts:
      
      	projects/mozilla/vlcplugin.cpp
      	projects/mozilla/vlcplugin.h
      bb12c0f1
  2. 06 Sep, 2010 1 commit
  3. 05 Sep, 2010 3 commits
  4. 04 Sep, 2010 10 commits
  5. 03 Sep, 2010 7 commits
  6. 02 Sep, 2010 2 commits
  7. 01 Sep, 2010 3 commits
  8. 31 Aug, 2010 6 commits
  9. 29 Aug, 2010 2 commits
  10. 28 Aug, 2010 1 commit
  11. 26 Aug, 2010 1 commit