File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package web_video_server
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
23
0.0.6 (2017-01-17)
6
24
------------------
7
25
* Fixed topic list to display all image topics, fixing Issue `#18 <https://github.com/RobotWebTools/web_video_server/issues/18 >`_.
You can’t perform that action at this time.
0 commit comments