110 lines
4.8 KiB
Text
110 lines
4.8 KiB
Text
*******************************************************************************
|
|
Libre Media Server - An Open Source Media Server.
|
|
(c) Santiago Noreña 2012-2024 <lms@criptomart.net>
|
|
https://git.criptomart.net/libremediaserver
|
|
*******************************************************************************
|
|
This program 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.
|
|
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-1307, USA.
|
|
*******************************************************************************
|
|
|
|
ChangeLog
|
|
|
|
V0.1.0 (not released yet)
|
|
|
|
+ Compiles on Ubuntu 22.04 Jammy
|
|
+ Better docs
|
|
+ Publish on internet again
|
|
+ Qt5
|
|
+ Removed logs
|
|
+ Removed MSEX
|
|
|
|
V 0.04-2
|
|
|
|
+ Bugfix make thumbs script not launched.
|
|
|
|
V 0.04-1:
|
|
|
|
+ GUI: added FPS counter
|
|
+ GUI: added FPS selector
|
|
+ Added folders to fonts
|
|
+ Video: Live camera input
|
|
|
|
v 0.03:
|
|
- Added -log option to command line to write to a textfile the debug info. The logs file are in the folder ./log and have the format log_DDMMYY-HHMMSS.txt where DD day, MM month, YY year, HH hours, MM minutes SS seconds of the time when libremediaserver opens.
|
|
- Added option -gui in command line to show the Pure Data GUI's
|
|
- Added check boxes for enable/disable the layers and master preview to save resources
|
|
- Added support for different text files with channel 10 (in video Entry Point). Now the text files are in Media Tree Folder
|
|
- Added folders to images
|
|
- Updated MagicQ personalities and sample show
|
|
- Bugfix: Avoid unnecesary font reaload
|
|
- Bugfix: Avoid innecesary counter process
|
|
- Updated Gem sources to Gem project. Recompiled Gem and pix2jpg in Debian Wheezy.
|
|
- PD Video uses noaudio option to avoid blocking the device
|
|
|
|
0.02
|
|
|
|
+ Open/Save configuration to file.
|
|
+ Moved the Change Media Path button to the File menu.
|
|
+ New Pure Data external fileselector. Changed the file selection logic from PD to C.
|
|
+ New CITP/MSEx menu. Init CITP/MSEx button moved here.
|
|
+ New Make Thumbs option in the CITP/MSEx menu. Executes the script to generate the thumbnails from media.
|
|
+ Now Pure Data binary is included. Version 0.44-2
|
|
|
|
0.01 (8/1/2013) Git Rev 1:
|
|
|
|
+ Audio en un proceso independiente. Reproducción de .oggs
|
|
+ Nuevos tipos de Alpha Blending. Nuevo canal DMX en la personalidad de video para el tipo de Alpha.
|
|
+ Preview de capas y mezcla final en el GUI.
|
|
+ Cambios en la GUI para acoger los dos procesos independientes de Pure Data.
|
|
+ Muchos más mensajes de error y de estado
|
|
+ Añadir comprobación de inicio para no repetir mensajes de error en el arranque.
|
|
+ CTIP/MSEx 1.0. Thumbs de videos, video preview.
|
|
+ Cambio de nombre de "Pure Media Server" a "Libre Media Server". Primera beta.
|
|
+ Cambio de nombre de la clase "MediaServer" a "msex".
|
|
+ Mejoras en ola2pd.
|
|
|
|
*******************************************************************************
|
|
|
|
Pure Media Server ChangeLog:
|
|
|
|
* 0.0.5 (20-11-2012)
|
|
- Interface en Qt y C++. PD y OLA se ejecutan desde ella.
|
|
- Descontinuado el audio.
|
|
- Mapeo por capa.
|
|
|
|
* 0.0.4
|
|
- Añadidos efectos
|
|
- 8 capas
|
|
- Selección de encendido por capa
|
|
- Añadido medidor de CPU0
|
|
- Cambio de pdp_qt por pix_filmQT (se pierde la reproducción de sonido)
|
|
- Se separan los parches de audio y de video
|
|
|
|
* 0.0.3 (2-7-2012) SVN Rev 114
|
|
- Posición en 16 bits
|
|
- Control mediante Open Lighting Arquitecture y external ola2pd
|
|
- 64 canales reservados por capa
|
|
- Añadida carpeta resources para archivos de configuración de otros programas (QLC, MagicQ) que controlan PMS
|
|
- Correción de keystone/videomapping por capar
|
|
- Reproducción de audio
|
|
- Actualización del método de instalación en instalación.txt (todavía falta más trabajo en él).
|
|
- Cambiados valores de locate para hacerlos más sensibles
|
|
- 4 capas
|
|
|
|
* 0.02 (9-6-2011) SVN Rev 58
|
|
- Direccionamiento de las capas (issue 14).
|
|
- Metodos de creacion y destruccion de nodo ArtNet. Configuracion del nodo por patch dmx.pd (issue 15).
|
|
- imágenes (issue 5).
|
|
- Metodos de reproduccion auto (issue 8). pix_film_player.pd
|
|
- Nuevo subpatch de control manual
|
|
- Añadidos canales DMX de tamaños por ejes (XYZ), rotacion y posicion (issue 9)
|
|
- Textos - Nuevo archivo Gem compilado con soporte de fuentes (issue 4)
|
|
|
|
|
|
* 0.01 (16-05-2011)
|
|
- Primera versión liberada!
|
|
- 2 capas de video con control de reproducción avanzado mediante pix_film_player.
|
|
- Control de Alpha y Color RGB
|
|
- Control por ArtNet mediante Artnetin, sólo en el universo 0, subnet 0.
|
|
|