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