]> git.sesse.net Git - nageru/history - image_input.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / image_input.cpp
2017-06-15 Steinar H. GundersonTighten up the Movit #include paths a bit; fixes compil...
2017-04-14 Steinar H. GundersonMove some common FFmpeg utilities out into a shared...
2017-04-12 Steinar H. GundersonMake search_for_file() understand URLs.
2017-04-12 Steinar H. GundersonMake search_for_file() understand absolute paths.
2017-04-12 Steinar H. GundersonMake search_for_file (in ImageInput) available to the...
2017-02-14 Steinar H. GundersonMake ImageInput shutdown immediate, instead of waiting...
2017-02-14 Steinar H. GundersonFix so one can use images with other resolutions than...
2017-01-25 Steinar H. GundersonName the ImageInput update threads, too.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
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...