Commit Graph

2231 Commits

Author SHA1 Message Date
fgerlits 8dfefb4f02 re-syncing the trunk with the branch (for Doug) 2006-11-16 10:43:10 +00:00
mark de4c77a7f5 Fix compiler warnings due to missings casts in minimalaudiosmil.c. Make the file compile with the stricter C++ compiler.
Fixes #1974
2006-11-16 09:18:15 +00:00
fgerlits 11f4d2899b merging the temporary-2466 branch back to the trunk;
this fixes #1953
2006-11-16 08:08:27 +00:00
tomash 1b89448983 minor fixes + minor code reformatting 2006-11-16 00:26:50 +00:00
paul d0f967b90a Fix for bug #1973 - schedule popup broken. Got rid of some warnings and did some code cleanup as well. 2006-11-15 18:56:11 +00:00
mark 02e9120ff6 Implement error handler. Now we skip to the next track if an error occurs during playback.
Fixes #1972
2006-11-15 16:29:17 +00:00
paul 9f9f6450ac Removed PHP docs from doxygen generation 2006-11-15 14:39:54 +00:00
tomash 87715a4207 minor fix 2006-11-15 01:36:32 +00:00
tomash fa0f1ffbff Fixed return structure of getTransportInfo. 2006-11-15 01:23:07 +00:00
paul d2e9df0d15 got rid of =& when constructing objects 2006-11-14 19:14:18 +00:00
paul 5b012f8817 Got rid of =& when constructing objects. Improved documentation in many places. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions. 2006-11-14 19:13:49 +00:00
paul ea288cb362 got rid of =& when constructing objects 2006-11-14 19:11:09 +00:00
paul 0d9129d16c got rid of =& when constructing objects 2006-11-14 19:10:22 +00:00
paul bb00be70bb Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions. 2006-11-14 19:09:20 +00:00
fgerlits 8b979c9f76 not destroying the Live Mode window on logout
(part of #1940)
2006-11-14 18:52:17 +00:00
paul d7062149ea Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. 2006-11-14 18:51:43 +00:00
paul bed878246d Speedups for HTML interface by only creating the HUBBROWSE object on
demand instead of on every single page load - this object took the
longest to create.  Started to convert code to PHP5 using
public/private/protected/static and __construct() method, got rid
of =& when constructing objects.  Fixed a number of functions that were
marked as private that were actually public.  Fixed names of a couple
functions to be more readable.  Commented out functions that are no
longer in use.
2006-11-14 18:43:57 +00:00
paul bd70c879bc Took out popup descriptions for playlist items and scratchpad items which speeds up the HTML interface by 4X 2006-11-14 18:42:55 +00:00
paul 11af038cd8 Replaced CAMP image with YOUR LOGO HERE 2006-11-14 18:39:46 +00:00
paul 407beabde2 Removed the word LIVESUPPORT from the images 2006-11-14 18:39:17 +00:00
fgerlits f56866a0d0 added clear buttons to the Live Mode window (part of #1940) 2006-11-14 17:52:06 +00:00
fgerlits db8b0de70f enabled multiple selection for the Live Mode window;
it only works with the Delete button so far.
(part of #1940)
2006-11-14 13:14:13 +00:00
fgerlits 40df10d876 moved the "remove many" code into the ZebraTreeView class
(part of #1940)
2006-11-14 12:26:29 +00:00
fgerlits fc76b78a84 fixed #936, mostly 2006-11-13 19:52:18 +00:00
fgerlits 54308f13e4 fixed #1966 2006-11-13 15:11:53 +00:00
fgerlits 3edbb79861 changed the search results from 10 to 25 items 2006-11-13 11:52:07 +00:00
fgerlits e6e5dc08b7 rewrote the ODBC data source install script;
it should handle upgrades better now
2006-11-13 11:28:24 +00:00
fgerlits 7796cde9f4 fixed #1957 2006-11-11 19:47:16 +00:00
fgerlits a7e529ba1b fixed #1926;
removed the non-functional VU meter and Next playing boxes from the Master
Panel (we'll put them back when they are implemented)
2006-11-11 19:39:02 +00:00
fgerlits f5eb8849a0 made the 'elapsed' and 'remaining' times change in sync 2006-11-10 17:04:26 +00:00
fgerlits e9ce767d07 updated the storage client to use the server's changed restore backup functions 2006-11-09 18:35:19 +00:00
tomash c1253836d4 #1704 restoreBackup XMLRPC fixed 2006-11-09 14:38:59 +00:00
fgerlits 3d79b7ce2a removing the temporary hack now that #1708 has been fixed 2006-11-09 10:18:57 +00:00
tomash fc866bbfb7 #1708 fixed return struct of the restoreBackupCheck method 2006-11-09 01:38:04 +00:00
mark 56d8e855e6 Fix inaccurate counting of elapsed time.
Fixes #1946
2006-11-08 20:49:02 +00:00
fgerlits 876cbca5e6 undoing a change in [2433] which was pointless and possibly harmful 2006-11-08 19:00:43 +00:00
fgerlits 9ce0bb338b fixing a typo in [2433] 2006-11-08 17:26:45 +00:00
mark 2ce852a050 Hack for legacy Boost versions is no longer needed. 2006-11-08 16:29:43 +00:00
fgerlits b454abd40f fixing #1947 2006-11-08 16:10:38 +00:00
fgerlits 3944d3d8da fixing #1945 2006-11-08 10:23:40 +00:00
fgerlits 16a8907e5d removed a debug message left in by mistake 2006-11-08 09:30:58 +00:00
fgerlits 5dd9c29561 minor edit: fixed a typo (thanks, Frans) 2006-11-08 09:28:33 +00:00
mark 02d3438bc2 Fix GStreamer warnings that would sometime occur on trackend. The root of this problem was a rather rather serious bug in the player: In some cases we called other methods from inside of the EOS handler, which would modify the pipeline, start new tracks, etc. I have fixed this problem by using an idle function, so that the calls are relayed via the event loop.
Please note: The new code causes some tests to fail. This is *not* a bug in the player, but in fact a known problem with the testrunner.

Fixes #1941
2006-11-07 19:35:46 +00:00
fgerlits a94d747628 fixing #1930 2006-11-07 16:43:34 +00:00
fgerlits b286b9048d fixing #1920 2006-11-06 17:37:58 +00:00
fgerlits 959c465bb0 fixed #1918 2006-11-06 16:28:35 +00:00
mark 6456f5a162 Major performance improvement for SMIL files: Now the GstreamerPlayer is also able to open SMIL files in about 0.5 seconds.
Now I have removed usage of the old (slow) autoplugger altogether. Due to bugs in the minimalaudiosmil element, we cannot currently use it with decodebin. Hence we detect the SMIL filetype by file extension, and instantiate the element manually (very fast).

With this commit, #1904 is entirely fixed.
2006-11-06 07:56:33 +00:00
mark cc4b94fdc2 Fix typo. 2006-11-05 10:14:54 +00:00
mark 8ea9d9d21a Major performance improvements for the GstreamerPlayer: Lag for opening/starting files has been reduced by a multitude, for all filetypes except SMIL. This has been achieved by using GStreamer's decodebin autoplugger, instead of our (very slow) custom autoplugger. For SMIL we currently still need to use the old autoplugger, so I have implemented two different codepaths.
For some hard numbers, this is an excerpt of a session with the new code:

[GstreamerPlayer] BEGIN: virtual void LiveSupport::PlaylistExecutor::GstreamerPlayer::open(std::string)
  [GstreamerPlayer] Opening URL: file:var/test.mp3
[GstreamerPlayer] END__: virtual void LiveSupport::PlaylistExecutor::GstreamerPlayer::open(std::string) - Took 0.099144s
[GstreamerPlayer] BEGIN: virtual void LiveSupport::PlaylistExecutor::GstreamerPlayer::start()
[GstreamerPlayer] END__: virtual void LiveSupport::PlaylistExecutor::GstreamerPlayer::start() - Took 0.000105s

Total execution time ~0.1s. Almost instant.

Fixes #1904
2006-11-05 09:23:47 +00:00
tomash 42891b2059 minor fixes (prevention of warnings) 2006-11-03 21:07:06 +00:00