]> git.sesse.net Git - nageru/history - image_input.cpp
Let settings follow buses when editing the mapping.
[nageru] / image_input.cpp
2016-07-27 Steinar H. GundersonMove all the FFmpeg RAII helpers into its own file.
2016-07-27 Steinar H. GundersonRemove the last use of the AVStream::codec parameter.
2016-07-27 Steinar H. GundersonChange to new libavcodec video decoding API. Fixes...
2016-07-27 Steinar H. GundersonRemove some use of the AVStream::codec parameter (not...
2016-07-27 Steinar H. GundersonSearch for images in all directories in --theme-dirs...
2016-05-02 Steinar H. GundersonYet more fixes for clean shutdown.
2016-04-09 Steinar H. GundersonFix reading of PNG images.
2016-04-09 Steinar H. GundersonRefresh ImageInputs from disk every second. Not the...
2016-04-09 Steinar H. GundersonMake load_image() return nullptr instead of exit()...
2016-03-31 Steinar H. GundersonFix issues with newer ffmpeg.
2015-12-31 Steinar H. GundersonOnly load images once; add a cache.
2015-11-14 Steinar H. GundersonFix some leaks in ImageInput.
2015-11-04 Steinar H. GundersonAdd a static image input (fixed to 1280x720 for now...