]> git.sesse.net Git - nageru/history - Makefile
Fix a GCC warning.
[nageru] / Makefile
2018-10-21 Steinar H. GundersonAnother Makefile hack.
2018-10-14 Steinar H. GundersonSupport other streams than the default file.
2018-10-10 Steinar H. GundersonMove Y'CbCr conversion into a common utility class.
2018-10-01 Steinar H. GundersonAdd a disk space estimator. Code largely borrowed from...
2018-09-30 Steinar H. GundersonSerialize state to disk between runs, using SQLite.
2018-09-29 Steinar H. GundersonDecode 4:2:2 JPEGs via VA-API if available.
2018-09-16 Steinar H. GundersonSubsample chroma on the GPU instead of the CPU.
2018-09-16 Steinar H. GundersonFix so that make clean removes all objects.
2018-09-15 Steinar H. GundersonStart hacking in support for interpolated frames in...
2018-09-15 Steinar H. GundersonSplit out the flow code from the example driver.
2018-09-15 Steinar H. GundersonMove stream generation into a new class VideoStream...
2018-08-18 Steinar H. GundersonImport a bunch of http/mux code from Nageru.
2018-08-02 Steinar H. GundersonRemove the rather pointless enable_if tests for now...
2018-08-02 Steinar H. GundersonMove GPUTimers into its own file.
2018-07-21 Steinar H. GundersonLoad arbitrary images through SDL_image, instead of...
2018-07-06 Steinar H. GundersonAdd some utility functions for working with .flo files.
2018-06-16 Steinar H. GundersonConvert Y'CbCr using Movit instead of in software with...
2018-06-11 Steinar H. GundersonAdd some very basic playback.
2018-06-10 Steinar H. GundersonStart working on a clip list.
2018-06-05 Steinar H. GundersonActually start showing JPEGs on the screen.
2018-06-05 Steinar H. GundersonThrow up some widgets.
2018-06-04 Steinar H. GundersonInitial checkin.