summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/aviio.cpp
Commit message (Expand)AuthorAgeFilesLines
* aviio.cpp: Use std::clamp AJR2023-09-171-3/+4
* aviio.cpp: Massive code cleanup AJR2023-09-171-755/+514
* Replaced most simple uses of sprintf with type-safe equivalents. (#10948) Erik2023-03-101-49/+32
* aviio.cpp, msdib.cpp: Use core inline functions as appropriate AJR2022-11-151-8/+2
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-43/+41
* Low-level #include overhaul AJR2021-01-021-2/+4
* Cleaned up bitmap API. Vas Crabb2020-09-271-8/+8
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-0/+10
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-6/+6
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-10/+0
* Fix invalid std::vector<> lookup in aviio.cpp npwoods2019-11-041-1/+2
* aviio: increase max size (nw) hap2019-10-051-1/+1
* aviio: dont crash on buffer overflow (nw) hap2019-10-041-0/+3
* -avivideo.cpp: Added an image device to provide looping uncompressed AVI fram... mooglyguy2019-09-231-13/+13
* srcclean (nw) Vas Crabb2019-07-281-3/+3
* -aviio: Added functionality to read RGB24 and YUV420p uncompressed video fram... mooglyguy2019-07-211-14/+131
* fix building with clang 6.0.1 (nw) smf-2018-07-071-2/+0
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-2/+2
* Cleanups and version bump Miodrag Milanovic2016-07-271-5/+5
* Fixed MT #6291 ImJezze2016-07-161-18/+12
* Added generic fix for #6286 ImJezze2016-07-161-2/+26
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Fix 7z name match, fix VS2015 build Vas Crabb2016-03-151-1/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-1740/+1629
* fix compile (nw) Jeffrey Clark2016-02-151-1/+1
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-26/+26
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-62/+62
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3789