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
9cc343bf138c99f6d2c70fec177f4a37972f7313
oak-editor
/
app
/
codec
/
ffmpeg
T
History
itsmattkc
9cc343bf13
ffmpegdecoder: share framepool with all instances
...
We can conserve memory by sharing our frame pool amongst instances of the same stream.
2020-04-14 14:51:31 +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
ffmpegdecoder: share framepool with all instances
2020-04-14 14:51:31 +10:00
ffmpegdecoder.h
ffmpegdecoder: share framepool with all instances
2020-04-14 14:51:31 +10:00
ffmpegencoder.cpp
various: encapsulate all code in the olive namespace to avoid name collisions
2020-04-06 15:29:53 +10:00
ffmpegencoder.h
various: encapsulate all code in the olive namespace to avoid name collisions
2020-04-06 15:29:53 +10:00
ffmpegframepool.cpp
ffmpegframepool: implemented functional frame pool
2020-04-14 02:43:12 +10:00
ffmpegframepool.h
ffmpegframepool: implemented functional frame pool
2020-04-14 02:43:12 +10:00