[Pkg-gstreamer-commits] [gst-plugins-ugly1.0] branch upstream-experimental updated (7efeeb0 -> d18d8c9)

Sebastian Dröge slomo at alioth.debian.org
Fri Aug 30 11:37:48 UTC 2013


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

slomo pushed a change to branch upstream-experimental
in repository gst-plugins-ugly1.0.

      from  7efeeb0   Imported Upstream version 1.1.3
       new  d18d8c9   Imported Upstream version 1.1.4

The 1 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:
 ChangeLog                                          |  173 +++++++++++++++++++-
 NEWS                                               |    2 +-
 RELEASE                                            |   11 +-
 configure                                          |   40 ++---
 configure.ac                                       |   12 +-
 docs/plugins/html/ch01.html                        |    2 +-
 docs/plugins/html/ch02.html                        |    2 +-
 .../html/gst-plugins-ugly-plugins-1.0.devhelp2     |   68 ++++----
 .../html/gst-plugins-ugly-plugins-a52dec.html      |    4 +-
 .../html/gst-plugins-ugly-plugins-amrnbdec.html    |    4 +-
 .../html/gst-plugins-ugly-plugins-amrnbenc.html    |    4 +-
 .../html/gst-plugins-ugly-plugins-amrwbdec.html    |    4 +-
 .../html/gst-plugins-ugly-plugins-cdiocddasrc.html |    4 +-
 .../html/gst-plugins-ugly-plugins-lamemp3enc.html  |    4 +-
 .../plugins/html/gst-plugins-ugly-plugins-mad.html |    4 +-
 .../gst-plugins-ugly-plugins-plugin-a52dec.html    |    6 +-
 .../gst-plugins-ugly-plugins-plugin-amrnb.html     |    6 +-
 .../gst-plugins-ugly-plugins-plugin-amrwbdec.html  |    6 +-
 .../html/gst-plugins-ugly-plugins-plugin-asf.html  |    6 +-
 .../html/gst-plugins-ugly-plugins-plugin-cdio.html |    6 +-
 ...gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html |    6 +-
 .../gst-plugins-ugly-plugins-plugin-dvdread.html   |    6 +-
 .../gst-plugins-ugly-plugins-plugin-dvdsub.html    |    6 +-
 .../html/gst-plugins-ugly-plugins-plugin-lame.html |    6 +-
 .../html/gst-plugins-ugly-plugins-plugin-mad.html  |    6 +-
 .../gst-plugins-ugly-plugins-plugin-mpeg2dec.html  |    6 +-
 .../gst-plugins-ugly-plugins-plugin-realmedia.html |    6 +-
 .../gst-plugins-ugly-plugins-plugin-siddec.html    |    6 +-
 .../gst-plugins-ugly-plugins-plugin-twolame.html   |    6 +-
 .../html/gst-plugins-ugly-plugins-plugin-x264.html |    6 +-
 .../html/gst-plugins-ugly-plugins-rademux.html     |    6 +-
 .../html/gst-plugins-ugly-plugins-rdtmanager.html  |    4 +-
 .../html/gst-plugins-ugly-plugins-rmdemux.html     |    4 +-
 .../html/gst-plugins-ugly-plugins-rtspreal.html    |    4 +-
 .../html/gst-plugins-ugly-plugins-rtspwms.html     |    4 +-
 .../html/gst-plugins-ugly-plugins-siddec.html      |    4 +-
 .../html/gst-plugins-ugly-plugins-twolame.html     |    4 +-
 .../html/gst-plugins-ugly-plugins-x264enc.html     |    4 +-
 .../html/gst-plugins-ugly-plugins-xingmux.html     |    6 +-
 docs/plugins/html/index.html                       |    2 +-
 docs/plugins/inspect/plugin-a52dec.xml             |    2 +-
 docs/plugins/inspect/plugin-amrnb.xml              |    2 +-
 docs/plugins/inspect/plugin-amrwbdec.xml           |    2 +-
 docs/plugins/inspect/plugin-asf.xml                |    2 +-
 docs/plugins/inspect/plugin-cdio.xml               |    2 +-
 docs/plugins/inspect/plugin-dvdlpcmdec.xml         |    2 +-
 docs/plugins/inspect/plugin-dvdread.xml            |    2 +-
 docs/plugins/inspect/plugin-dvdsub.xml             |    2 +-
 docs/plugins/inspect/plugin-lame.xml               |    2 +-
 docs/plugins/inspect/plugin-mad.xml                |    2 +-
 docs/plugins/inspect/plugin-mpeg2dec.xml           |    2 +-
 docs/plugins/inspect/plugin-realmedia.xml          |    2 +-
 docs/plugins/inspect/plugin-siddec.xml             |    2 +-
 docs/plugins/inspect/plugin-twolame.xml            |    2 +-
 docs/plugins/inspect/plugin-x264.xml               |    2 +-
 docs/plugins/inspect/plugin-xingmux.xml            |    2 +-
 ext/a52dec/Makefile.in                             |   19 ++-
 ext/amrnb/Makefile.in                              |   19 ++-
 ext/amrwbdec/Makefile.in                           |   19 ++-
 ext/cdio/Makefile.in                               |   19 ++-
 ext/dvdread/Makefile.in                            |   19 ++-
 ext/lame/Makefile.in                               |   19 ++-
 ext/mad/Makefile.in                                |   19 ++-
 ext/mpeg2dec/Makefile.in                           |   19 ++-
 ext/mpeg2dec/gstmpeg2dec.c                         |   48 ++++--
 ext/sidplay/Makefile.in                            |   15 +-
 ext/twolame/Makefile.in                            |   19 ++-
 ext/x264/Makefile.in                               |   19 ++-
 ext/x264/gstx264enc.c                              |   94 +++++++++--
 gst-plugins-ugly.doap                              |   10 ++
 gst-plugins-ugly.spec                              |    2 +-
 gst/asfdemux/Makefile.in                           |   19 ++-
 gst/asfdemux/asfpacket.c                           |   13 ++
 gst/asfdemux/gstasfdemux.c                         |   15 +-
 gst/dvdlpcmdec/Makefile.in                         |   19 ++-
 gst/dvdsub/Makefile.in                             |   19 ++-
 gst/realmedia/Makefile.in                          |   19 ++-
 gst/xingmux/Makefile.in                            |   19 ++-
 po/LINGUAS                                         |    2 +-
 po/af.gmo                                          |  Bin 530 -> 530 bytes
 po/af.po                                           |    2 +-
 po/az.gmo                                          |  Bin 588 -> 588 bytes
 po/az.po                                           |    2 +-
 po/bg.gmo                                          |  Bin 2666 -> 2666 bytes
 po/bg.po                                           |    2 +-
 po/ca.gmo                                          |  Bin 2144 -> 2144 bytes
 po/ca.po                                           |    2 +-
 po/cs.gmo                                          |  Bin 1853 -> 1853 bytes
 po/cs.po                                           |    2 +-
 po/da.gmo                                          |  Bin 1970 -> 2156 bytes
 po/da.po                                           |   18 +-
 po/de.gmo                                          |  Bin 2296 -> 2504 bytes
 po/de.po                                           |   24 +--
 po/el.gmo                                          |  Bin 2876 -> 2876 bytes
 po/el.po                                           |    2 +-
 po/en_GB.gmo                                       |  Bin 529 -> 529 bytes
 po/en_GB.po                                        |    2 +-
 po/eo.gmo                                          |  Bin 2088 -> 2088 bytes
 po/eo.po                                           |    2 +-
 po/es.gmo                                          |  Bin 2147 -> 2147 bytes
 po/es.po                                           |    2 +-
 po/eu.gmo                                          |  Bin 1862 -> 1862 bytes
 po/eu.po                                           |    2 +-
 po/fi.gmo                                          |  Bin 1776 -> 1776 bytes
 po/fi.po                                           |    2 +-
 po/fr.gmo                                          |  Bin 2119 -> 2119 bytes
 po/fr.po                                           |    2 +-
 po/gl.gmo                                          |  Bin 2162 -> 2416 bytes
 po/gl.po                                           |   16 +-
 po/gst-plugins-ugly-1.0.pot                        |    6 +-
 po/hr.gmo                                          |  Bin 0 -> 2089 bytes
 po/hr.po                                           |   79 +++++++++
 po/hu.gmo                                          |  Bin 1816 -> 2326 bytes
 po/hu.po                                           |   25 ++-
 po/id.gmo                                          |  Bin 1959 -> 1959 bytes
 po/id.po                                           |    2 +-
 po/it.gmo                                          |  Bin 1776 -> 1776 bytes
 po/it.po                                           |    2 +-
 po/ja.gmo                                          |  Bin 2447 -> 2733 bytes
 po/ja.po                                           |   24 +--
 po/lt.gmo                                          |  Bin 1332 -> 1332 bytes
 po/lt.po                                           |    2 +-
 po/lv.gmo                                          |  Bin 2128 -> 2128 bytes
 po/lv.po                                           |    2 +-
 po/ms.gmo                                          |  Bin 1701 -> 1701 bytes
 po/ms.po                                           |    2 +-
 po/mt.gmo                                          |  Bin 1690 -> 1690 bytes
 po/mt.po                                           |    2 +-
 po/nb.gmo                                          |  Bin 1211 -> 2194 bytes
 po/nb.po                                           |   47 +++---
 po/nl.gmo                                          |  Bin 2118 -> 2307 bytes
 po/nl.po                                           |   22 +--
 po/or.gmo                                          |  Bin 604 -> 604 bytes
 po/or.po                                           |    2 +-
 po/pl.gmo                                          |  Bin 2157 -> 2359 bytes
 po/pl.po                                           |   20 +--
 po/pt_BR.gmo                                       |  Bin 1882 -> 2436 bytes
 po/pt_BR.po                                        |   30 ++--
 po/ro.gmo                                          |  Bin 1913 -> 1913 bytes
 po/ro.po                                           |    2 +-
 po/ru.gmo                                          |  Bin 2616 -> 2863 bytes
 po/ru.po                                           |   20 +--
 po/sk.gmo                                          |  Bin 1945 -> 1945 bytes
 po/sk.po                                           |    2 +-
 po/sl.gmo                                          |  Bin 2180 -> 2288 bytes
 po/sl.po                                           |   19 +--
 po/sq.gmo                                          |  Bin 538 -> 538 bytes
 po/sq.po                                           |    2 +-
 po/sr.gmo                                          |  Bin 2670 -> 2670 bytes
 po/sr.po                                           |    2 +-
 po/sv.gmo                                          |  Bin 1727 -> 1727 bytes
 po/sv.po                                           |    2 +-
 po/tr.gmo                                          |  Bin 2064 -> 2248 bytes
 po/tr.po                                           |   20 +--
 po/uk.gmo                                          |  Bin 2742 -> 3031 bytes
 po/uk.po                                           |   21 +--
 po/vi.gmo                                          |  Bin 1891 -> 2573 bytes
 po/vi.po                                           |   40 ++---
 po/zh_CN.gmo                                       |  Bin 1878 -> 1878 bytes
 po/zh_CN.po                                        |    2 +-
 tests/check/Makefile.in                            |  167 ++++++++-----------
 win32/common/config.h                              |    8 +-
 162 files changed, 960 insertions(+), 682 deletions(-)
 create mode 100644 po/hr.gmo
 create mode 100644 po/hr.po

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gst-plugins-ugly1.0.git



More information about the Pkg-gstreamer-commits mailing list