This website requires JavaScript.
Explore
Help
Sign In
oak-team
/
oak-editor
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a9242f0235b9b6e9f2105ddece93d05282eda2b4
oak-editor
/
app
/
codec
/
ffmpeg
T
History
itsmattkc
050103a857
memory: implemented basic memory limiting functionality
...
Keeps track of total memory usage and uses it as a guide towards allocating/reusing more memory.
2020-08-29 13:34:54 +10:00
..
avframeptr.h
various: removed constructor.h include
2020-04-14 00:53:25 +10:00
CMakeLists.txt
ffmpegframepool: implemented functional frame pool
2020-04-14 02:43:12 +10:00
ffmpegcommon.cpp
various: encapsulate all code in the olive namespace to avoid name collisions
2020-04-06 15:29:53 +10:00
ffmpegcommon.h
various: encapsulate all code in the olive namespace to avoid name collisions
2020-04-06 15:29:53 +10:00
ffmpegdecoder.cpp
memory: implemented basic memory limiting functionality
2020-08-29 13:34:54 +10:00
ffmpegdecoder.h
memory: implemented basic memory limiting functionality
2020-08-29 13:34:54 +10:00
ffmpegencoder.cpp
various: implement sequence pixel aspect ratios and interlacing settings
2020-08-10 01:47:26 +10:00
ffmpegencoder.h
sequence: made divider a sequence parameter rather than a viewer parameter
2020-06-08 14:41:35 +10:00
ffmpegframepool.cpp
ffmpeg: store divided frames in memory cache
2020-08-18 04:55:23 +10:00
ffmpegframepool.h
ffmpeg: store divided frames in memory cache
2020-08-18 04:55:23 +10:00