[vdr-plugin-xineliboutput] branch master updated (7b81b06 -> bb765eb)

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 change to branch master
in repository vdr-plugin-xineliboutput.

      from  7b81b06   Update changelog for 1.1.0+cvs20150907-3 release
       new  8dd78bb   Fixed build with libcec3
      adds  e4a9263   New upstream version 1.1.0+git20170131
       new  25b66d7   Merge tag 'upstream/1.1.0+git20170131'
       new  3f8c2f5   New Upstream Snapshot (commit 2434b2a)
       new  82935a4   Updated upstream VCS location
       new  72f1231   Dropped fixe-segfault.patch - fixed upstream
       new  80b6ab2   Dropped Makfile-fixes.patch - fixed upstream
       new  f510b66   Dropped truecolor.diff - fixed upstream
       new  775cf84   Dropped libcec3.patch - fixed upstream
       new  824179b   Standards-Version: 3.9.8
       new  bb765eb   Update changelog for 1.1.0+git20170131-1 release

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                              |  19 ++
 HISTORY                                 |  20 +-
 Makefile                                |  12 +-
 README                                  |  12 +-
 config.c                                |  15 +-
 config.h                                |   6 +-
 configure                               |  20 +-
 debian/changelog                        |  11 +
 debian/control                          |   2 +-
 debian/get-vcs-snapshot.sh              |  16 +-
 debian/patches/Makfile-fixes.patch      |  13 -
 debian/patches/fix-segfault.patch       |  18 --
 debian/patches/series                   |   3 -
 debian/patches/truecolor.diff           |  80 -------
 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 +-
 136 files changed, 1411 insertions(+), 727 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 debian/patches/Makfile-fixes.patch
 delete mode 100644 debian/patches/fix-segfault.patch
 delete mode 100644 debian/patches/truecolor.diff
 create mode 100644 tools/avahi.c
 create mode 100644 tools/avahi.h
 create mode 100644 tools/h265.c
 create mode 100644 tools/h265.h

-- 
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