Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | advtime: Fix compilation | Jan Klemkow | 1 | -3/+3 | |
2012-10-14 | add source code from ffmpeg lib | Jan Klemkow | 3 | -0/+394 | |