summaryrefslogtreecommitdiffstats
path: root/src/app/xineEngine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use AUDIO_VOLUME param instead of AUDIO_AMP_LEVELfix/use-audio-levelmio2024-09-071-45/+29
| | | | | | | | | | | | | | AMP_LEVEL adjusts the amplification level of VOLUME, and since it's called "volume" in the UI, this is more appropriate. This also avoids the need to use logarithmic scaling when adjusting the volume from the UI, as VOLUME is linear. When compared with libxine versions older than 1.2.13, there is no notable difference in how the volume sounds when adjusted. From 1.2.13, the sound does scale a little differently as lower volumes are more audible now (such as 50% and lower). Signed-off-by: mio <[email protected]>
* Use nullptr instead of NULL/0 pointer in C++ filesmio2024-08-221-14/+14
| | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73 Signed-off-by: mio <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* xine engine: make volume control logarithmic for versions of xine < 1.2.13. ↵Michele Calgaro2023-10-091-3/+40
| | | | | | For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to TDE/tdemultimedia#40. Signed-off-by: Michele Calgaro <[email protected]>
* Fix volume slider functionality and visualizationMichele Calgaro2023-10-051-0/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed xine scope plugin functionality with xine 1.2.10.Michele Calgaro2020-07-251-25/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop the use of the HAVE_XINE_H definition.Slávek Banko2020-06-291-7/+8
| | | | | | | Add include <xine.h> to the appropriate headers. Clean up the arrangement of include files. Signed-off-by: Slávek Banko <[email protected]>
* Fixed FTBFS with xine 1.2.10. The use of the xine scope plugin is currentlyMichele Calgaro2020-06-251-2/+14
| | | | | | | | | | | | | | disabled when xine >= 1.2.10 is detected. Additional info: The xine scope plugin is statically linked and therefore written by accessing internal xine data that are no longer publicly available from xine 1.2.10. To add back the scope plugin functionality, the plugin will have to be converted into a dynamically linked one and further work done to fix the logic of the plugin itself. Signed-off-by: Michele Calgaro <[email protected]>
* Get rid of some deprecated.gregory guy2020-06-211-1/+1
| | | | | | given warning: "xine_mrl_reference_data_t XINE_DEPRECATED" Signed-off-by: gregory guy <[email protected]>
* Conversion to the cmake building system.gregory guy2020-06-211-7/+8
| | | | Signed-off-by: gregory guy <[email protected]>
* Add support for xinelib-1.2, patch is from [email protected]gregory guy2020-06-131-1/+1
| | | | | | | taken from the kde3 OpenSuse repo, package kde3-codeine-1.0.1-52.73.src.rpm http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/src Signed-off-by: gregory guy <[email protected]>
* Conversion KDE -> TDE environment.gregory guy2020-06-131-4/+4
| | | | Signed-off-by: gregory guy <[email protected]>
* Conversion qt3 -> tqt3gregory guy2020-06-131-48/+48
| | | | Signed-off-by: gregory guy <[email protected]>
* Applied patches from debian/patches.Michele Calgaro2020-06-131-0/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+876
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <[email protected]>