|
|
3da12232a3
|
Latest changes
|
2021-02-04 15:27:55 +03:00 |
|
|
|
4392ebea1c
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# examples/ffPlayer.cpp
|
2017-11-06 17:08:08 +03:00 |
|
|
|
14fa5f923f
|
Added some code to support playing audio
|
2017-11-06 17:05:51 +03:00 |
|
|
|
3528cc458b
|
add support for building with Visual Studio 2017
|
2017-08-13 14:28:36 -07:00 |
|
|
|
2036185cc1
|
more use of smart pointers
|
2017-03-31 00:36:49 +03:00 |
|
|
|
223b5fab18
|
some code for audio support
|
2017-03-30 23:16:44 +03:00 |
|
|
|
36d3ab2a6e
|
Player now uses queue to buffering decoded frames
|
2017-01-07 23:47:59 +03:00 |
|
|
|
4b03986c7b
|
Changed pixel format used by SDL2 to render the frame
|
2016-12-04 00:17:19 +03:00 |
|
|
|
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 |
|