Go to file
2017-01-03 16:23:07 +03:00
cmake/modules Some refactoring of ffcpp code (replaced some stack allocated objects with smart pointers). Added project for player example. 2016-11-19 07:12:08 +03:00
examples Changed pixel format used by SDL2 to render the frame 2016-12-04 00:17:19 +03:00
include/ffcpp added class for thread-safe queue 2017-01-03 15:46:56 +03:00
src deprecated av_free_packet replaced with av_packet_unref 2017-01-03 16:23:07 +03:00
.gitignore project divided into two parts: static library ffcpp (which is the main part) and a set of examples (currently only one - ffConv) 2016-11-09 22:35:56 +03:00
CMakeLists.txt project divided into two parts: static library ffcpp (which is the main part) and a set of examples (currently only one - ffConv) 2016-11-09 22:35:56 +03:00