1. 17 Jul, 2010 11 commits
  2. 16 Jul, 2010 5 commits
  3. 15 Jul, 2010 13 commits
  4. 14 Jul, 2010 4 commits
  5. 12 Jul, 2010 1 commit
  6. 11 Jul, 2010 6 commits
    • Mark Lee's avatar
      Add functions to get/set audio delay. · 6f05b7ee
      Mark Lee authored
      Two new functions added:
      
       * val = libvlc_audio_get_delay( p_mi )
       * libvlc_audio_set_delay( p_mi, i_delay )
      
      The delay is measured in microseconds.
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      (cherry picked from commit b8a46d564f7d6c822b8dbe945af2bcb679a0e579)
      6f05b7ee
    • Rémi Denis-Courmont's avatar
      Warn if xcb-keysyms is missing · 57cb105e
      Rémi Denis-Courmont authored
      As suggested by Jan Janak <jan@ryngle.com>
      (cherry picked from commit 6bbabbb5)
      57cb105e
    • Kamil Klimek's avatar
      support for stream size in imem access module · a986f809
      Kamil Klimek authored
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      (cherry picked from commit eee7959f60de79984e1c691253e07e3e86c1333a)
      a986f809
    • Rémi Denis-Courmont's avatar
      Add LibVLC API for vmem · 69367cbb
      Rémi Denis-Courmont authored
      (cherry picked from commit 31150350679286f873c94fc670ddbafddaed7163)
      
      Conflicts:
      
      	src/control/media_player.c
      69367cbb
    • Rémi Denis-Courmont's avatar
      vmem: major rework · f726fceb
      Rémi Denis-Courmont authored
       - add an optional display callback,
       - make unlock callback optional (planes could be static),
       - pass an opaque picture identifier from lock to unlock and display
         callbacks (this would enable multiple pictures later),
       - pass pixel planes back to the unlock callback for convenience,
       - use pointer VLC variables instead of configuration strings,
       - fix an unlikely memory leak.
      (cherry picked from commit b401af054814d7067ef6217133b437e5fe695bfa)
      f726fceb
    • Rémi Denis-Courmont's avatar
      Add var_InheritAddress() · 06b5fc1b
      Rémi Denis-Courmont authored
      Returns NULL if the variable cannot be inherited - pointers can never
      be found in the configuration.
      (cherry picked from commit fd907c9abaa6304442ced84809bdb53600c922ca)
      
      Conflicts:
      
      	include/vlc_variables.h
      	src/misc/variables.c
      06b5fc1b