]> git.sesse.net Git - vlc/history - src/android
mediacodec: Fix freeze when seeking on pause
[vlc] / src / android /
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-10-13 Thomas Guillemandroid: fix monotonic cond_timedwait on newer versions
2014-06-12 Adrien Magloandroid thread: do not init the "finished" semaphore...
2014-01-11 Edward WangAndroid: implement vlc_strerror and vlc_strerror_c
2014-01-02 Felix AbecassisRemove the deprecated vlc_atomic_t type.
2013-04-13 Jean-Baptiste KempfAndroid: always return an empty proxy
2012-11-14 Rémi Denis-CourmontAndroid: do not use semaphores from vlc_testcancel()
2012-10-17 Rafaël Carréandroid: fix detached threads leak
2012-10-16 Rémi Denis-CourmontAndroid: remove polling timer in mwait() and msleep()
2012-10-16 Rémi Denis-CourmontAndroid: remove contention in vlc_cond_wait()
2012-10-16 Rémi Denis-CourmontAndroid: use monotonic clock
2012-10-13 Rémi Denis-CourmontAndroid: compilation fixes
2012-10-12 Rémi Denis-CourmontAndroid: avoid polling timer in vlc_join()
2012-10-12 Rémi Denis-CourmontAndroid: do not screw up the signal mask on error
2012-10-12 Rémi Denis-CourmontAndroid: remove vlc_thread_t.detached and simplify
2012-10-12 Rémi Denis-CourmontAndroid: tag memory leak
2012-10-12 Rémi Denis-CourmontAndroid: thread->killable does not need to be atomic
2012-10-09 Rafaël Carréandroid: threads support
2012-10-04 Rafaël Carréandroid: add libvlc specific file