- e0fd2da [Bugfix] Fixed a problem with recursive seeking and unhandled EOFException("[JUMP]"). by Constantin Kaplinsky · 17 years ago
- b29bb75 [Debug] Printing entry points at index-driven seeking, for testing and debugging purposes. by Constantin Kaplinsky · 17 years ago
- f1707d7 [Refactoring] Added a separate function to compute the number of index record for the given time offset. by Constantin Kaplinsky · 17 years ago
- 7354012 [Cleanup] Minor code formatting change. by Constantin Kaplinsky · 17 years ago
- f5821e5 [Development] Graceful fallback to non-indexed seeking if Range headers in HTTP requests are not supported by the HTTP server or HTTP proxy. by Constantin Kaplinsky · 17 years ago
- a9bb64f [Cleanup] Renamed a variable. by Constantin Kaplinsky · 17 years ago
- 5ef9c36 [Development] Changed the .fbi file format, now key_fpos and key_size refer to pure data within FBS data block. Previously, they referred to the whole block with its service fields. by Constantin Kaplinsky · 17 years ago
- 9e50164 [Development] Data format of the .fbi file has been changed. In addition to the list of entry points, it will include RFB initialization data that should be prepended to each keyframe. by Constantin Kaplinsky · 17 years ago
- 4f39f8e [Enhancement] Validating the .fbi file contents - timestamps should go in ascending order. by Constantin Kaplinsky · 17 years ago
- 31b7a24 [Development] Indexed seeking (using HTTP 1.1 Range request headers) is working for initial file positioning, and for seeking backwards. by Constantin Kaplinsky · 17 years ago
- 3e51615 [Cleanup] Declared FbsConnection.openByteRange() static. by Constantin Kaplinsky · 17 years ago
- d2af082 [Refactoring] Added a separate function to connect to a byte range via HTTP using the Range header. by Constantin Kaplinsky · 17 years ago
- d3a2df1 [Development] Loading the keyframe data, using HTTP Range headers to load only the desired part of the .fbk file. In this revision, the data then cannot be parsed correctly because RfbProto expects RFB initialization sequence which is absent in keyframes. by Constantin Kaplinsky · 17 years ago
- 1c2865f [Development] Added two methods to open FBS files, with and without index-driven seeking. The method that uses index data is not functional yet. Improved error handling. by Constantin Kaplinsky · 17 years ago
- 38f044f [Development] Print FBS entry point information when efficient seeking via index files may be used. Efficient seeking itself is not implemented yet. by Constantin Kaplinsky · 17 years ago
- 5ba167a [Cleanup] Renamed member variable idx to indexData. by Constantin Kaplinsky · 17 years ago
- be68e7f [Bugfix] Saving actual numbers of records read from the .fbi file. by Constantin Kaplinsky · 17 years ago
- b0f71f0 [Cleanups] Removed unused import and used better syntactic form for array declaration. by Constantin Kaplinsky · 17 years ago
- f338d2c [Bugfixes, enhancements] Fixed various bugs with loading index from .fbi file, significantly improved error handling. Now the index data is kept as a usual array of FbsEntryPoint records, Vector is not used any more. by Constantin Kaplinsky · 17 years ago
- ade425a [Development] Loading index data from the .fbi file. by Constantin Kaplinsky · 17 years ago
- 5f1f886 [Development] Added support for new "Index" parameter which sets URL prefix of .fbi and .fbk index files. Reading .fbi index file, without actually using its data. by Constantin Kaplinsky · 17 years ago
- 2859fdc [Refactoring] Created new FbsConnection class to manage connections to FBS and index files. Index files are not used yet. by Constantin Kaplinsky · 17 years ago