[vdr-plugin-xineliboutput] 02/10: Merge tag 'upstream/1.1.0+git20170131'

Tobias Grimm tiber-guest at moszumanska.debian.org
Tue Jan 31 23:25:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-xineliboutput.

commit 25b66d7dfd9f9873a6f2d1917c2f351908f5a7b2
Merge: 8dd78bb e4a9263
Author: Tobias Grimm <etobi at debian.org>
Date:   Tue Jan 31 23:05:50 2017 +0100

    Merge tag 'upstream/1.1.0+git20170131'
    
    Upstream version 1.1.0+git20170131

 .gitignore                              |  19 ++
 HISTORY                                 |  20 +-
 Makefile                                |  12 +-
 README                                  |  12 +-
 config.c                                |  15 +-
 config.h                                |   6 +-
 configure                               |  20 +-
 device.c                                |  66 ++++-
 device.h                                |   9 +-
 equalizer.c                             |   2 +-
 equalizer.h                             |   2 +-
 frontend.c                              |  18 +-
 frontend.h                              |   2 +-
 frontend_local.c                        | 122 +++++-----
 frontend_local.h                        |   2 +-
 frontend_svr.c                          |  39 ++-
 frontend_svr.h                          |   4 +-
 include/vdr-xineliboutput/service_pip.h |   2 +-
 logdefs.c                               |   2 +-
 logdefs.h                               |   2 +-
 media_player.c                          |   3 +-
 media_player.h                          |   2 +-
 menu.c                                  |   7 +-
 menu.h                                  |   2 +-
 menuitems.c                             |   2 +-
 menuitems.h                             |   2 +-
 mpg2c.c                                 |   2 +-
 osd.c                                   |   2 +-
 osd.h                                   |   2 +-
 setup_menu.c                            |   4 +-
 setup_menu.h                            |   2 +-
 tools.c                                 |   3 +-
 tools/avahi.c                           | 253 ++++++++++++++++++++
 tools/avahi.h                           |  17 ++
 tools/backgroundwriter.c                |   2 +-
 tools/backgroundwriter.h                |   2 +-
 tools/bitstream.h                       |  20 +-
 tools/cxsocket.c                        |  30 +--
 tools/cxsocket.h                        |   6 +-
 tools/debug_mutex.h                     |   2 +-
 tools/display_message.h                 |   2 +-
 tools/functor.h                         |   2 +-
 tools/functorimpl.h                     |   2 +-
 tools/future.h                          |   2 +-
 tools/general_remote.h                  |   2 +-
 tools/h264.c                            | 115 ++++-----
 tools/h264.h                            |   8 +-
 tools/h265.c                            | 137 +++++++++++
 tools/h265.h                            |  49 ++++
 tools/http.c                            |   2 +-
 tools/http.h                            |   2 +-
 tools/iso639.h                          |   2 +-
 tools/listiter.h                        |   2 +-
 tools/metainfo_menu.c                   |   2 +-
 tools/metainfo_menu.h                   |   2 +-
 tools/mpeg.c                            |  47 ++--
 tools/mpeg.h                            |   8 +-
 tools/osd_command.h                     |   2 +-
 tools/pes.c                             |   2 +-
 tools/pes.h                             |   2 +-
 tools/pip_service_impl.h                |   2 +-
 tools/playlist.c                        |  11 +-
 tools/playlist.h                        |   2 +-
 tools/rle.c                             |   2 +-
 tools/rle.h                             |   2 +-
 tools/rtcp.h                            |   2 +-
 tools/rtp.h                             |   2 +-
 tools/sap.h                             |  15 +-
 tools/sdp.h                             |   4 +-
 tools/section_lock.h                    |   2 +-
 tools/sys_cap.h                         |   2 +-
 tools/time_ms.h                         |   2 +-
 tools/time_pts.c                        |   2 +-
 tools/time_pts.h                        |   2 +-
 tools/timer.c                           |   2 +-
 tools/timer.h                           |   2 +-
 tools/ts.c                              |  53 ++--
 tools/ts.h                              |   5 +-
 tools/udp_buffer.h                      |   2 +-
 tools/udp_pes_scheduler.c               |  19 +-
 tools/udp_pes_scheduler.h               |   2 +-
 tools/vdrdiscovery.c                    |  13 +-
 tools/vdrdiscovery.h                    |   4 +-
 vdrlogo_32x32.c                         |   2 +-
 xine/adjustable_scr.c                   |   2 +-
 xine/adjustable_scr.h                   |   2 +-
 xine/demux_xvdr.c                       | 411 ++++++++++++++++++--------------
 xine/demux_xvdr_tsdata.c                |   2 +-
 xine/demux_xvdr_tsdata.h                |   2 +-
 xine/osd_manager.c                      |   4 +-
 xine/osd_manager.h                      |   2 +-
 xine/post.c                             |   3 +-
 xine/post_util.h                        |   2 +-
 xine/ts2es.c                            |  20 +-
 xine/ts2es.h                            |   2 +-
 xine/vo_frameoutput.c                   |   2 +-
 xine/vo_frameoutput.h                   |   2 +-
 xine/vo_hook.c                          |   2 +-
 xine/vo_hook.h                          |   2 +-
 xine/vo_lastpts.c                       |   2 +-
 xine/vo_lastpts.h                       |   2 +-
 xine/vo_osdreorder.c                    |   2 +-
 xine/vo_osdreorder.h                    |   2 +-
 xine/vo_osdscaler.c                     |   2 +-
 xine/vo_osdscaler.h                     |   2 +-
 xine/vo_post.h                          |   2 +-
 xine/vo_props.h                         |   2 +-
 xine/xvdr_metronom.c                    |   5 +-
 xine/xvdr_metronom.h                    |   2 +-
 xine_fbfe_frontend.c                    |   2 +-
 xine_frontend.c                         |  12 +-
 xine_frontend.h                         |   2 +-
 xine_frontend_cec.c                     |  73 ++++--
 xine_frontend_cec.h                     |   2 +-
 xine_frontend_internal.h                |   2 +-
 xine_frontend_kbd.c                     |   2 +-
 xine_frontend_kbd.h                     |   2 +-
 xine_frontend_lirc.c                    |   2 +-
 xine_frontend_lirc.h                    |   2 +-
 xine_frontend_main.c                    |   2 +-
 xine_input_vdr.c                        |  70 +++++-
 xine_input_vdr.h                        |   2 +-
 xine_input_vdr_mrl.h                    |   2 +-
 xine_input_vdr_net.h                    |   2 +-
 xine_post_audiochannel.c                |   2 +-
 xine_post_autocrop.c                    |   8 +-
 xine_post_swscale.c                     |   2 +-
 xine_sxfe_frontend.c                    |  24 +-
 xineliboutput.c                         |   8 +-
 129 files changed, 1389 insertions(+), 606 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-xineliboutput.git



More information about the pkg-vdr-dvb-changes mailing list