Skip to content
Snippets Groups Projects
  1. Feb 07, 2015
  2. Jan 30, 2015
  3. Jan 25, 2015
  4. Jan 24, 2015
  5. Jan 20, 2015
  6. Jan 14, 2015
  7. Jan 08, 2015
  8. Jan 01, 2015
  9. Dec 31, 2014
  10. Dec 17, 2014
  11. Dec 10, 2014
  12. Dec 06, 2014
  13. Dec 02, 2014
  14. Nov 29, 2014
  15. Nov 24, 2014
  16. Nov 22, 2014
    • KO Myung-Hun's avatar
      libstream_out_standard_plugin: fix linkage on OS/2 · 3180272a
      KO Myung-Hun authored and Rémi Denis-Courmont's avatar Rémi Denis-Courmont committed
      
      Move freeaddrinfo() to compat/.
      
      -----
        CCLD     libstream_out_standard_plugin.la
      weakld: error: Unresolved symbol (UNDEF) '_freeaddrinfo'.
      weakld: info: The symbol is referenced by:
          P:\tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj
      Ignoring unresolved externals reported from weak prelinker.
      Error! E2028: _freeaddrinfo is an undefined reference
      file P:/tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj(ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj): undefined symbol _freeaddrinfo
      -----
      
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      3180272a
  17. Nov 21, 2014
  18. Nov 20, 2014
  19. Nov 15, 2014
    • Thomas Guillem's avatar
      modules: add android_window vout · 8a709642
      Thomas Guillem authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      
       - used for direct and non direct rendering (replace opaque.c)
      
       - use nativewindowpriv: more control than the public api, since you can set
         orientation, crop, cancel a buffer without displaying it and allocate more
         than one buffers.
      
       - fallback to nativewindow if nativewindowpriv fails (with only one buffer in
         the pool then).
      
       - Only one way to display subtitles: use a seperate android surface.
      
       - Fix subtiles display in case or source aspect != 1.
      
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      8a709642
  20. Nov 14, 2014
  21. Nov 10, 2014
  22. Nov 04, 2014
    • Martell Malone's avatar
      Fix AC_PATH_PROGS for cygwin and msys2 · 636b6c31
      Martell Malone authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      
      Fixes searching for native qt5 progs on cygwin and msys2
      
      The reason for the issue is that on windows if there is a space in the path
      or if the program is prepends with .exe and we specify the search PATH
      in AC_PATH_PROGS we must enclose them in quotes or the program will not be
      found.
      
      For future reference, if anyone uses AC_PATH_PROGS please enclose defined
      search paths (if you have any) in quotes
      
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      636b6c31
  23. Oct 29, 2014
  24. Oct 28, 2014
  25. Oct 27, 2014
  26. Oct 24, 2014
  27. Oct 17, 2014
  28. Oct 16, 2014
  29. Oct 13, 2014
Loading