| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bugfix] Fixed a problem with recursive seeking and unhandled EOFException("[... | Constantin Kaplinsky | 2008-06-23 | 3 | -6/+8 |
* | [Development] Using index-driven positioning when seeking forward over more t... | Constantin Kaplinsky | 2008-06-23 | 2 | -10/+12 |
* | [Debug] Printing entry points at index-driven seeking, for testing and debugg... | Constantin Kaplinsky | 2008-06-23 | 1 | -0/+2 |
* | [Refactoring] Added a separate function to compute the number of index record... | Constantin Kaplinsky | 2008-06-23 | 1 | -17/+24 |
* | [Cleanup] Minor code formatting change. | Constantin Kaplinsky | 2008-06-23 | 1 | -2/+2 |
* | [Development] Graceful fallback to non-indexed seeking if Range headers in HT... | Constantin Kaplinsky | 2008-06-23 | 1 | -3/+7 |
* | [Cleanup] Renamed a variable. | Constantin Kaplinsky | 2008-06-23 | 1 | -10/+8 |
* | [Development] Changed the .fbi file format, now key_fpos and key_size refer t... | Constantin Kaplinsky | 2008-06-23 | 1 | -3/+2 |
* | [Development] Data format of the .fbi file has been changed. In addition to t... | Constantin Kaplinsky | 2008-06-23 | 1 | -23/+22 |
* | [Enhancement] Validating the .fbi file contents - timestamps should go in asc... | Constantin Kaplinsky | 2008-06-23 | 1 | -0/+8 |
* | [Development] Indexed seeking (using HTTP 1.1 Range request headers) is worki... | Constantin Kaplinsky | 2008-06-22 | 1 | -12/+39 |
* | [Cleanup] Declared FbsConnection.openByteRange() static. | Constantin Kaplinsky | 2008-06-21 | 1 | -1/+1 |
* | [Refactoring] Added a separate function to connect to a byte range via HTTP u... | Constantin Kaplinsky | 2008-06-21 | 1 | -11/+17 |
* | [Development] Loading the keyframe data, using HTTP Range headers to load onl... | Constantin Kaplinsky | 2008-06-20 | 2 | -3/+30 |
* | [Development] Added two methods to open FBS files, with and without index-dri... | Constantin Kaplinsky | 2008-06-20 | 1 | -6/+44 |
* | [Development] Print FBS entry point information when efficient seeking via in... | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+15 |
* | [Cleanup] Renamed member variable idx to indexData. | Constantin Kaplinsky | 2008-06-20 | 1 | -4/+4 |
* | [Bugfix] Saving actual numbers of records read from the .fbi file. | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+3 |
* | [Cleanups] Removed unused import and used better syntactic form for array dec... | Constantin Kaplinsky | 2008-06-20 | 1 | -2/+1 |
* | [Bugfixes, enhancements] Fixed various bugs with loading index from .fbi file... | Constantin Kaplinsky | 2008-06-20 | 1 | -18/+43 |
* | [Documentation] Documented toString(). | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+5 |
* | [Enhancement] New method to compose a String respesentation of the object. | Constantin Kaplinsky | 2008-06-20 | 1 | -0/+10 |
* | [Bugfix] Always print error messages on System.err instead of System.out. | Constantin Kaplinsky | 2008-06-20 | 3 | -3/+3 |
* | [Development] Loading index data from the .fbi file. | Constantin Kaplinsky | 2008-06-20 | 2 | -9/+83 |
* | [Development] Added support for new "Index" parameter which sets URL prefix o... | Constantin Kaplinsky | 2008-06-20 | 2 | -5/+58 |
* | [Refactoring] Removed unused variable. | Constantin Kaplinsky | 2008-06-19 | 1 | -2/+0 |
* | [Refactoring] Created new FbsConnection class to manage connections to FBS an... | Constantin Kaplinsky | 2008-06-19 | 2 | -21/+64 |
* | [Refactoring] Setting initial time offset in newFbsConnection(). | Constantin Kaplinsky | 2008-06-19 | 1 | -5/+6 |
* | [Refactoring] Added another constructor to FbsInputStream, a lower level one.... | Constantin Kaplinsky | 2008-06-19 | 1 | -16/+57 |
* | [Refactoring] Reading an FBS data block has been separated in a new method wi... | Constantin Kaplinsky | 2008-06-19 | 1 | -13/+36 |
* | Better documentation for the FbsInputStream constructor. | Constantin Kaplinsky | 2008-06-19 | 1 | -4/+10 |
* | Removed unused FbsInputStream constructor, added Javadoc to the remaining con... | Constantin Kaplinsky | 2008-06-18 | 1 | -10/+7 |
* | Code refactoring. Now RfbPlayer maintains FbsInputStream and RfbProto instanc... | Constantin Kaplinsky | 2008-06-18 | 3 | -55/+60 |
* | Code formatting changes only. | Constantin Kaplinsky | 2008-06-18 | 1 | -21/+43 |
* | Code refactoring in preparation to more efficient seeking. Now we handle init... | Constantin Kaplinsky | 2008-06-17 | 2 | -7/+10 |
* | Eliminated one call to a deprecated method, and one potential NullPointerExce... | Constantin Kaplinsky | 2008-06-17 | 1 | -2/+2 |
* | Package name for RfbPlayer changed to com.tightvnc.rfbplayer. | Constantin Kaplinsky | 2008-04-30 | 9 | -9/+9 |
* | Revert back to using cache for .fbs files. | wimba.com | 2008-01-02 | 1 | -3/+2 |
* | Changed the name of the package from com.HorizonLive.RfbPlayer to com.wimba.R... | wimba.com | 2007-11-19 | 9 | -26/+11 |
* | Make sure that .fbs files are not used from cache - this is because a disrupt... | wimba.com | 2007-11-14 | 1 | -1/+7 |
* | - Implemented liveshare archive playback pause. | wimba.com | 2007-04-02 | 2 | -1/+26 |
* | Remove spaces from parameter names so that they can be used as attributes in ... | wimba.com | 2005-09-14 | 1 | -3/+3 |
* | Fix player so that the canvas properly sizes when frame buffer changes size. ... | wimba.com | 2005-02-11 | 1 | -222/+385 |
* | Fix so that the vnc viewer properly sizes on resizes. Using the LWScrollPane ... | wimba.com | 2005-02-08 | 3 | -11/+275 |
* | Null check. | wimba.com | 2005-01-11 | 1 | -1/+2 |
* | While seeking, prevent repaints triggered by cursor and frame buffer size cha... | wimba.com | 2005-01-07 | 1 | -45/+52 |
* | Center shared image in frame when frame is bigger than shared area size. | wimba.com | 2005-01-03 | 1 | -16/+70 |
* | Closing a different stream to prevent a problem. Also, added | wimba.com | 2004-11-01 | 2 | -1/+5 |
* | Fix RfbPlayer so that it shuts down more orderly. prevents a | wimba.com | 2004-11-01 | 3 | -5/+30 |
* | Changed RfbProto to use the same encoding type check as the vnc viewer, meani... | wimba.com | 2004-10-13 | 1 | -2/+3 |