Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-31 | Makefile: Allow specifying DEBUG=1 as parameter | Benjamin Franzke | 1 | -2/+0 | |
2012-11-14 | video_decode: Use av_close_input if available | Benjamin Franzke | 1 | -1/+4 | |
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 | 1 | -1/+1 | |
2012-11-13 | Build works an OpenBSD. | Jan Klemkow | 1 | -1/+2 | |
2012-11-13 | Add decode_frame example: How to decode one video frame at timestamp | Benjamin Franzke | 1 | -0/+180 | |
..and convet to RGB if desired. |