aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-compress.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors and warnings and make the code cleanerMattias Andrée2017-05-161-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-10/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-091-3/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-next-frame: add -f flag: read multiple framesMattias Andrée2017-04-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée2017-04-081-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-compress and blind-decompressMattias Andrée2017-01-261-0/+69
Signed-off-by: Mattias Andrée <maandree@kth.se>