YuvPlayer works well
authorPeng Li <seudut@gmail.com>
Thu, 31 May 2018 09:32:41 +0000 (17:32 +0800)
committerPeng Li <seudut@gmail.com>
Thu, 31 May 2018 09:32:41 +0000 (17:32 +0800)
commit7de7c3da29277838e63b63ffd2512b4014b90fa7
tree906064c7facd65fcb21541a55afd9ae259396219
parent6f9d61a8fc090e669369ec1279818e0c3543313d
YuvPlayer works well
86 files changed:
Makefile [new file with mode: 0644]
third_party/sdl/bin/sdl2-config [new file with mode: 0755]
third_party/sdl/include/SDL2/SDL.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_assert.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_atomic.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_audio.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_bits.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_blendmode.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_clipboard.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_config.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_cpuinfo.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_egl.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_endian.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_error.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_events.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_filesystem.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_gamecontroller.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_gesture.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_haptic.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_hints.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_joystick.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_keyboard.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_keycode.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_loadso.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_log.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_main.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_messagebox.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_mouse.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_mutex.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_name.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_opengl.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_opengl_glext.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_opengles.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_opengles2.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_opengles2_gl2.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_opengles2_gl2ext.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_opengles2_gl2platform.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_opengles2_khrplatform.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_pixels.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_platform.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_power.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_quit.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_rect.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_render.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_revision.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_rwops.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_scancode.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_shape.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_stdinc.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_surface.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_system.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_syswm.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_assert.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_common.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_compare.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_crc32.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_font.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_fuzzer.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_harness.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_images.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_log.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_md5.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_memory.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_test_random.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_thread.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_timer.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_touch.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_types.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_version.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_video.h [new file with mode: 0644]
third_party/sdl/include/SDL2/SDL_vulkan.h [new file with mode: 0644]
third_party/sdl/include/SDL2/begin_code.h [new file with mode: 0644]
third_party/sdl/include/SDL2/close_code.h [new file with mode: 0644]
third_party/sdl/lib/cmake/SDL2/sdl2-config.cmake [new file with mode: 0644]
third_party/sdl/lib/libSDL2-2.0.0.dylib [new file with mode: 0755]
third_party/sdl/lib/libSDL2.a [new file with mode: 0644]
third_party/sdl/lib/libSDL2.dylib [new symlink]
third_party/sdl/lib/libSDL2.la [new file with mode: 0755]
third_party/sdl/lib/libSDL2_test.a [new file with mode: 0644]
third_party/sdl/lib/libSDL2_test.la [new file with mode: 0755]
third_party/sdl/lib/libSDL2main.a [new file with mode: 0644]
third_party/sdl/lib/libSDL2main.la [new file with mode: 0755]
third_party/sdl/lib/pkgconfig/sdl2.pc [new file with mode: 0644]
third_party/sdl/share/aclocal/sdl2.m4 [new file with mode: 0644]
yuvPlayer.cpp [new file with mode: 0644]