0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- add directory check in cygwin for 'My Documents' path... - fix improper name check for .xml and .cache files. More... about 15 years ago
- add directory check in cygwin for 'My Documents' path, should be more accurate for auto-finding videos on WinXP and later. More... about 15 years ago
- fix improper name check for .xml and .cache files. More... about 15 years ago
- changes for invalidating out-of-date /cache, and file extension filter. More... about 15 years ago
- Changed extension_filter to make cache and xml always excluded, and remove them from user adjustable extension_filter string. Bad Things happen if we try to load filename.xml, which then looks for an xml file with the same name by stripping the extension and adding .xml. More... about 15 years ago
- Allow invalidating /cache file if .xml or .cache have been updated since the /cache file was created, and create new /cache file. More... about 15 years ago
- move check for min preTitle length lower, so it actually works. - allow overwriting old cache file. More... about 15 years ago
- Added per-file transcode option overrides using xml and cache files, in addition to the filename overrides. See the wiki on "override transopts" for usage. More... about 15 years ago
- fixed sorting on episode titles. More... about 15 years ago
- Rebuilt the readdir code in findNicenameBounds in a way that works for both linux and cygwin. I'm not sure this ever worked as intended. - Added some checks that pre and post title strings don't overlap, and that we don't end up with the entire title in the preTitle, and strip to nothing left in the main part of the title. More... about 15 years ago
- Re-committed changes from rev 1.52 without findNicenameBounds parts. More... about 15 years ago
- rolling back last update. regression testing on linux showed problems with the findNicenameBounds changes in directory parsing. More... about 15 years ago
- Comment out 'mpg' from registering under TivoFile, as it seems to be broken. Should fall back to decoding with AVI2/ffmpeg. More... about 15 years ago
- bump debug version for audio sync and GroupBySeries changes. More... about 15 years ago
- Finally figured out why niceName didn't work in cygwin. Changed check for "." and ".." to Path().is_directory() More... about 15 years ago
- Allow any audio_sync_method value, instead of limiting from 2 to 5. We only read a single digit via file name, but this should be more flexible once I add reading sync method from .cache file. More... about 15 years ago
- Added check that windres actually exists, before attempting to compile Win32 file info resource. More... about 15 years ago
- Alert user on catch-22. We cannot resample if more than 2 channels, and we can't transcode to MP2 with invalid sample rates. Not much we can do, we're about to crash either way. More... about 15 years ago
- fixed issue with audio_sample_rate with transcoding AAC into AC3 More... about 15 years ago
- Added ability to resync audio where a normal transfer gets out of sync with video. New per-file name flag 'async_#', where # is from 2 to 5, corresponding to the amount of sample correction. If audio gets out of sync near the end of a video, 'async_2' might be appropriate, or 'async_5' if it loses sync near the beginning. Some experimentation with values may be needed to find the right one. Implemented as new value in struct aviInfo, int async. More... about 15 years ago
- Added per file flag 'no_acopy' as part of file name, to not copy audio streams on problem files, while retaining the global ability to copy streams. Works just like 'no_vcopy' when added to the file name. More... about 15 years ago
- Added ability to transcode non-AC3 source with more than 2 channels into AC3. New value for option USE_AC3=4. At levels <4, a non-AC3 multi-channel source will still be transcoded to stereo MP2 as before. The logic works, and it does select AC3 as the output codec, but I've not yet been able to fully test this. Marking as EXPERIMENTAL. More... about 15 years ago
- fixed issue with valid_audio_rates not properly rounding up, resulting in default to 48000 sample rate. More... about 15 years ago
- tweak version.h for win32 binary file info More... about 15 years ago
- added CR to be stripped by 'trim', mainly for DOS format cfg files. More... about 15 years ago
- new versions of tivoserver launchers. More... about 15 years ago
-fixed log statement with wrong int format. More... about 15 years ago
- New icons for launchers. More... about 15 years ago
- Moved to win32 directory. More... about 15 years ago
- Added bind socket in BeaconManager::Broadcast to allow multiple copies of TS (or other software) to announce beacons when INTERFACE_ADDR is used. Fixes issue where broadcasts always originated from primary IP Addr. More... about 15 years ago