/[tivodecode]/t2sami/trunk
ViewVC logotype

Log of /t2sami/trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 257 - Directory Listing
Modified Tue Dec 27 08:17:02 2011 UTC (11 years, 9 months ago) by jeremyd2019
update for boost_filesystem api version 3.

Revision 256 - Directory Listing
Modified Tue Dec 27 08:16:00 2011 UTC (11 years, 9 months ago) by jeremyd2019
update to make newer versions of autoconf happy

Revision 255 - Directory Listing
Modified Mon Apr 25 03:37:29 2011 UTC (12 years, 5 months ago) by jeremyd2019
fix a crash during caption extraction.  Added some asserts to help track down that crash.

Revision 251 - Directory Listing
Modified Fri Aug 31 06:19:10 2007 UTC (16 years, 1 month ago) by jeremyd2019
sync common files between t2sami and tivodecode.  remove extraneous extern "C" around includes in t2sami because tivodecode headers now have them


Revision 244 - Directory Listing
Modified Tue Aug 28 05:17:25 2007 UTC (16 years, 1 month ago) by jeremyd2019
version bump


Revision 243 - Directory Listing
Modified Tue Aug 28 05:01:16 2007 UTC (16 years, 1 month ago) by jeremyd2019
change to allow reading and writing to stdin/stdout, based loosely on a patch by mikel111, but make it consitent with tivodecode (and other unix apps) in that an input or output file of '-' means stdin or stdout respectively


Revision 205 - Directory Listing
Modified Sun Apr 1 22:17:27 2007 UTC (16 years, 6 months ago) by jeremyd2019
add files that autoconf did not know about to EXTRA_DIST so that they are included in the dist tar file (Doxyfile and windows build files)


Revision 204 - Directory Listing
Modified Sun Apr 1 22:00:37 2007 UTC (16 years, 6 months ago) by jeremyd2019
change version number, intend scheme to be windowsver-unixver, for example 2.0.0033-pre1 for an alpha release or 2.0.0033-1 for a real release, in order to differentiate from the original version.  Renumber exit codes to avoid duplication.  Add a --version option to display the version info.


Revision 202 - Directory Listing
Modified Sun Apr 1 05:30:15 2007 UTC (16 years, 6 months ago) by jeremyd2019
add header files to SOURCES so that they get packaged by 'make dist'


Revision 198 - Directory Listing
Modified Sun Apr 1 04:46:08 2007 UTC (16 years, 6 months ago) by jeremyd2019
merge autoconf branch back to head.  AUTOCONF_CONVERSION_BRANCH is now closed


Revision 188 - Directory Listing
Modified Sat Mar 31 21:17:22 2007 UTC (16 years, 6 months ago) by jeremyd2019
port upstream changes from postgresql's getopt* files, which remove the advertising clause from the license on the file


Revision 187 - Directory Listing
Modified Fri Mar 23 05:49:47 2007 UTC (16 years, 6 months ago) by jeremyd2019
add new command line options for new options in CTivoScan class


Revision 185 - Directory Listing
Modified Fri Mar 23 03:57:21 2007 UTC (16 years, 6 months ago) by jmemmott
Merged in captioning improvements made between between versions 2.0.0025 and 2.0.0033 of Windows source.


Revision 184 - Directory Listing
Modified Fri Mar 23 02:31:30 2007 UTC (16 years, 6 months ago) by jeremyd2019
forward declare CTivoScan for compatibility with gcc 4.1


Revision 182 - Directory Listing
Modified Wed Jan 31 02:47:37 2007 UTC (16 years, 8 months ago) by jeremyd2019
factor out dependency on boost filesystem from TScan.cpp to Utility.cpp with all of the rest of boost filesystem dependent code.


Revision 180 - Directory Listing
Modified Tue Jan 30 23:25:23 2007 UTC (16 years, 8 months ago) by jeremyd2019
cast unsigned char to int explicitly in formating code, as it was not working with the boost code, and I don't know what might happen with normal sprintf


Revision 179 - Directory Listing
Modified Tue Jan 30 01:33:59 2007 UTC (16 years, 8 months ago) by jmemmott
"newissues" fixes.


Revision 177 - Directory Listing
Modified Mon Jan 29 04:08:42 2007 UTC (16 years, 8 months ago) by jeremyd2019
add command line option to write output file to different path than input file - default to same path as input file if not given


Revision 173 - Directory Listing
Modified Sun Jan 28 07:26:35 2007 UTC (16 years, 8 months ago) by jeremyd2019
fix issue I have been having where when CPs::zero() is called when pos == PS_BUFFER_LENGTH, it returns true when it should not due to walking off the end of the buffer


Revision 172 - Directory Listing
Modified Sun Jan 28 07:04:57 2007 UTC (16 years, 8 months ago) by jeremyd2019
fix error where directory name and file name are concated together without delimiter.  Use boost::filesystem for this for portability


