Klaus Schmidinger
|
60c20df992
|
Fixed spurious times shown in the progress display when switching from "play" to "fast forward"
|
2025-04-08 14:16:57 +02:00 |
|
Klaus Schmidinger
|
2ddf13dfe8
|
Moved the call to Empty() back into the pmSlow case
|
2025-04-08 14:11:05 +02:00 |
|
Klaus Schmidinger
|
e812221987
|
Removed an unnecessary call to cDevice::GetVideoSize()
|
2025-04-05 10:16:18 +02:00 |
|
Klaus Schmidinger
|
a10e987f35
|
Subtitles can now be temporarily displayed after a fast rewind
|
2025-03-28 22:49:17 +01:00 |
|
Klaus Schmidinger
|
e66e19329d
|
Improved subtitle handling
|
2025-03-28 21:55:03 +01:00 |
|
Klaus Schmidinger
|
6df4d96ed1
|
Added a mutex lock to protect creating/deleting cEpgHandler objects
|
2025-03-04 16:27:49 +01:00 |
|
Klaus Schmidinger
|
e349523ec2
|
Making absolutely sure cEvent::Title() never returns NULL
|
2025-03-04 15:54:07 +01:00 |
|
Klaus Schmidinger
|
ecfe144218
|
Added a mutex lock to protect creating/deleting cStatus objects
|
2025-03-03 13:31:10 +01:00 |
|
Klaus Schmidinger
|
4ff3d113a7
|
The new virtual function cSkinDisplayMenu::SetItemEvent(..., const cTimer *Timer) can be used to get full access to the timer (if any) defined for this event
|
2025-03-03 11:05:23 +01:00 |
|
Klaus Schmidinger
|
8d0e33a211
|
Renamed cStatus::Osd*2() to cStatus::Osd*()
|
2025-03-02 21:02:12 +01:00 |
|
Klaus Schmidinger
|
885f7414c1
|
Removed -Werror=overloaded-virtual from Makefile and Make.config(.template)
|
2025-03-02 14:24:24 +01:00 |
|
Klaus Schmidinger
|
336aef8b0f
|
Added the "override" keyword to virtual functions reimplemented in derived classes
|
2025-03-02 11:03:35 +01:00 |
|
Klaus Schmidinger
|
dd71a004e2
|
Official release of version 2.7.4
|
2025-02-26 10:35:03 +01:00 |
|
Klaus Schmidinger
|
45091fbd72
|
Revised locking in cMenuSchedule and cMenuWhatsOn
|
2025-02-25 15:53:43 +01:00 |
|
Klaus Schmidinger
|
988d5aebfa
|
Added missing locks to SetMenuItem() functions
|
2025-02-20 10:23:15 +01:00 |
|
Klaus Schmidinger
|
8c3671fae6
|
Fixed cPtsIndex::FindFrameNumber() to handle the case where Pts points to an I-frame
|
2025-02-19 15:39:16 +01:00 |
|
Klaus Schmidinger
|
2a12af481a
|
Fixed spurious fast frames when switching from "slow back" to "slow forward"
|
2025-02-18 17:06:15 +01:00 |
|
Klaus Schmidinger
|
7817e64695
|
Fixed progress display when switching from "pause" to "slow back"
|
2025-02-18 15:37:24 +01:00 |
|
Klaus Schmidinger
|
ebbaa39098
|
Added '~' to the list of delimiters in cTextWrapper
|
2025-02-17 11:13:13 +01:00 |
|
Klaus Schmidinger
|
d3dcbbd4f2
|
Fixed unnecessary redisplays of menus
|
2025-02-17 10:49:10 +01:00 |
|
Klaus Schmidinger
|
1b4233d6ad
|
The function cPlugin::MainThreadHook() has been deprecated
|
2025-02-12 22:22:20 +01:00 |
|
Klaus Schmidinger
|
34aa8fe8b4
|
Adjusted PLUGINS.html to the new API version numbering introduced in version 2.7.2
|
2025-02-12 22:02:25 +01:00 |
|
Klaus Schmidinger
|
baa97e9ff1
|
Added missing calls to cStatus::MsgOsdStatusMessage() and added the new virtual function cStatus::OsdStatusMessage2(), which can be used to get the type of the message
|
2025-02-12 21:18:53 +01:00 |
|
Klaus Schmidinger
|
03afc4a353
|
Fixed unnecessary calls to cStatus::OsdCurrentItem2() when scrolling
|
2025-02-05 22:12:32 +01:00 |
|
Klaus Schmidinger
|
ef4ebeb7ee
|
The new virtual function cStatus::OsdCurrentItem2() can be used to get the index of the current menu item
|
2025-01-29 11:15:26 +01:00 |
|
Klaus Schmidinger
|
ead135f716
|
Fixed unnecessary calls to DisplayCurrent() for editable menu items
|
2025-01-29 10:35:25 +01:00 |
|
Klaus Schmidinger
|
49dc61a92c
|
Fixed an unnecessary redisplay of the menu when pressing a hotkey
|
2025-01-29 10:25:55 +01:00 |
|
Klaus Schmidinger
|
af0309cc40
|
Fixed an improper call of cStatus::OsdCurrentItem() before cStatus::OsdItem2()
|
2025-01-29 10:20:17 +01:00 |
|
Klaus Schmidinger
|
3058354dba
|
Fixed setting the file name of the info file after renaming a recording
|
2025-01-18 20:57:06 +01:00 |
|
Klaus Schmidinger
|
0749a34342
|
The new virtual function cStatus::OsdItem2() can be used to get the information whether a menu item is selectable
|
2025-01-16 09:42:11 +01:00 |
|
Klaus Schmidinger
|
e595eed57d
|
The info files of recordings are now only re-read if they have been modified
|
2025-01-15 10:50:29 +01:00 |
|
Klaus Schmidinger
|
a7576f0b6c
|
Added parameter checks to strn0cpy() and Utf8Strn0Cpy()
|
2025-01-15 08:57:45 +01:00 |
|
Klaus Schmidinger
|
657e5dda5d
|
Added a header to the backtrace
|
2025-01-15 08:43:12 +01:00 |
|
Klaus Schmidinger
|
8fb6a2b24b
|
Fixed handling margins for timers that are not VPS controlled and not spawned
|
2025-01-13 14:44:18 +01:00 |
|
Klaus Schmidinger
|
53cac302d8
|
Added 1 to Utf8BufSize() for worst case
|
2025-01-13 13:18:42 +01:00 |
|
Klaus Schmidinger
|
2c6c014dd8
|
Checking for VPS control is now limited to local timers
|
2025-01-13 12:34:18 +01:00 |
|
Klaus Schmidinger
|
de5327a048
|
Fixed a possible deadlock when canceling an editing process
|
2025-01-10 13:12:04 +01:00 |
|
Klaus Schmidinger
|
7ab94c7bcb
|
Fixed accessing a timer's event schedule in case the event has been removed from the schedule
|
2025-01-07 10:46:22 +01:00 |
|
Klaus Schmidinger
|
0f80fc5e86
|
Fixed handling the fps value if it can't be determined from the video data
|
2024-12-05 10:37:15 +01:00 |
|
Klaus Schmidinger
|
d169f30e5c
|
TS packets with errors are now skipped when parsing for frames
|
2024-12-05 10:33:31 +01:00 |
|
Klaus Schmidinger
|
e4e9d7a55f
|
Added some missing locking
|
2024-12-02 12:40:56 +01:00 |
|
Klaus Schmidinger
|
ccbef6ce6c
|
Fixed some typos in the translation files
|
2024-11-30 14:30:46 +01:00 |
|
Klaus Schmidinger
|
7461a1ba3a
|
Updated the Finnish OSD texts
|
2024-10-24 09:58:43 +02:00 |
|
Klaus Schmidinger
|
bb55e3036e
|
The VDR homepage is now accessible via HTTPS
|
2024-10-21 19:04:53 +02:00 |
|
Klaus Schmidinger
|
bbf2cca198
|
Updated the Italian OSD texts
|
2024-10-20 10:05:19 +02:00 |
|
Klaus Schmidinger
|
8ce034d124
|
Fixed wrong credits
|
2024-10-17 20:17:57 +02:00 |
|
Klaus Schmidinger
|
4030698007
|
Fixed error checking in case the fps value can't be determined by the frame parser
|
2024-10-13 13:34:32 +02:00 |
|
Klaus Schmidinger
|
66fea5c9f1
|
Removed all DEPRECATED_* code
|
2024-10-13 09:47:18 +02:00 |
|
Klaus Schmidinger
|
285574eeaa
|
Official release of version 2.7.3
|
2024-10-12 13:32:46 +02:00 |
|
Klaus Schmidinger
|
55cfb057e0
|
Added vdrrootdir and incdir to vdr.pc
|
2024-10-11 14:21:04 +02:00 |
|