mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
clarify our licensing intention
This commit is contained in:
@@ -1,22 +1,14 @@
|
|||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* alac_wrapper.h: ALAC coder wrapper
|
* alac_wrapper.h: ALAC coder wrapper
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016 Philippe <philippe44@outlook.com>
|
/*
|
||||||
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This program 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 this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
|
|
||||||
*****************************************************************************/
|
|
||||||
#ifndef __ALAC_WRAPPER_H_
|
#ifndef __ALAC_WRAPPER_H_
|
||||||
#define __ALAC_WRAPPER_H_
|
#define __ALAC_WRAPPER_H_
|
||||||
|
|
||||||
|
|||||||
@@ -2,20 +2,10 @@
|
|||||||
* Squeezelite for esp32
|
* Squeezelite for esp32
|
||||||
*
|
*
|
||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
//#define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE
|
//#define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
|
*
|
||||||
|
* This software is released under the MIT License.
|
||||||
|
* https://opensource.org/licenses/MIT
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _GDS_DRAW_H_
|
#ifndef _GDS_DRAW_H_
|
||||||
#define _GDS_DRAW_H_
|
#define _GDS_DRAW_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
|
*
|
||||||
|
* This software is released under the MIT License.
|
||||||
|
* https://opensource.org/licenses/MIT
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "esp32/rom/tjpgd.h"
|
#include "esp32/rom/tjpgd.h"
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
|
*
|
||||||
|
* This software is released under the MIT License.
|
||||||
|
* https://opensource.org/licenses/MIT
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
|
*
|
||||||
|
* This software is released under the MIT License.
|
||||||
|
* https://opensource.org/licenses/MIT
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _GDS_PRIVATE_H_
|
#ifndef _GDS_PRIVATE_H_
|
||||||
#define _GDS_PRIVATE_H_
|
#define _GDS_PRIVATE_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* (c) 2004,2006 Richard Titmuss for SlimProtoLib
|
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* (c) 2004,2006 Richard Titmuss for SlimProtoLib
|
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe, philippe_44@outlook.com
|
* (c) Philippe, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,18 +2,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe 2019, philippe_44@outlook.com
|
* (c) Philippe 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe 2016-2017, philippe_44@outlook.com
|
* (c) Philippe 2016-2017, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe 2016-2017, philippe_44@outlook.com
|
* (c) Philippe 2016-2017, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Misc utilities
|
* Misc utilities
|
||||||
*
|
*
|
||||||
* (c) Adrian Smith 2012-2014, triode1@btinternet.com
|
|
||||||
* (c) Philippe 2016-2017, philippe_44@outlook.com
|
* (c) Philippe 2016-2017, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
//#define LOG_LOCAL_LEVEL ESP_LOG_DEBUG
|
//#define LOG_LOCAL_LEVEL ESP_LOG_DEBUG
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* (c) 2004,2006 Richard Titmuss for SlimProtoLib
|
|
||||||
* (c) Philippe G. 2019, philippe_44@outlook.com
|
* (c) Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include "squeezelite.h"
|
#include "squeezelite.h"
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe G. 2020, philippe_44@outlook.com
|
* (c) Philippe G. 2020, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* (c) Philippe G. 2020, philippe_44@outlook.com
|
* (c) Philippe G. 2020, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
14
components/squeezelite/external/dac_external.c
vendored
14
components/squeezelite/external/dac_external.c
vendored
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include "squeezelite.h"
|
#include "squeezelite.h"
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,18 +3,8 @@
|
|||||||
*
|
*
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define LOG_LOCAL_LEVEL ESP_LOG_DEBUG
|
#define LOG_LOCAL_LEVEL ESP_LOG_DEBUG
|
||||||
|
|||||||
@@ -4,18 +4,8 @@
|
|||||||
* (c) Sebastien 2019
|
* (c) Sebastien 2019
|
||||||
* Philippe G. 2019, philippe_44@outlook.com
|
* Philippe G. 2019, philippe_44@outlook.com
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This software is released under the MIT License.
|
||||||
* it under the terms of the GNU General Public License as published by
|
* https://opensource.org/licenses/MIT
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user