File tree Expand file tree Collapse file tree 20 files changed +59
-40
lines changed Expand file tree Collapse file tree 20 files changed +59
-40
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ For the purposes of the copyright statement in the preamble of each source
2020code file comprising projectM, the projectM team are:
2121
2222Carmelo Piccione
23- Parser
24- Evaluator
23+ Original Expression Parser/Evaluator
2524 Pulse Audio support (projectM-pulseaudio)
2625 Qt GUI (projectM-qt)
2726
@@ -41,14 +40,14 @@ Roger Dannenburg
4140 Advice & Support
4241
4342Matthias Klumpp
44- CMake build system
43+ Original CMake build system
4544 Distro integration
4645 Bug fixes
4746
4847Mischa Spiegelmock
4948 OSX native iTunes visualization plugin
5049 Preliminary web support (projectM-emscripten)
51- cmake improvements for OSX and Linux
50+ CMake improvements for OSX and Linux
5251 SDL
5352 OpenGLES
5453
@@ -58,3 +57,23 @@ Robert Pancoast
5857 Provide XBOX Support
5958 Input Windows Audio Loopback with WASAPI
6059
60+ Kai Blaschke
61+ Updated CMake build system
62+ New Bison-/Flex-based Expression Evaluator (projectm-eval)
63+ C API
64+ Modernized Milkdrop 2 Renderer
65+
66+ Blaque Allen
67+ Rust Crates
68+ Emscripten Improvements
69+ Code Reviews
70+
71+ Dane Wagner
72+ Improved Audio Processing
73+ HLSL Shader Translation Fixes
74+ Sphinx Documentation
75+
76+ ...and many others!
77+
78+ For a full list, please see the contributors page on GitHub:
79+ https://github.com/projectM-visualizer/projectm/graphs/contributors
Original file line number Diff line number Diff line change 11/**
22* projectM -- Milkdrop-esque visualisation SDK
3- * Copyright (C)2003-2009 projectM Team
3+ * Copyright (C)2003-2024 projectM Team
44*
55* This library is free software; you can redistribute it and/or
66* modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11/**
22 * @file audio.h
3- * @copyright 2003-2023 projectM Team
3+ * @copyright 2003-2024 projectM Team
44 * @brief Functions to pass in audio data to libprojectM.
55 *
66 * projectM -- Milkdrop-esque visualisation SDK
7- * Copyright (C)2003-2023 projectM Team
7+ * Copyright (C)2003-2024 projectM Team
88 *
99 * This library is free software; you can redistribute it and/or
1010 * modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11/**
22 * @file callbacks.h
3- * @copyright 2003-2023 projectM Team
3+ * @copyright 2003-2024 projectM Team
44 * @brief Functions and prototypes for projectM callbacks.
55 *
66 * projectM -- Milkdrop-esque visualisation SDK
7- * Copyright (C)2003-2023 projectM Team
7+ * Copyright (C)2003-2024 projectM Team
88 *
99 * This library is free software; you can redistribute it and/or
1010 * modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11/**
22 * @file core.h
3- * @copyright 2003-2023 projectM Team
3+ * @copyright 2003-2024 projectM Team
44 * @brief Core functions to instantiate, destroy and control projectM.
55 *
66 * projectM -- Milkdrop-esque visualisation SDK
7- * Copyright (C)2003-2023 projectM Team
7+ * Copyright (C)2003-2024 projectM Team
88 *
99 * This library is free software; you can redistribute it and/or
1010 * modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11/**
22 * @file debug.h
3- * @copyright 2003-2023 projectM Team
3+ * @copyright 2003-2024 projectM Team
44 * @brief Debug functions for both libprojectM and preset developers.
55 *
66 * projectM -- Milkdrop-esque visualisation SDK
7- * Copyright (C)2003-2023 projectM Team
7+ * Copyright (C)2003-2024 projectM Team
88 *
99 * This library is free software; you can redistribute it and/or
1010 * modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11/**
22 * @file memory.h
3- * @copyright 2003-2023 projectM Team
3+ * @copyright 2003-2024 projectM Team
44 * @brief Memory allocation/deallocation helpers.
55 *
66 * projectM -- Milkdrop-esque visualisation SDK
7- * Copyright (C)2003-2023 projectM Team
7+ * Copyright (C)2003-2024 projectM Team
88 *
99 * This library is free software; you can redistribute it and/or
1010 * modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11/**
22 * @file parameters.h
3- * @copyright 2003-2023 projectM Team
3+ * @copyright 2003-2024 projectM Team
44 * @brief Functions to set and retrieve all sorts of projectM parameters and setting.
55 *
66 * projectM -- Milkdrop-esque visualisation SDK
7- * Copyright (C)2003-2023 projectM Team
7+ * Copyright (C)2003-2024 projectM Team
88 *
99 * This library is free software; you can redistribute it and/or
1010 * modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11/**
22 * @file projectM.h
3- * @copyright 2003-2023 projectM Team
3+ * @copyright 2003-2024 projectM Team
44 * @brief Convenience include file that includes all other API headers.
55 *
66 * projectM -- Milkdrop-esque visualisation SDK
Original file line number Diff line number Diff line change 11/**
22 * @file render_opengl.h
3- * @copyright 2003-2023 projectM Team
3+ * @copyright 2003-2024 projectM Team
44 * @brief Functions to configure and render projectM visuals using OpenGL.
55 *
66 * projectM -- Milkdrop-esque visualisation SDK
7- * Copyright (C)2003-2023 projectM Team
7+ * Copyright (C)2003-2024 projectM Team
88 *
99 * This library is free software; you can redistribute it and/or
1010 * modify it under the terms of the GNU Lesser General Public
You can’t perform that action at this time.
0 commit comments