|
1 | 1 | tag next |
2 | 2 | -------------------------------- |
3 | | -ios: support Xcode 7 |
4 | | -ios: drop support of iOS 5.x |
5 | | -ffmpeg: enable libavfilter |
6 | | -player: limited support of libavfilter |
7 | | -android: add ExoPlayer as an alternative backend player |
| 3 | +- ios: support Xcode 7 |
| 4 | +- ios: drop support of iOS 5.x |
| 5 | +- ffmpeg: enable libavfilter |
| 6 | +- player: limited support of libavfilter |
| 7 | +- android: add ExoPlayer as an alternative backend player |
8 | 8 |
|
9 | 9 | tag k0.4.1 |
10 | 10 | -------------------------------- |
11 | | -android: support downloading from jcenter |
| 11 | +- android: support downloading from jcenter |
12 | 12 |
|
13 | 13 | tag k0.4.0 |
14 | 14 | -------------------------------- |
15 | | -ffmpeg: switch to ffmpeg n2.8 |
| 15 | +- ffmpeg: switch to ffmpeg n2.8 |
16 | 16 |
|
17 | 17 | tag k0.3.3 |
18 | 18 | -------------------------------- |
19 | | -player: custom protocol as io hook |
20 | | -android/sample: support rotation meta (TextureView only) |
| 19 | +- player: custom protocol as io hook |
| 20 | +- android/sample: support rotation meta (TextureView only) |
21 | 21 |
|
22 | 22 | tag k0.3.2 |
23 | 23 | -------------------------------- |
24 | | -android: drop support of Eclipse |
25 | | -android: update to SDK 23 |
26 | | -android/sample: better UI |
27 | | -ios: support SAR |
28 | | -android/sample: support background play |
| 24 | +- android: drop support of Eclipse |
| 25 | +- android: update to SDK 23 |
| 26 | +- android/sample: better UI |
| 27 | +- ios: support SAR |
| 28 | +- android/sample: support background play |
29 | 29 |
|
30 | 30 | tag k0.3.1 |
31 | 31 | -------------------------------- |
32 | | -player: key-value options API |
33 | | -player: remove ijkutil |
34 | | -build: support cygwin |
35 | | -ios: optimize performance of VideoToolbox. |
| 32 | +- player: key-value options API |
| 33 | +- player: remove ijkutil |
| 34 | +- build: support cygwin |
| 35 | +- ios: optimize performance of VideoToolbox. |
36 | 36 |
|
37 | 37 | tag k0.3.0 |
38 | 38 | -------------------------------- |
39 | | -android: support build with Android Studio / Gradle |
40 | | -build: improve library fetch |
41 | | -openssl: switch to openssl 1.0.1o |
| 39 | +- android: support build with Android Studio / Gradle |
| 40 | +- build: improve library fetch |
| 41 | +- openssl: switch to openssl 1.0.1o |
42 | 42 |
|
43 | 43 | tag k0.2.4 |
44 | 44 | -------------------------------- |
45 | | -ios: remove armv7s build from default |
46 | | -player: introduce key-value options |
47 | | -ios: demo improvement |
48 | | -ios: support init/play in background. |
49 | | -ffmpeg: switch to ffmpeg n2.7 |
| 45 | +- ios: remove armv7s build from default |
| 46 | +- player: introduce key-value options |
| 47 | +- ios: demo improvement |
| 48 | +- ios: support init/play in background. |
| 49 | +- ffmpeg: switch to ffmpeg n2.7 |
50 | 50 |
|
51 | 51 | tag k0.2.3 |
52 | 52 | -------------------------------- |
53 | | -android: support OpenSL ES |
54 | | -ios: support NV12 Render |
55 | | -ios: support VideoToolBox |
56 | | -ffmpeg: switch to ffmpeg n2.6 |
| 53 | +- android: support OpenSL ES |
| 54 | +- ios: support NV12 Render |
| 55 | +- ios: support VideoToolBox |
| 56 | +- ffmpeg: switch to ffmpeg n2.6 |
57 | 57 |
|
58 | 58 | tag n0.2.2: |
59 | 59 | -------------------------------- |
60 | | -ffmpeg: switch to ffmpeg n2.5 |
61 | | -android: fix leak in jni |
62 | | -player: retrieve media informations |
| 60 | +- ffmpeg: switch to ffmpeg n2.5 |
| 61 | +- android: fix leak in jni |
| 62 | +- player: retrieve media informations |
63 | 63 |
|
64 | 64 | tag n0.2.1: |
65 | 65 | -------------------------------- |
66 | | -android: support MediaCodec (API 16+) |
| 66 | +- android: support MediaCodec (API 16+) |
67 | 67 |
|
68 | 68 | tag n0.2.0 |
69 | 69 | -------------------------------- |
70 | | -player: fix crash on invalid audio |
71 | | -android: support build with ndk-r10 |
72 | | -ios: add IJKAVMoviePlayerController based on AVPlayer API |
73 | | -ios: remove some unused interface |
74 | | -ios8: fix latency of aout_pause_audio() |
75 | | -ios8: upgrade project |
76 | | -ffmpeg: switch to ffmpeg n2.4 |
| 70 | +- player: fix crash on invalid audio |
| 71 | +- android: support build with ndk-r10 |
| 72 | +- ios: add IJKAVMoviePlayerController based on AVPlayer API |
| 73 | +- ios: remove some unused interface |
| 74 | +- ios8: fix latency of aout_pause_audio() |
| 75 | +- ios8: upgrade project |
| 76 | +- ffmpeg: switch to ffmpeg n2.4 |
77 | 77 |
|
78 | 78 | tag n0.1.3 |
79 | 79 | -------------------------------- |
80 | | -ffmpeg: switch to ffmpeg n2.2 |
81 | | -player: fix complete/error state handle |
82 | | -ffmpeg: build with x86_64, armv5 |
83 | | -android: replace vlc-chroma-asm with libyuv |
| 80 | +- ffmpeg: switch to ffmpeg n2.2 |
| 81 | +- player: fix complete/error state handle |
| 82 | +- ffmpeg: build with x86_64, armv5 |
| 83 | +- android: replace vlc-chroma-asm with libyuv |
84 | 84 |
|
85 | 85 | tag n0.1.2: |
86 | 86 | -------------------------------- |
87 | | -ffmpeg: build with openssl |
88 | | -player: fix aout leak |
89 | | -player: reduce memory footprint for I420/YV12 overlay |
90 | | -ios: snapshot last displayed image |
| 87 | +- ffmpeg: build with openssl |
| 88 | +- player: fix aout leak |
| 89 | +- player: reduce memory footprint for I420/YV12 overlay |
| 90 | +- ios: snapshot last displayed image |
91 | 91 |
|
92 | 92 | tag n0.1.1: |
93 | 93 | -------------------------------- |
94 | | -player: remove ugly frame drop trick |
95 | | -ios: simplify application state handle |
96 | | -ios: fix 5.1 channel support |
97 | | -player: handle ffmpeg error |
98 | | -player: fix leak |
99 | | -player: improve buffer indicator |
100 | | -player: drop frame for high fps video |
| 94 | +- player: remove ugly frame drop trick |
| 95 | +- ios: simplify application state handle |
| 96 | +- ios: fix 5.1 channel support |
| 97 | +- player: handle ffmpeg error |
| 98 | +- player: fix leak |
| 99 | +- player: improve buffer indicator |
| 100 | +- player: drop frame for high fps video |
101 | 101 |
|
102 | 102 | tag n0.1.0: |
103 | 103 | -------------------------------- |
|
0 commit comments