| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Xine has supported seeking in FLAC files since 1.1.16.
Signed-off-by: mio <[email protected]>
(cherry picked from commit 462472610d2dc46b6b1f82b8b70f0900ae2f8e6c)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch updates xineScope.c to better align with Amarok's code. As a
result, the analyzer is more accurate. For instance, when playing an
audio file and there is a silent spot, the blocks will correctly "drop"
to the bottom, leaving an empty analyzer. The previous behaviour would
leave some blocks "stuck" in their position
See: TDE/codeine#23
Signed-off-by: mio <[email protected]>
(cherry picked from commit ff2a5768dd4d199cb8bbbe2af4ea3fbb68a489f3)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most of the code was already borrowed from Amarok, but wasn't properly
finished. This just updates the code to more closely match what is
currently in TDE's Amarok.
The Analyzer still sits in the statusBar(), which is cool, but can have
some delays when watching a video (the video itself is unaffected).
See: TDE/codeine#23
Signed-off-by: mio <[email protected]>
(cherry picked from commit a3ea0ee70fe8590a96df03dca43ca77f3f28791e)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When adding/removing an action to/from the toolbar, the aspect ratio,
audio channel, and subtitle channel menus would disappear from the
parent settings menu.
My understanding is that this happened because nothing was keeping those
menus present (plugged?) when other actions were plugged/unplugged.
This changes it so "Aspect Ratio", "Subtitles", and "Audio Channels"
each are a TDESelectAction that is dynamically filled with items. This
way, each popup menu is still present after other actions being
plugged/unplugged.
Resolves: TDE/codeine#24
Signed-off-by: mio <[email protected]>
(cherry picked from commit f460840a5e1c4e6cc262177f2b60cebfe469d393)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
VideoWindow::ExposeEvent wasn't being used correctly; it should be a
TQCustomEvent (although, the 3000 type is already being used for
forwarding XINE_PROGRESS_EVENT).
While the pts_per_smpls part never seemed to be encountered, it would
have resulted in a floating point exception as it's always 0. Commented
out to leave a hint as to what the code should be doing.
Resolves: TDE/codeine#2
Signed-off-by: mio <[email protected]>
(cherry picked from commit 9ef39acd5d211e5a8164bfb4a075e2e0cd6f9bee)
|
|
|
|
|
| |
Signed-off-by: mio <[email protected]>
(cherry picked from commit c0311bdfc33f07dbde42a9b4f4758a6c505aae84)
|
|
|
|
|
|
| |
See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73
Signed-off-by: mio <[email protected]>
(cherry picked from commit ed55bf072682ebf73239e74b7e3dd286ed5616a5)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit b5977d5e67d68ec18fad1d1130f5a306ce4fe598)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1884d0e5a2d8269c27b5874a0626810f979e2e92)
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
| |
Add include <xine.h> to the appropriate headers.
Clean up the arrangement of include files.
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
| |
given warning: "xine_mrl_reference_data_t XINE_DEPRECATED"
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
| |
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
| |
Signed-off-by: gregory guy <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/
Signed-off-by: Michele Calgaro <[email protected]>
|