https://github.com/shaobin0604/faplayer

sort by:
Revision Author Date Message Commit Date
46412ae fix locale 01 March 2011, 07:03:14 UTC
caac0f3 a little faster video output(average from 12ms to 5ms) 28 February 2011, 08:14:55 UTC
25fe8a0 ffmpeg 0b32da90f893b3e04ead18a546252e241a6a0988 28 February 2011, 08:11:51 UTC
d1171a5 merge with vlc 1.2.0 git 27 February 2011, 09:15:28 UTC
9312fa9 prepare to merge 27 February 2011, 07:26:27 UTC
f96dfba add a build script 21 February 2011, 13:51:24 UTC
ac16d2e add a build script 21 February 2011, 13:47:56 UTC
50f9aaa build for arm1136j-s target by default(not including ffmpeg) 21 February 2011, 10:16:45 UTC
efcbafe do everything in ARM mode 20 February 2011, 14:49:33 UTC
5bca07d prefer configuration rather than hardcode 20 February 2011, 12:34:25 UTC
ee81f6f fix an error in video output 18 February 2011, 16:41:17 UTC
a90cb26 simplified audio output 17 February 2011, 10:29:28 UTC
83b3ee8 modify some ffmpeg build flags 17 February 2011, 10:28:52 UTC
2b02959 add missing version.h 17 February 2011, 08:14:04 UTC
d12b45f add missing config.h 17 February 2011, 08:00:49 UTC
b91a6e9 re-add freetype 17 February 2011, 04:03:02 UTC
44b7ad1 discard .git in freetype source tree 17 February 2011, 04:02:10 UTC
7081384 add freetype and libass 17 February 2011, 03:46:52 UTC
7496c17 add libiconv 15 February 2011, 14:07:49 UTC
cdbbc74 fix issues around pthread_cancel and add libiconv 15 February 2011, 14:06:28 UTC
0545f19 try to fix some issues around pthread_cancel 14 February 2011, 07:52:26 UTC
4c80611 more working controls 10 February 2011, 06:29:37 UTC
a99f066 basic display place handling 08 February 2011, 15:08:57 UTC
2098149 update ffmpeg 02 February 2011, 15:48:06 UTC
fb7a51c update to vlc-1.1.7 02 February 2011, 13:07:33 UTC
a0f8eca implement basic control 02 February 2011, 08:25:41 UTC
262f6c8 misc 27 January 2011, 03:23:05 UTC
989ad83 add a basic configuration file, prefer performance to quality for ffmpeg 27 January 2011, 03:21:05 UTC
ceaff67 fix bug arround getSurface 27 January 2011, 03:19:58 UTC
9bc021d also add assets 26 January 2011, 09:23:01 UTC
b0700d2 fix video output blinking issue 26 January 2011, 09:20:06 UTC
98e0543 force demuxing to use avformat 25 January 2011, 12:39:17 UTC
48f18a7 fix fc on android-9 25 January 2011, 03:20:11 UTC
1b4c1e6 also check cpu architecture while finding modules 23 January 2011, 07:29:26 UTC
34eb2cf build both armv6j and armv7-a ffmpeg 22 January 2011, 12:52:49 UTC
8ae0c56 move compat sources to vlc/compat 21 January 2011, 04:13:56 UTC
12c6c73 also show __msg_rc in logcat 20 January 2011, 13:36:08 UTC
dd5b65c missing AndroidManifest.xml 20 January 2011, 13:32:52 UTC
a3a9d5f generally running... 20 January 2011, 13:30:46 UTC
3d2dbb8 audio output for android using AudioTrack 14 January 2011, 03:19:01 UTC
45d093f vlc-1.1.5 14 January 2011, 01:58:54 UTC
586e530 major restruction for vlc 14 January 2011, 01:56:17 UTC
0870da6 some pthread port from aosp-g(for vlc player compat layer) 09 January 2011, 08:27:00 UTC
7cdd67c update ffmpeg, happy 11.11 11 November 2010, 05:30:19 UTC
f851117 minor adjustment 10 November 2010, 08:12:18 UTC
0355729 change frame skip and frame drop 06 November 2010, 06:46:57 UTC
dcf3fb3 clean 04 November 2010, 08:45:10 UTC
abb0148 wrong fps and sigfault bug fix 04 November 2010, 08:36:41 UTC
9d6e390 fixed milestone, x10i 2.1 issue 03 November 2010, 12:14:15 UTC
cdf8485 horrible! roll back to old method 29 October 2010, 14:33:06 UTC
b29be44 do convert in another thread 29 October 2010, 03:57:28 UTC
a4f618d buggy new vo method, slower but removed dependency of aosp source tree of vo, should solve issues on milestone 28 October 2010, 10:15:32 UTC
5bfde6e add prebuilt libraries, too 26 October 2010, 02:14:56 UTC
bd3b495 when the activity goes to background, vo->display will block, confirmed 25 October 2010, 12:45:24 UTC
d1713a4 back to aosp-d, fixed a leak in samples 24 October 2010, 10:01:17 UTC
2eb043c mistake, and try to handle broken audio pts 22 October 2010, 10:16:45 UTC
8c76416 audio output is now fixed 22 October 2010, 09:44:07 UTC
22bce69 cupcake compatible 21 October 2010, 03:52:21 UTC
a44be94 is audio convert fixed? 20 October 2010, 15:29:33 UTC
9db80aa ffmpeg 20101020, ffmpeg.rb script port to ruby-1.9.2, and try to handle SAMPLE_FMT_FLT and so on 20 October 2010, 11:20:12 UTC
ab207e7 make decode thread prority higher 22 September 2010, 05:59:26 UTC
f077d0b try to handle broken pts and a better sync method 19 September 2010, 15:51:57 UTC
1d9bbbc try to handle higher bit rate by dropping frames 18 September 2010, 15:33:46 UTC
87e0120 changed player_play() 16 September 2010, 13:54:27 UTC
f19b4c4 almost fixed 16 September 2010, 09:26:18 UTC
f80ec62 ffmpeg svn update, fix freezing when surface changes 15 September 2010, 09:34:15 UTC
3302aef nearly usable demo version 15 September 2010, 03:30:50 UTC
back to top