1. 26 Jun, 2010 4 commits
    • Ilkka Ollakka's avatar
      ts-mux: repeat sps/pps on keyframes, should fix h264/ts streaming issues (hopefully) · 5512852e
      Ilkka Ollakka authored
      (cherry picked from commit ae74559c7270c8bc671b6992bf9484341ab23d01)
      Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
      5512852e
    • Rémi Denis-Courmont's avatar
      Fix vlc_pgettext · 516bb2b9
      Rémi Denis-Courmont authored
      (cherry picked from commit 3f573875f66043bf59609ac4398f09f1478dec4f)
      516bb2b9
    • Rémi Denis-Courmont's avatar
      Libvlc: bump SO minor version · 1255baa9
      Rémi Denis-Courmont authored
      (cherry picked from commit b83f330408feb2dc6df1b63b28e42869daddbeda)
      1255baa9
    • Frank Enderle's avatar
      Add adjust filter features to libvlc_media_player/libvlc_video · 14cd9a22
      Frank Enderle authored
      This patch exposes the adjust module to libvlc_media_player/libvlc_video
      and adds a frequently requested featureset: to manipulate brightness,
      contrast, gamma, saturation and hue through libvlc. The patch introduces
      a new set of functions analogous to
      libvlc_video_{get,set}_{marq,logo}_*, hence the use of the function set
      should be self explanatory.
      
      New Functions:
      
      * value = libvlc_video_get_adjust_int( p_mi, option );
      * libvlc_video_set_adjust_int( p_mi, option, value );
      * value = libvlc_video_get_adjust_float( p_mi, option );
      * libvlc_video_set_adjust_float( p_mi, option, value );
      
      New Options:
      
      * libvlc_adjust_Enable
      * libvlc_adjust_Contrast
      * libvlc_adjust_Brightness
      * libvlc_adjust_Hue
      * libvlc_adjust_Saturation
      * libvlc_adjust_Gamma
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      (cherry picked from commit a8fbe67ffbd0299169317074bdab82a84d35dc3b)
      
      Fix symbols after [a8fbe67ffbd0299169317074bdab82a84d35dc3b]
      14cd9a22
  2. 25 Jun, 2010 7 commits
  3. 24 Jun, 2010 4 commits
  4. 23 Jun, 2010 1 commit
  5. 22 Jun, 2010 3 commits
  6. 21 Jun, 2010 3 commits
  7. 20 Jun, 2010 16 commits
  8. 19 Jun, 2010 2 commits