Skip to content

Commit 9b1e3f6

Browse files
author
Jihoon Lee
committed
update changelog
1 parent a9dff84 commit 9b1e3f6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog for package web_video_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Ffmpeg 3 (`#43 <https://github.com/RobotWebTools/web_video_server/issues/43>`_)
8+
* Correct use of deprecated parameters
9+
codec_context\_->rc_buffer_aggressivity marked as "currently useless", so removed
10+
codec_context\_->frame_skip_threshold access through new priv_data api
11+
* New names for pixel formats
12+
* AVPicture is deprecated, use AVFrame
13+
* Switch to non-deprecated free functions
14+
* Use new encoding api for newer versions
15+
* codec_context is deprecated, use packet flags
16+
* Update travis configuration to test against kinetic (`#44 <https://github.com/RobotWebTools/web_video_server/issues/44>`_)
17+
* fixed misuse of remove_if (`#35 <https://github.com/RobotWebTools/web_video_server/issues/35>`_)
18+
* Merge pull request `#33 <https://github.com/RobotWebTools/web_video_server/issues/33>`_ from achim-k/patch-1
19+
web_video_server: fix bool function not returning
20+
This fix is required when compiling the package with `clang`. Otherwise a SIGILL (Illegal instruction) is triggered.
21+
* Contributors: Hans-Joachim Krauch, Jan, Jihoon Lee, russelhowe
22+
523
0.0.6 (2017-01-17)
624
------------------
725
* Fixed topic list to display all image topics, fixing Issue `#18 <https://github.com/RobotWebTools/web_video_server/issues/18>`_.

0 commit comments

Comments
 (0)