ffconv/include/ffcpp
2017-01-03 15:46:56 +03:00
..
Codec.h 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
ffcpp.h 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
FifoQueue.h 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
Frame.h added example of saving preview of video file in png picture 2016-11-09 23:43:00 +03:00
MediaFile.h 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
Packet.h 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
Player.h Added some code for displaying video frames with SDL2 2016-12-03 23:46:05 +03:00
Resampler.h 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
Scaler.h 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
Stream.h 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
TSQueue.h added class for thread-safe queue 2017-01-03 15:46:56 +03:00