[Pkg-sdl-commits] [smpeg] 03/03: Merge tag 'upstream/2.0.0_svn412'

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Thu Jan 21 13:11:58 UTC 2016


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

locutusofborg pushed a commit to branch experimental
in repository smpeg.

commit 50dc3f36bd148e373c66e490d8356dbb2fe16a7d
Merge: 607232d 96ac6d1
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Thu Jan 21 14:07:58 2016 +0100

    Merge tag 'upstream/2.0.0_svn412'
    
    Upstream version 2.0.0~svn412

 .cvsignore                                         |    23 +
 .gitignore                                         |    18 +
 Android.mk                                         |    44 +
 BUGS                                               |     1 +
 CHANGES                                            |   356 +-
 MPEG.cpp                                           |    54 +-
 MPEG.h                                             |    15 +-
 MPEGaction.h                                       |    17 +-
 MPEGaudio.h                                        |    29 +-
 MPEGerror.h                                        |     2 +-
 MPEGfilter.c                                       |   381 -
 MPEGfilter.h                                       |    67 -
 MPEGerror.h => MPEGframe.h                         |    51 +-
 MPEGlist.cpp                                       |     2 +-
 MPEGring.h                                         |     2 +-
 MPEGstream.cpp                                     |     9 +-
 MPEGstream.h                                       |     2 +-
 MPEGsystem.cpp                                     |    14 +-
 MPEGvideo.h                                        |    19 +-
 Makefile.am                                        |   129 +-
 Makefile.in                                        |   681 --
 PBProjects/English.lproj/InfoPlist.strings         |   Bin 0 -> 560 bytes
 PBProjects/README.txt                              |    24 +
 PBProjects/exports/Makefile                        |    15 +
 PBProjects/exports/README.txt                      |     7 +
 PBProjects/exports/gendef.pl                       |    20 +
 PBProjects/exports/smpeg.exp                       |    30 +
 PBProjects/mkpbprojects.csh                        |    20 +
 PBProjects/pkg-support/devel-resources/Welcome.txt |     5 +
 PBProjects/pkg-support/devel-resources/install.sh  |    54 +
 PBProjects/pkg-support/mkpackage.sh                |    51 +
 PBProjects/pkg-support/resources/Welcome.txt       |     4 +
 PBProjects/pkg-support/smpeg-devel.info            |    15 +
 PBProjects/pkg-support/smpeg.info                  |    15 +
 PBProjects/smpeg.pbproj/project.pbxproj            |  1413 +++
 PBProjects/uninstall.csh                           |    29 +
 README                                             |     2 +-
 VisualC.zip                                        |   Bin 4601 -> 4656 bytes
 Xcode.tar.gz                                       |   Bin 0 -> 10298 bytes
 acinclude.m4                                       |   625 --
 acinclude/gtk-2.0.m4                               |   196 +
 acinclude/libtool.m4                               |  7373 ++++++++++++
 acinclude/ltdl.m4                                  |   806 ++
 acinclude/ltoptions.m4                             |   370 +
 acinclude/ltsugar.m4                               |   125 +
 acinclude/ltversion.m4                             |    25 +
 acinclude/lt~obsolete.m4                           |    93 +
 acinclude/pkg.m4                                   |   157 +
 acinclude/sdl2.m4                                  |   202 +
 acinclude/socklen_t.m4                             |    24 +
 aclocal.m4                                         |  1755 ---
 audio/.cvsignore                                   |    15 +
 audio/MPEGaudio.cpp                                |    58 +-
 audio/Makefile.am                                  |    20 -
 audio/Makefile.in                                  |   324 -
 audio/{huffmantable.cpp => hufftable.cpp}          |     0
 audio/mpeglayer3.cpp                               |    10 +-
 audio/mpegtoraw.cpp                                |    27 +-
 autogen.sh                                         |     7 +-
 config.guess                                       |  1340 +--
 config.sub                                         |   635 +-
 configure                                          |  7060 ------------
 configure.in                                       |   154 +-
 depcomp                                            |   411 +
 g++-fat.sh                                         |   103 +
 gcc-fat.sh                                         |   103 +
 glmovie-tile.c                                     |   263 -
 glmovie.c                                          |   118 -
 glmovie.h                                          |    23 -
 gtv.1                                              |    29 -
 gtv.c                                              |  1317 ---
 gtv.h                                              |    26 -
 install-sh                                         |   682 +-
 ltconfig                                           |  3193 ------
 ltmain.sh                                          | 11061 +++++++++++++------
 missing                                            |     0
 mkinstalldirs                                      |     2 +-
 plaympeg.1                                         |     4 +-
 plaympeg.c                                         |   474 +-
 smpeg.cpp                                          |   101 +-
 smpeg.h                                            |    50 +-
 smpeg-config.in => smpeg2-config.in                |     4 +-
 smpeg.m4 => smpeg2.m4                              |    72 +-
 smpeg.spec.in => smpeg2.spec.in                    |    13 +-
 video/.cvsignore                                   |    18 +
 video/MPEGvideo.cpp                                |   129 +-
 video/Makefile.am                                  |    36 -
 video/Makefile.in                                  |   338 -
 video/gdith.cpp                                    |   110 +-
 video/mmxflags_asm.S                               |    18 +-
 video/mmxidct_asm.S                                |    98 +-
 video/{motionvector.cpp => motionvec.cpp}          |     0
 video/parseblock.cpp                               |    78 -
 video/proto.h                                      |     4 +-
 video/readfile.cpp                                 |     2 +-
 video/vhar128.cpp                                  |   272 -
 video/vhar128.h                                    |    30 -
 video/video.cpp                                    |   153 +-
 video/video.h                                      |    46 +-
 99 files changed, 21969 insertions(+), 22433 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/smpeg.git



More information about the pkg-sdl-commits mailing list