Commit Graph

16 Commits

Author SHA1 Message Date
c005ce08c2 Added some code for displaying video frames with SDL2 2016-12-03 23:46:05 +03:00
94d70b6ce6 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
9cf1dbd545 added example of saving preview of video file in png picture 2016-11-09 23:43:00 +03:00
18123eacb5 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
341e779fc4 fixes for building on macOS with ffmpeg 3.1 2016-11-06 21:02:59 +03:00
01354ad13b added audio resampling, fixed some issues 2016-11-06 17:36:09 +03:00
2c1673538d added class wrapper for SwrContext 2016-11-03 08:11:21 +03:00
1bb9d908da added scaling support 2016-11-02 00:20:51 +03:00
a9e042eb4f transcoding of audio is now working, but without resampling 2016-10-30 01:30:53 +03:00
990527481d very basic support of transcoding audio (incomplete and incorrect) 2016-10-23 20:38:42 +03:00
2a2ab38bf5 more C++ wrappers 2016-10-18 23:58:06 +03:00
3959e80e36 fixed deinitialization behavior 2016-09-01 00:32:30 +03:00
d7f8c733ec added some C++ wrappers 2016-08-28 23:29:54 +03:00
db9d3c39a1 handling some cases of wrong pts/dts 2016-08-28 11:24:15 +03:00
141e8bdd4c Video transcoding kind of works (at least if input video frames has correct pts/dts) 2016-08-27 22:59:42 +03:00
c4a6e2f0bf Initial commit 2016-07-24 18:12:56 +03:00