]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/shortlog
EN605.617.81.FA21_StephenSeo_DitheringProject
2024-12-19 Stephen SeoUpdate README.md master
2024-06-24 Stephen SeoUpdate README.md
2024-06-24 Stephen SeoHandle use of ffmpeg deprecated function
2024-03-07 Stephen SeoUpdate LICENSE year
2024-03-07 Stephen SeoMinor fix: un/signed int comparison warning
2024-03-07 Stephen SeoFix use of deprecated OpenCL function
2024-03-07 Stephen SeoFix usage of deprecated AVFrame::pkt_duration
2023-05-28 Stephen SeoFix uninit. flag: videos outputted pngs sometimes
2023-05-23 Stephen SeoUpdate LICENSE year
2023-05-23 Stephen SeoSupport multiple OpenCL platforms
2022-02-18 Stephen SeoUpdate year in LICENSE
2022-02-18 Stephen SeoUpdate README.md
2022-02-18 Stephen SeoApply fixes based on FFmpeg 5.0
2022-01-18 Stephen SeoSet up for more strict version checking of FFmpeg
2022-01-18 Stephen SeoSet maximum required versions of ffmpeg dependency
2022-01-18 Stephen SeoUpdate README.md
2022-01-18 Stephen SeoUpdate README.md
2022-01-18 Stephen SeoUpdate README.md
2021-12-12 Stephen SeoUpdate README.md
2021-12-12 Stephen SeoUpdate README.md
2021-12-10 Stephen SeoMinor fix to Help/Usage text
2021-12-10 Stephen SeoUpdate README.md
2021-12-07 Stephen SeoRemove unnecessary include
2021-12-06 Stephen SeoImpl better handling of input video fps
2021-12-06 Stephen SeoFix memory leak with AVPacket, OpenCL logs
2021-12-06 Stephen SeoFix potential memory leak (free AVFrame instance)
2021-12-06 Stephen SeoFix --video-pngs where last frame may not be used
2021-12-05 Stephen SeoMore tweaking of encoding params for video
2021-12-05 Stephen SeoTweak encoding params for better quality video
2021-12-04 Stephen SeoUpdate README.md
2021-12-04 Stephen SeoFix Image::ColorToGray()
2021-12-04 Stephen SeoMinor efficiency fix/refactoring
2021-12-03 Stephen SeoUpdate README.md
2021-12-03 Stephen SeoImpl output to video, update program args
2021-12-02 Stephen SeoMinor fixes
2021-12-02 Stephen SeoMinor doc fixes, disable copy, allow move on Video
2021-12-01 Stephen SeoMinor fix to documentation
2021-12-01 Stephen SeoMinor fix regarding blue-noise-offsets
2021-12-01 Stephen SeoUpdate README.md
2021-12-01 Stephen SeoAdd another generated blue-noise image to res/
2021-12-01 Stephen SeoAdd to README.md note about supported file formats
2021-12-01 Stephen SeoUpdate README.md
2021-12-01 Stephen SeoAdd arg parsing
2021-12-01 Stephen SeoAdd comment about video.h
2021-12-01 Stephen SeoUpdate README.md
2021-12-01 Stephen SeoUpdate README.md
2021-12-01 Stephen SeoCreate LICENSE
2021-12-01 Stephen SeoAdd some comments to video.h
2021-12-01 Stephen SeoMerge branch 'master' into develop
2021-12-01 Stephen SeoUpdate README.md
2021-12-01 Stephen SeoMerge branch 'master' into develop
2021-12-01 Stephen SeoAdd README.md
2021-12-01 Stephen SeoRefactoring of opencl_handle and image for reuse
2021-11-30 Stephen SeoImpl convert video frames to color dithered pngs
2021-11-29 Stephen SeoWIP Fix includes and linking with libav/ffmpeg
2021-11-29 Stephen SeoWIP Use ffmpeg to decode/encode dithered frames
2021-11-27 Stephen SeoWrite more efficient dithered pngs using palettes
2021-11-27 Stephen SeoMove image.cc fns to same order as in image.h
2021-11-27 Stephen SeoAdd check: color-dithering usage on colored Image
2021-11-27 Stephen SeoImpl dithering on red/green/blue channels
2021-11-27 Stephen SeoRename kernel using fns/vars with word "grayscale"
2021-11-27 Stephen SeoSome fixes using dithering kernel
2021-11-26 Stephen SeoImpl OpenCL Dithering with Blue-Noise
2021-11-18 Stephen SeoMinor fixes to opencl_handle
2021-11-16 Stephen SeoFix compiler error, minor fix
2021-11-16 Stephen Seoclang-tidy/clang-format fixes
2021-11-16 Stephen SeoImpl opencl_handle
2021-11-15 Stephen SeoTweaks to OpenCLContext/OpenCLHandle defs
2021-11-15 Stephen SeoAdd skeleton code for OpenCL handling
2021-11-12 Stephen SeoImpl decode PGM/PPM, fix encode PNG
2021-11-12 Stephen SeoImpl SaveAsPNG
2021-11-12 Stephen SeoMinor fix to comment
2021-11-12 Stephen SeoImpl PNG decoding and PPM saving
2021-11-11 Stephen SeoWIP libpng image decoding
2021-11-11 Stephen SeoInit project setup
2021-11-11 Stephen SeoInit empty commit