Skip to content

Commit eb265a5

Browse files
committed
copyright: add 2016 bilibili
1 parent c13eeec commit eb265a5

File tree

294 files changed

+294
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+294
-1
lines changed

README.md

+1-1

android/build-on-travis.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /usr/bin/env bash
22
#
3+
# Copyright (C) 2013-2014 Bilibili
34
# Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

android/compile-ijk.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /usr/bin/env bash
22
#
3+
# Copyright (C) 2013-2014 Bilibili
34
# Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-arm64/src/main/java/tv/danmaku/ijk/media/player_arm64/Pragma.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-arm64/src/main/jni/Application.mk

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2013-2014 Bilibili
12
# copyright (c) 2013-2014 Zhang Rui <bbcallen@gmail.com>
23
#
34
# This file is part of ijkPlayer.

android/ijkplayer/ijkplayer-armv5/src/main/java/tv/danmaku/ijk/media/player_armv5/Pragma.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-armv5/src/main/jni/Application.mk

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2013-2014 Bilibili
12
# copyright (c) 2013-2014 Zhang Rui <bbcallen@gmail.com>
23
#
34
# This file is part of ijkPlayer.

android/ijkplayer/ijkplayer-armv7a/src/main/java/tv/danmaku/ijk/media/player_armv7a/Pragma.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-armv7a/src/main/jni/Android.mk

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2013 Bilibili
12
# copyright (c) 2013 Zhang Rui <bbcallen@gmail.com>
23
#
34
# This file is part of ijkPlayer.

android/ijkplayer/ijkplayer-armv7a/src/main/jni/Application.mk

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2013 Bilibili
12
# copyright (c) 2013 Zhang Rui <bbcallen@gmail.com>
23
#
34
# This file is part of ijkPlayer.

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/activities/FileExplorerActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/activities/RecentMediaActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/activities/SampleMediaActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/activities/SettingsActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/activities/VideoActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/application/AppActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/application/Settings.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/content/PathCursor.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/content/PathCursorLoader.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/content/RecentMediaStorage.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/eventbus/FileExplorerEvents.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/fragments/FileListFragment.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/fragments/RecentMediaListFragment.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/fragments/SampleMediaListFragment.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/fragments/SettingsFragment.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/fragments/TracksFragment.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/services/MediaPlayerService.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/AndroidMediaController.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/FileMediaDataSource.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/IMediaController.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/IRenderView.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/IjkVideoView.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/MeasureHelper.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/MediaPlayerCompat.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/SurfaceRenderView.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/TableLayoutBinder.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/TextureRenderView.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/preference/IjkListPreference.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-exo/src/main/java/tv/danmaku/ijk/media/exo/IjkExoMediaPlayer.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/AbstractMediaPlayer.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013-2014 Bilibili
23
* Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/AndroidMediaPlayer.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2006 Bilibili
23
* Copyright (C) 2006 The Android Open Source Project
34
* Copyright (C) 2013 Zhang Rui <bbcallen@gmail.com>
45
*

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/IMediaPlayer.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013-2014 Bilibili
23
* Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/ISurfaceTextureHolder.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/ISurfaceTextureHost.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/IjkLibLoader.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013-2014 Bilibili
23
* Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/IjkMediaPlayer.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2006 Bilibili
23
* Copyright (C) 2006 The Android Open Source Project
34
* Copyright (C) 2013 Zhang Rui <bbcallen@gmail.com>
45
*

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/MediaInfo.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013-2014 Bilibili
23
* Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/MediaPlayerProxy.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/TextureMediaPlayer.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/annotations/AccessedByNative.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013-2014 Bilibili
23
* Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/annotations/CalledByNative.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013-2014 Bilibili
23
* Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/exceptions/IjkMediaException.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013-2014 Bilibili
23
* Copyright (C) 2013-2014 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/misc/AndroidMediaFormat.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/misc/AndroidTrackInfo.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/misc/IIjkIOHttp.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2016 Bilibili
23
* Copyright (C) 2016 Raymond Zheng <raymondzheng1412@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/misc/IMediaDataSource.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/misc/IMediaFormat.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/misc/ITrackInfo.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/misc/IjkMediaFormat.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/misc/IjkTrackInfo.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/pragma/DebugLog.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013 Bilibili
23
* Copyright (C) 2013 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-java/src/main/java/tv/danmaku/ijk/media/player/pragma/Pragma.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2013 Bilibili
23
* Copyright (C) 2013 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-x86/src/main/java/tv/danmaku/ijk/media/player_x86/Pragma.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (C) 2015 Bilibili
23
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.com>
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

android/ijkplayer/ijkplayer-x86/src/main/jni/Application.mk

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2013-2014 Bilibili
12
# copyright (c) 2013-2014 Zhang Rui <bbcallen@gmail.com>
23
#
34
# This file is part of ijkPlayer.

android/ijkplayer/ijkplayer-x86_64/src/main/jni/Application.mk

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2013-2014 Bilibili
12
# copyright (c) 2013-2014 Zhang Rui <bbcallen@gmail.com>
23
#
34
# This file is part of ijkPlayer.

compile-android-j4a.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /usr/bin/env bash
22
#
3+
# Copyright (C) 2016 Bilibili
34
# Copyright (C) 2016 Zhang Rui <bbcallen@gmail.com>
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)