Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-29 | add script for video cutting | Jan Klemkow | 1 | -0/+20 | |
2013-01-29 | flush output and use space als separator | Jan Klemkow | 1 | -3/+7 | |
2013-01-29 | video-decode: Allow reusing an old frame | Benjamin Franzke | 3 | -11/+24 | |
2013-01-29 | print_error: Be static | Benjamin Franzke | 1 | -1/+1 | |
2013-01-29 | Use asciidoc-boilerplate for document | Benjamin Franzke | 4 | -4/+10 | |
2013-01-29 | add flags for calc and output, print time and duration on cut | Jan Klemkow | 1 | -23/+55 | |
2013-01-29 | add second diff over diff | Jan Klemkow | 2 | -7/+8 | |
2013-01-11 | Add basic paper. | Jan Klemkow | 1 | -0/+0 | |
2013-01-11 | Add sources of information. | Jan Klemkow | 2 | -5/+41 | |
2013-01-10 | mv struct and wip state | Jan Klemkow | 3 | -12/+40 | |
2012-11-17 | Makefile: Add clean target | Benjamin Franzke | 1 | -0/+3 | |
2012-11-17 | Makefile move DEBUG=0 to CFLAGS | Benjamin Franzke | 1 | -3/+2 | |
2012-11-17 | video_decode: Use av_strerror to get an error message if read_frame fails | Benjamin Franzke | 1 | -2/+9 | |
2012-11-17 | video_decode: Quient libav if DEBUG is disabled | Benjamin Franzke | 1 | -0/+3 | |
2012-11-17 | video_decode: Inidicate EOF in get_frame | Benjamin Franzke | 4 | -4/+14 | |
..and do not print an error message. | |||||
2012-11-15 | Add video and graph. | Jan Klemkow | 1 | -5/+15 | |
2012-11-15 | Replace old presentation stuff with cut images. | Jan Klemkow | 1 | -41/+63 | |
2012-11-15 | doc: Add png images to clean target | Benjamin Franzke | 1 | -1/+1 | |
2012-11-15 | doc: Add src/image/*.png to image target | Benjamin Franzke | 1 | -1/+4 | |
2012-11-15 | doc: Add cut pictures. | Jan Klemkow | 3 | -1/+10 | |
2012-11-15 | presentation: Use correct german umlauts | Benjamin Franzke | 1 | -12/+12 | |
2012-11-15 | advtime: Compile with debugging symbols for now | Benjamin Franzke | 1 | -1/+1 | |
2012-11-15 | Add img/ directory needed for advtime diff output | Benjamin Franzke | 1 | -0/+0 | |
Or we fail (previously segfault) in opening the splitted frames. | |||||
2012-11-15 | pgm_save: Check whether file could be opened | Benjamin Franzke | 3 | -5/+11 | |
2012-11-15 | util: Remove pgm output in frame_mix function | Benjamin Franzke | 3 | -13/+7 | |
That should be up to the utility user, to use pgm_save afterwards. | |||||
2012-11-15 | doc: change presentation | Jan Klemkow | 1 | -0/+6 | |
2012-11-15 | Add graph plotting script. | Jan Klemkow | 2 | -0/+12 | |
2012-11-15 | Add frame mix saving for high diffs. | Jan Klemkow | 4 | -7/+64 | |
2012-11-14 | Add frame diff calculation and getopt. | Jan Klemkow | 1 | -15/+71 | |
2012-11-14 | doc: Add presentation.html and film.svg to gitignore | Benjamin Franzke | 1 | -0/+2 | |
2012-11-14 | video_decode.h: Add header guards | Benjamin Franzke | 1 | -0/+5 | |
2012-11-14 | Add util.c | Benjamin Franzke | 2 | -0/+19 | |
2012-11-14 | Add advtime to gitignore | Benjamin Franzke | 1 | -0/+1 | |
2012-11-14 | advtime: Fix warnings | Benjamin Franzke | 1 | -15/+2 | |
2012-11-14 | advtime: Disable DEBUG for video_decode | Benjamin Franzke | 2 | -1/+6 | |
2012-11-14 | frame_to_pgm: Fix identation | Benjamin Franzke | 1 | -9/+9 | |
2012-11-14 | Add average frame calculation. | Jan Klemkow | 2 | -167/+50 | |
2012-11-14 | video_decode: Use av_close_input if available | Benjamin Franzke | 2 | -2/+8 | |
Instead of the deprecated av_close_input_file. Which is still needed becuase OpenBSD's libav is to old. | |||||
2012-11-14 | Fix incorrect usage of av_close_input_file | Benjamin Franzke | 2 | -2/+2 | |
2012-11-13 | Build works an OpenBSD. | Jan Klemkow | 3 | -3/+5 | |
2012-11-13 | frame_to_pgm: Oops, acutally free resources.. | Benjamin Franzke | 2 | -0/+4 | |
2012-11-13 | Add very simple abstraction [video_decode.c] of libav | Benjamin Franzke | 4 | -2/+219 | |
..and an example program using it: frame_to_pgm. | |||||
2012-11-13 | Add decode_frame example: How to decode one video frame at timestamp | Benjamin Franzke | 3 | -0/+187 | |
..and convet to RGB if desired. | |||||
2012-10-22 | doc: add reconation methods | Jan Klemkow | 2 | -1/+16 | |
2012-10-22 | advtime: Fix compilation | Jan Klemkow | 1 | -3/+3 | |
2012-10-14 | add source code from ffmpeg lib | Jan Klemkow | 3 | -0/+394 | |
2012-10-04 | modify document | Jan Klemkow | 1 | -0/+7 | |
2012-10-04 | add last changes for presentation | Jan Klemkow | 3 | -4/+16 | |
2012-10-04 | Add Makefile | Jan Klemkow | 1 | -0/+7 | |
2012-10-04 | edit presentation and add image for filmscenes | Jan Klemkow | 2 | -5/+12 | |