[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/mpeglib
From:       Dirk Mueller <mueller () kde ! org>
Date:       2002-11-22 21:52:56
[Download RAW message or body]

CVS commit by mueller: 

fix a trillion compiler warnings. 


  M +4 -0      example/cddaplay/cddaplay.cpp   1.2
  M +4 -0      example/mpgplay/mpgplay.cpp   1.8
  M +4 -0      example/splay/mp3framing.cpp   1.2
  M +4 -0      example/splay/splay.cpp   1.9
  M +2 -0      example/tplay/tplay.cpp   1.7
  M +2 -1      example/yaf/yafcdda/cdda_control.cpp   1.3
  M +0 -2      example/yaf/yafcore/buffer.h   1.2
  M +2 -1      example/yaf/yafcore/commandLine.cpp   1.2
  M +0 -3      example/yaf/yafcore/commandLine.h   1.2
  M +2 -0      example/yaf/yafcore/commandTable.cpp   1.2
  M +0 -2      example/yaf/yafcore/commandTable.h   1.2
  M +2 -0      example/yaf/yafcore/inputDecoder.cpp   1.2
  M +0 -3      example/yaf/yafcore/inputDecoder.h   1.3
  M +2 -1      example/yaf/yafcore/inputInterface.cpp   1.5
  M +3 -3      example/yaf/yafcore/inputInterface.h   1.4
  M +2 -0      example/yaf/yafcore/lineStack.cpp   1.2
  M +0 -2      example/yaf/yafcore/lineStack.h   1.2
  M +0 -2      example/yaf/yafcore/multiReader.h   1.3
  M +2 -0      example/yaf/yafcore/outputDecoder.cpp   1.2
  M +2 -0      example/yaf/yafcore/outputInterface.cpp   1.2
  M +3 -4      example/yaf/yafcore/outputInterface.h   1.2
  M +2 -0      example/yaf/yafcore/yaf_control.cpp   1.2
  M +0 -1      example/yaf/yafcore/yaf_control.h   1.3
  M +3 -1      example/yaf/yafmpgplay/mpg_control.cpp   1.5
  M +2 -0      example/yaf/yafsplay/splay_control.cpp   1.6
  M +2 -1      example/yaf/yaftplay/tplay_control.cpp   1.3
  M +2 -0      example/yaf/yafxplayer/inputDecoderXPlayer.cpp   1.2
  M +2 -1      example/yaf/yafxplayer/inputDecoderYAF.cpp   1.5
  M +2 -2      example/yaf/yafxplayer/xplayer_control.cpp   1.2
  M +0 -1      example/yaf/yafxplayer/xplayer_control.h   1.2
  M +2 -0      example/yaf/yafxplayer/yafOutputStream.cpp   1.5
  M +0 -1      example/yaf/yafxplayer/yafOutputStream.h   1.5
  M +2 -0      example/yaf/yafyuv/yuv_control.cpp   1.3
  M +3 -1      lib/decoder/command.cpp   1.3
  M +0 -1      lib/decoder/command.h   1.3
  M +2 -0      lib/decoder/decoderPlugin.cpp   1.11
  M +4 -0      lib/decoder/mpgPlugin.cpp   1.3
  M +2 -0      lib/decoder/nukePlugin.cpp   1.3
  M +3 -0      lib/decoder/splayPlugin.cpp   1.6
  M +2 -0      lib/decoder/tplayPlugin.cpp   1.3
  M +4 -0      lib/decoder/vorbisPlugin.cpp   1.8
  M +3 -0      lib/frame/audioFrame.cpp   1.4
  M +2 -0      lib/frame/audioFrameQueue.cpp   1.4
  M +3 -0      lib/frame/floatFrame.cpp   1.3
  M +0 -1      lib/frame/frame.h   1.3
  M +3 -0      lib/frame/frameQueue.cpp   1.3
  M +2 -0      lib/frame/framer.cpp   1.3
  M +0 -1      lib/frame/framer.h   1.3
  M +4 -1      lib/frame/pcmFrame.cpp   1.6
  M +3 -0      lib/frame/rawFrame.cpp   1.2
  M +3 -0      lib/input/cdromAccess_Linux.cpp   1.4
  M +4 -0      lib/input/cdromInputStream.cpp   1.3
  M +2 -0      lib/input/cdromRawAccess.cpp   1.3
  M +2 -0      lib/input/cdromToc.cpp   1.3
  M +0 -2      lib/input/cdromToc.h   1.4
  M +2 -0      lib/input/fileAccessWrapper.cpp   1.2
  M +3 -0      lib/input/fileInputStream.cpp   1.14
  M +2 -0      lib/input/httpInputStream.cpp   1.6
  M +2 -0      lib/input/inputDetector.cpp   1.6
  M +0 -2      lib/input/inputDetector.h   1.6
  M +2 -0      lib/input/inputPlugin.cpp   1.3
  M +5 -0      lib/input/inputStream.cpp   1.5
  M +0 -3      lib/input/inputStream.h   1.6
  M +4 -0      lib/input/simpleRingBuffer.cpp   1.3
  M +1 -7      lib/input/simpleRingBuffer.h   1.2
  M +3 -0      lib/mpegplay/gop.cpp   1.3
  M +0 -1      lib/mpegplay/motionVector.h   1.2
  M +3 -0      lib/mpegplay/mpegExtension.cpp   1.3
  M +4 -0      lib/mpegplay/mpegSystemHeader.cpp   1.6
  M +0 -1      lib/mpegplay/mpegSystemHeader.h   1.5
  M +2 -0      lib/mpegplay/mpegSystemStream.cpp   1.11
  M +2 -0      lib/mpegplay/mpegVideoBitWindow.cpp   1.3
  M +4 -0      lib/mpegplay/mpegVideoHeader.cpp   1.3
  M +3 -0      lib/mpegplay/mpegVideoLength.cpp   1.7
  M +2 -0      lib/mpegplay/mpegVideoStream.cpp   1.4
  M +0 -1      lib/mpegplay/mpegVideoStream.h   1.3
  M +3 -0      lib/mpegplay/pesSystemStream.cpp   1.2
  M +3 -0      lib/mpegplay/psSystemStream.cpp   1.2
  M +0 -1      lib/mpegplay/slice.h   1.2
  M +3 -0      lib/mpgplayer/mpegStreamPlayer.cpp   1.10
  M +2 -0      lib/oggvorbis/ovFramer.cpp   1.2
  M +3 -0      lib/oggvorbis/vorbisDecoder.cpp   1.2
  M +4 -0      lib/oggvorbis/vorbisInfo.cpp   1.2
  M +0 -1      lib/oggvorbis/vorbisInfo.h   1.2
  M +2 -0      lib/output/audioData.cpp   1.3
  M +2 -0      lib/output/audioDataArray.cpp   1.3
  M +3 -0      lib/output/audioTime.cpp   1.8
  M +0 -2      lib/output/audioTime.h   1.4
  M +4 -0      lib/output/avSyncer.cpp   1.8
  M +3 -0      lib/output/dspX11OutputStream.cpp   1.11
  M +2 -0      lib/output/outPlugin.cpp   1.3
  M +2 -0      lib/output/outputStream.cpp   1.10
  M +0 -2      lib/output/outputStream.h   1.5
  M +4 -0      lib/output/performance.cpp   1.2
  M +4 -0      lib/output/pluginInfo.cpp   1.3
  M +0 -1      lib/output/pluginInfo.h   1.2
  M +0 -2      lib/splay/common.h   1.3
  M +3 -0      lib/splay/dct64_down.cpp   1.3
  M +2 -2      lib/splay/mpegAudioBitWindow.cpp   1.5
  M +0 -2      lib/splay/mpegAudioBitWindow.h   1.6
  M +3 -0      lib/splay/mpegAudioFrame.cpp   1.4
  M +3 -0      lib/splay/mpegAudioHeader.cpp   1.7
  M +0 -1      lib/splay/mpegAudioHeader.h   1.6
  M +3 -0      lib/splay/mpegAudioInfo.cpp   1.4
  M +1 -0      lib/splay/mpegAudioStream.cpp   1.5
  M +3 -0      lib/splay/mpeglayer2.cpp   1.6
  M +3 -0      lib/splay/mpegtoraw.cpp   1.4
  M +5 -0      lib/splay/synth_Down.cpp   1.2
  M +4 -0      lib/splay/synth_Std.cpp   1.2
  M +5 -1      lib/splay/synthesis.cpp   1.2
  M +0 -2      lib/tplay/tplayfunctions.h   1.3
  M +4 -0      lib/tplay/wav.cpp   1.2
  M +0 -3      lib/util/abstract/abs_thread.h   1.5
  M +4 -0      lib/util/abstract/threadQueue.cpp   1.3
  M +3 -0      lib/util/audio/dspWrapper.cpp   1.4
  M +0 -2      lib/util/audio/dspWrapper.h   1.3
  M +3 -0      lib/util/dynBuffer.cpp   1.2
  M +0 -3      lib/util/dynBuffer.h   1.2
  M +3 -0      lib/util/render/dither/dither32mmx.cpp   1.6
  M +0 -2      lib/util/render/dither/ditherDef.h   1.4
  M +3 -0      lib/util/render/dither/ditherRGB.cpp   1.3
  M +3 -0      lib/util/render/dither/ditherRGB_flipped.cpp   1.3
  M +5 -0      lib/util/render/dither/ditherWrapper.cpp   1.9
  M +2 -0      lib/util/render/dither/ditherer_mmx16.cpp   1.6
  M +3 -0      lib/util/render/dither2YUV/dither2YUV.cpp   1.3
  M +3 -0      lib/util/render/imageBase.cpp   1.4
  M +0 -1      lib/util/render/imageBase.h   1.4
  M +2 -0      lib/util/render/renderMachine.cpp   1.12
  M +3 -0      lib/util/render/surface.cpp   1.6
  M +0 -2      lib/util/render/surface.h   1.5
  M +2 -0      lib/util/render/x11/imageDGAFull.cpp   1.6
  M +0 -2      lib/util/render/x11/imageDGAFull.h   1.4
  M +3 -0      lib/util/render/x11/imageDeskX11.cpp   1.15
  M +4 -0      lib/util/render/x11/imageXVDesk.cpp   1.17
  M +0 -1      lib/util/render/x11/imageXVDesk.h   1.6
  M +2 -0      lib/util/render/x11/initDisplay.cpp   1.4
  M +0 -1      lib/util/render/x11/initDisplay.h   1.2
  M +3 -0      lib/util/render/x11/x11Surface.cpp   1.20
  M +4 -0      lib/util/render/yuvPicture.cpp   1.6
  M +3 -0      lib/util/syncClock.cpp   1.4
  M +4 -0      lib/util/syncClockMPEG.cpp   1.3
  M +3 -0      lib/util/timeStamp.cpp   1.4
  M +0 -3      lib/util/timeStamp.h   1.5
  M +3 -0      lib/util/timeStampArray.cpp   1.3
  M +0 -5      lib/util/timeStampArray.h   1.3
  M +2 -1      lib/yuv/yuvPlugin.cpp   1.4

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic