Skip to content
Snippets Groups Projects
  1. Dec 17, 2014
  2. Dec 10, 2014
  3. Dec 06, 2014
  4. Dec 02, 2014
  5. Nov 29, 2014
  6. Nov 24, 2014
  7. 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
  8. Nov 21, 2014
  9. Nov 20, 2014
  10. 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
  11. Nov 14, 2014
  12. Nov 10, 2014
  13. 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
  14. Oct 29, 2014
  15. Oct 28, 2014
  16. Oct 27, 2014
  17. Oct 24, 2014
  18. Oct 17, 2014
  19. Oct 16, 2014
  20. Oct 13, 2014
  21. Oct 11, 2014
  22. Oct 09, 2014
  23. Oct 06, 2014
  24. Oct 02, 2014
Loading