| 2025-09-29 00:46 | Wrote basic shell script for creating and uploading to github. | Andrew Laack | 4 | +29 | -5 |
| 2025-09-29 00:18 | Init | Andrew Laack | 1 | +0 | -0 |
| 2025-09-29 00:11 | Init | Andrew Laack | 1 | +10 | -0 |
| 2025-09-28 19:38 | Added more code for auto-uploading, this isn't super useful... yet' | Andrew Laack | 6 | +204 | -1 |
| 2025-09-14 22:44 | Wrote break_up script | andrew.laack | 1 | +3 | -0 |
| 2025-09-14 22:28 | Updated decoder | andrew.laack | 1 | +1 | -1 |
| 2025-09-14 06:21 | Added unlimited for python. | andrew.laack | 2 | +214 | -0 |
| 2025-07-18 17:13 | Fixed stratified test by updating chunk size calculation. | Andrew Laack | 3 | +18 | -6 |
| 2025-07-17 16:14 | started working on stratification test + functionallity | Andrew Laack | 4 | +143 | -7 |
| 2025-07-17 15:23 | Updated readme | Andrew Laack | 2 | +10 | -0 |
| 2025-07-17 06:36 | Added tests, fixed a few issues with images. This seems to be working for single images. There is still work to be done for chunking behavior. | Andrew Laack | 5 | +57 | -2 |
| 2025-07-17 03:59 | Was it that easy? | Andrew Laack | 1 | +10 | -4 |
| 2025-07-17 03:53 | I have fixed the issue, but not in the most elegant way. | Andrew Laack | 1 | +16 | -12 |
| 2025-07-17 03:05 | Created encoder/decoder logic. I now need to update the header logic because we currently don't know the number of characters we will write at the start.... should think about how to resolve this issue. | Andrew Laack | 4 | +26 | -6 |
| 2025-07-17 02:35 | Updated chunk to overload and then state how much was written to the given frame. This is easier than calculating the size of the header, at least I think | Andrew Laack | 4 | +30 | -68 |
| 2025-07-16 18:29 | I think there is an issue with sizing | Andrew Laack | 3 | +47 | -33 |
| 2025-07-16 18:00 | Updated file reading logic | Andrew Laack | 3 | +97 | -70 |
| 2025-07-11 17:53 | Updated some logic, need to add more testing and consideration for enforcing header values | Andrew Laack | 3 | +57 | -18 |
| 2025-07-11 17:28 | Refactored project structure, updated reading header info from image, verified both sides work as expected. | Andrew Laack | 6 | +166 | -56 |
| 2025-07-11 04:58 | Added header to output file. | Andrew Laack | 1 | +19 | -6 |
| 2025-07-11 04:51 | Verified encoder portion of the system | Andrew Laack | 1 | +17 | -2 |
| 2025-07-11 04:37 | Started working on implementing a better system for encoding the filename and chunk information into the visible data instead of metadata. | Andrew Laack | 2 | +26 | -10 |
| 2025-07-10 22:28 | Finished setting up encoder and decoder portions, verified they always match. Next I need to figure out how to stitch these together into a video and then finally improve performance. | Andrew Laack | 4 | +178 | -7 |
| 2025-07-10 19:08 | Created chunk class for reading and writing a chunk of a file. | Andrew Laack | 3 | +90 | -3 |
| 2025-07-10 18:02 | Init commit | Andrew Laack | 2 | +7 | -0 |