1. 11 May, 2014 4 commits
    • Rafaël Carré's avatar
      update: sha1 is not mandatory anymore · db8f5176
      Rafaël Carré authored
      db8f5176
    • Rafaël Carré's avatar
      a3a04b83
    • Jean-Paul Saman's avatar
      video_output/vout_subpictures.c: Fix filters appearing and disappearing when... · 7d8714d9
      Jean-Paul Saman authored
      video_output/vout_subpictures.c: Fix filters appearing and disappearing when loaded for the first time.
      
      The sys->filter_chain_update and sys->source_chain_update interacted with each other, because
      the code was not carefull enough on when it is safe to overload 'sub-source' with the value of
      'sub-filter'. The 'sub-filter' chain can also be a 'sub-source', but not the otherway around.
      7d8714d9
    • Jean-Paul Saman's avatar
      libvlc: refactor sfilter enabling/disabling · 93900cd7
      Jean-Paul Saman authored
      Refactor sfilter enabling and disabling. One glitch stays present:
      A user needs to call libvlc_{logo,marq,adjust}_int{ p_mi, libvlc_{logo,marq,adjust}_Enable, twice initially. Once before setting options to get module to load and second after setting options. After this Enabling/Disabling works as expected.
      NOTE: when changing an option one MUST call
      libvlc_{logo,marq,adjust}_int{ p_mi, libvlc_{logo,marq,adjust}_Enable, again.
      
      The patch removes the dependency on the deprecated function vlc_object_find_name()
      93900cd7
  2. 10 May, 2014 15 commits
  3. 09 May, 2014 10 commits
  4. 07 May, 2014 7 commits
  5. 06 May, 2014 4 commits