-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0790ac9
commit 4dc9a2c
Showing
52 changed files
with
684 additions
and
1,299 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
23 changes: 10 additions & 13 deletions
23
MediaPlayer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/AdaptationLogic.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
MediaPlayer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/AdaptationSet.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
MediaPlayer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/CachedSegment.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
...ASH/src/main/java/net/protyposis/android/mediaplayer/dash/ConstantPropertyBasedLogic.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
...Player-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/DashMediaExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
MediaPlayer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/DashParser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
...layer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/DashParserException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2015 Mario Guggenberger <[email protected]> | ||
* Copyright 2015 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
MediaPlayer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/DashSource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
MediaPlayer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/MPD.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
MediaPlayer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/Period.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2015 Mario Guggenberger <[email protected]> | ||
* Copyright 2015 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
23 changes: 10 additions & 13 deletions
23
MediaPlayer-DASH/src/main/java/net/protyposis/android/mediaplayer/dash/Representation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
/* | ||
* Copyright (c) 2014 Mario Guggenberger <[email protected]> | ||
* Copyright 2014 Mario Guggenberger <[email protected]> | ||
* | ||
* This file is part of MediaPlayer-Extended. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* MediaPlayer-Extended is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* MediaPlayer-Extended is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with MediaPlayer-Extended. If not, see <http://www.gnu.org/licenses/>. | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package net.protyposis.android.mediaplayer.dash; | ||
|
Oops, something went wrong.