Revision 169 - Directory Listing
Modified Sun Jan 28 06:35:10 2007 UTC (16 years, 8 months ago) by jeremyd2019
add include for boost/format usage which has been added to CC.cpp, change char to unsigned char in case where it is looking for chars > 127, length is a function on std::string, add default assert(false) to a couple switches to shut up compiler about potenial use of uninitialized node, and to make sure that if the value of that var is ever some other value, it is noticed quickly.  Fix case of Utility.h since unix is case-sensitive on file names.


Revision 168 - Directory Listing
Modified Sun Jan 28 02:37:35 2007 UTC (16 years, 8 months ago) by jmemmott
Merged latest Windows closed captioning fixes into source.  Tested with Windows compiler - console and gui versions.  Still needs Unix compiler testing.


Revision 149 - Directory Listing
Modified Sun Jan 14 16:57:45 2007 UTC (16 years, 8 months ago) by jmemmott
Fixes for timestamps on final sync entries.


Revision 143 - Directory Listing
Modified Thu Jan 11 21:26:46 2007 UTC (16 years, 8 months ago) by jeremyd2019
change over to a functor struct for progress reporting instead of a function pointer (boost::function lib makes this seamless).  Write an (untested) functor to reproduce the progress reporting method originally used on windows, in an #if 0 block since it will not compile or do anything useful for me.  It serves as an example of how the code could potentially be re-integrated to the windows app so that a single codebase can be shared between windows and unix ports


Revision 142 - Directory Listing
Modified Thu Jan 11 21:24:19 2007 UTC (16 years, 8 months ago) by jeremyd2019
make ProcessPS function return bool since the r_ok value should probably be reported back to the caller, and was using windows-esque methods prior to unix port


Revision 140 - Directory Listing
Modified Thu Jan 11 06:05:23 2007 UTC (16 years, 8 months ago) by jeremyd2019
fix crash due to copy/paste error


Revision 121 - Directory Listing
Modified Mon Jan 8 20:35:04 2007 UTC (16 years, 8 months ago) by jeremyd
rename testy.cpp to better named t2samiapp.cpp and output from testy to t2sami


Revision 101 - Directory Listing
Modified Sun Jan 7 21:54:38 2007 UTC (16 years, 8 months ago) by jeremyd
add additional options for CTivoScan class which are in the options dialog in T2Sami windows app


Revision 100 - Directory Listing
Modified Fri Jan 5 07:06:44 2007 UTC (16 years, 9 months ago) by jeremyd
add callback function for progress reporting - should also be usable for original windoze message-passing cruft ;)


Revision 99 - Directory Listing
Modified Thu Jan 4 20:20:45 2007 UTC (16 years, 9 months ago) by jeremyd
merge changes from latest CC.{cpp,h} from t2samiupdate - I believe this is 2.0.0020


Revision 95 - Directory Listing
Modified Sun Dec 31 23:42:49 2006 UTC (16 years, 9 months ago) by jeremyd
switch reading file from open/read/lseek to happyfile code which is now portably large file enabled


Revision 89 - Directory Listing
Modified Sun Dec 31 07:47:07 2006 UTC (16 years, 9 months ago) by jeremyd
change output files over to fopen style rather than open style, change over to using fprintf rather than boost::format for almost all usage.  fix a couple remaining debug outputs that were not enabled


Revision 88 - Directory Listing
Modified Sat Dec 30 05:06:19 2006 UTC (16 years, 9 months ago) by jeremyd
add hack to put a space in caption when a preamble code is encountered - fixes run-together words which should have been on different lines


Revision 87 - Directory Listing
Modified Sat Dec 30 05:03:20 2006 UTC (16 years, 9 months ago) by jeremyd
make error message on catching exception explain a little more what happened


Revision 86 - Directory Listing
Modified Sat Dec 30 03:16:52 2006 UTC (16 years, 9 months ago) by jeremyd
merge WIP ATSC caption support from upstream, update so that compiling with _DEBUG defined works, for getting the debugging log file


Revision 83 - Directory Listing
Modified Sat Dec 30 01:55:16 2006 UTC (16 years, 9 months ago) by jeremyd
checkpoint unix port work


Revision 82 - Directory Listing
Modified Sat Dec 30 01:52:54 2006 UTC (16 years, 9 months ago) by jeremyd
remove files not immediately interesting to my attempts at a unix port


Revision 80 - Directory Listing
Modified Sat Dec 30 01:51:42 2006 UTC (16 years, 9 months ago) by jeremyd
This commit was generated by cvs2svn to compensate for changes in r79,
which included commits to RCS files with non-trunk default branches.


Revision 78 - Directory Listing
Added Sat Dec 30 01:51:42 2006 UTC (16 years, 9 months ago) by (unknown author)
Standard project directories initialized by cvs2svn.

cvs@jdrake.com
ViewVC Help
Powered by ViewVC 1.1.13