diff options
49 files changed, 290 insertions, 7 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * -* $Id: dxr3.c,v 1.1.2.6 2005/04/18 19:26:22 scop Exp $ +* $Id: dxr3.c,v 1.1.2.7 2005/04/18 19:29:09 scop Exp $ */ @@ -196,3 +196,9 @@ cOsdObject* cPluginDxr3::MainMenuAction() } VDRPLUGINCREATOR(cPluginDxr3); // Don't touch this! + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -94,3 +94,9 @@ public: }; #endif /*_DXR3_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3audiodecoder.c b/dxr3audiodecoder.c index e341e2a..8f7cb1f 100644 --- a/dxr3audiodecoder.c +++ b/dxr3audiodecoder.c @@ -294,3 +294,9 @@ bool cDxr3AudioDecoder::HeadCheck(unsigned long head) return retval; } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3audiodecoder.h b/dxr3audiodecoder.h index fb7d811..cc2f75c 100644 --- a/dxr3audiodecoder.h +++ b/dxr3audiodecoder.h @@ -73,3 +73,9 @@ private: }; #endif /*_DXR3_AUDIODECODER_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3blackframe.c b/dxr3blackframe.c index c128b6d..a12589e 100644 --- a/dxr3blackframe.c +++ b/dxr3blackframe.c @@ -1284,3 +1284,9 @@ char blackframe[] = 0x0, 0x0, 0x0, 0x0, 0x0 }; int blackframeLength = sizeof(blackframe); + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3colormanager.c b/dxr3colormanager.c index 0bddb60..d403d6c 100644 --- a/dxr3colormanager.c +++ b/dxr3colormanager.c @@ -353,3 +353,9 @@ bool xSection::HasColor(unsigned int color, unsigned char &ColorIndex) } return(false); } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3colormanager.h b/dxr3colormanager.h index 0091688..f252679 100644 --- a/dxr3colormanager.h +++ b/dxr3colormanager.h @@ -115,3 +115,9 @@ private: // Private attributes }; #endif /*_DXR3COLORMANAGER_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3configdata.c b/dxr3configdata.c index c8dc1cc..55bd5d4 100644 --- a/dxr3configdata.c +++ b/dxr3configdata.c @@ -38,3 +38,9 @@ cDxr3ConfigData::cDxr3ConfigData() m_contrast = 500; m_saturation = 500; } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3configdata.h b/dxr3configdata.h index 2659dbe..59376eb 100644 --- a/dxr3configdata.h +++ b/dxr3configdata.h @@ -108,3 +108,9 @@ protected: }; #endif /*_DXR3_CONFIGDATA_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -135,3 +135,9 @@ bool cDxr3CPU::Cpuid(unsigned long function, unsigned long& out_eax, unsigned lo : "0" (function)); return true; } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -103,5 +103,10 @@ private: CPUInformation m_Info; }; - #endif /*_DXR3_CPU_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c index 66c19af..8643694 100644 --- a/dxr3demuxdevice.c +++ b/dxr3demuxdevice.c @@ -676,3 +676,9 @@ int cDxr3DemuxDevice::DemuxAudioPes(const uint8_t* buf, int length) return origLength; } } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h index fc299d3..ac239f7 100644 --- a/dxr3demuxdevice.h +++ b/dxr3demuxdevice.h @@ -86,3 +86,9 @@ private: }; #endif // __DXR3_DEMUX_DEVICE_H + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3device.c b/dxr3device.c index bd75fd6..0f323eb 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -521,3 +521,8 @@ cOsdBase *cDxr3Device::NewOsd(int x, int y) } #endif +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3device.h b/dxr3device.h index 2252c94..f032863 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -92,3 +92,9 @@ protected: }; #endif /*_DXR3_DEVICE_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3ffmpeg.c b/dxr3ffmpeg.c index 67ab99e..0a7ddcc 100644 --- a/dxr3ffmpeg.c +++ b/dxr3ffmpeg.c @@ -88,3 +88,9 @@ void cDxr3Ffmepg::CloseCodec(struct Dxr3Codec& Codec) Codec.Open = false; } } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3ffmpeg.h b/dxr3ffmpeg.h index 46fed73..d4347e2 100644 --- a/dxr3ffmpeg.h +++ b/dxr3ffmpeg.h @@ -66,3 +66,9 @@ private: }; #endif /*_DXR3_FFMPEG_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3generaldefines.h b/dxr3generaldefines.h index 5a53999..4f01e84 100644 --- a/dxr3generaldefines.h +++ b/dxr3generaldefines.h @@ -44,7 +44,10 @@ enum eDxr3TrickState { DXR3_FREEZE, }; - - - #endif // __DXR3_GENERAL_DEFINES_H + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -746,3 +746,9 @@ const tI18nPhrase Phrases[] = { }, { NULL } }; + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -27,3 +27,9 @@ extern const tI18nPhrase Phrases[]; #endif /*_DXR3_I18N_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3interface.c b/dxr3interface.c index 0176ce4..b035c42 100644 --- a/dxr3interface.c +++ b/dxr3interface.c @@ -1167,3 +1167,9 @@ void cDxr3Interface::SetSaturation(int value) // ================================== cMutex* cDxr3Interface::m_pMutex = new cMutex; + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3interface.h b/dxr3interface.h index 22ac3b9..2326ec2 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -173,3 +173,9 @@ protected: }; #endif /*_DXR3_INTERFACE_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3interface_spu_encoder.c b/dxr3interface_spu_encoder.c index 771ca07..85b7545 100644 --- a/dxr3interface_spu_encoder.c +++ b/dxr3interface_spu_encoder.c @@ -696,3 +696,9 @@ void cSPUEncoder::CalculateActiveOsdArea() } */ } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3interface_spu_encoder.h b/dxr3interface_spu_encoder.h index d7161c1..595b934 100644 --- a/dxr3interface_spu_encoder.h +++ b/dxr3interface_spu_encoder.h @@ -138,3 +138,9 @@ private: }; #endif /*_DXR3_INTERFACE_SPU_ENCODER_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -66,3 +66,9 @@ void cLog::Close() m_LogOpen = false; } } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -90,5 +90,10 @@ private: void Close(); // with this function we close our logfile }; - #endif /*_DXR3_LOG_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3memcpy.c b/dxr3memcpy.c index 374cc32..c4736b1 100644 --- a/dxr3memcpy.c +++ b/dxr3memcpy.c @@ -441,3 +441,9 @@ unsigned long long int cDxr3MemcpyBench::Rdtsc(uint32_t config_flags) return times(&tp); #endif /* __i386__ || __x86_64__ */ } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3memcpy.h b/dxr3memcpy.h index 977af5d..9214d53 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -90,3 +90,9 @@ private: extern void *(* dxr3_memcpy)(void *to, const void *from, size_t len); #endif /*_DXR3MEMCPY_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3multichannelaudio.c b/dxr3multichannelaudio.c index 1f1471d..8c31aea 100644 --- a/dxr3multichannelaudio.c +++ b/dxr3multichannelaudio.c @@ -643,3 +643,8 @@ void cMultichannelAudio::Encapsulate(uchar *b, int length) Unlock(); } +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3multichannelaudio.h b/dxr3multichannelaudio.h index 689f8f1..1c8091e 100644 --- a/dxr3multichannelaudio.h +++ b/dxr3multichannelaudio.h @@ -31,3 +31,9 @@ public: }; #endif /*_DXR3MULTICHANNELAUDIO_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3nextpts.c b/dxr3nextpts.c index 8aaf837..6f6ffeb 100644 --- a/dxr3nextpts.c +++ b/dxr3nextpts.c @@ -23,3 +23,9 @@ // ================================== cMutex* cDxr3NextPts::m_pMutex = new cMutex; + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3nextpts.h b/dxr3nextpts.h index 64fe8eb..daddbfb 100644 --- a/dxr3nextpts.h +++ b/dxr3nextpts.h @@ -53,3 +53,9 @@ private: }; #endif /*_DXR3NEXTPTS_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -160,3 +160,9 @@ void cDxr3Osd::MoveWindow(cWindow *Window, int x, int y) } #endif /*VDRVERSNUM*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: @@ -40,3 +40,9 @@ public: #endif /*VDRVERSNUM*/ #endif /*_DXR3_OSD_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3osd_subpicture.c b/dxr3osd_subpicture.c index 1cdd72e..de3d3bf 100644 --- a/dxr3osd_subpicture.c +++ b/dxr3osd_subpicture.c @@ -237,3 +237,8 @@ void cDxr3SubpictureOsd::Flush() #endif /*VDRVERSNUM*/ +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index cf5bc1d..9fe75f8 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -33,3 +33,9 @@ public: #endif /*VDRVERSNUM*/ #endif /*_DXR3OSD_SUBPICTURE_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3outputthread.c b/dxr3outputthread.c index 300d0e7..9c7ff0c 100644 --- a/dxr3outputthread.c +++ b/dxr3outputthread.c @@ -231,3 +231,9 @@ void cDxr3VideoOutThread::Action() #undef SCR + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3outputthread.h b/dxr3outputthread.h index 504b241..2a5c329 100644 --- a/dxr3outputthread.h +++ b/dxr3outputthread.h @@ -82,3 +82,9 @@ private: }; #endif /*_DXR3OUTPUTTHREAD_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3pesframe.c b/dxr3pesframe.c index 0ee63dc..a5197de 100644 --- a/dxr3pesframe.c +++ b/dxr3pesframe.c @@ -249,3 +249,8 @@ uint32_t cDxr3PesFrame::m_staticHorizontalSize = 720; uint32_t cDxr3PesFrame::m_staticVerticalSize = 576; const uint32_t cDxr3PesFrame::MAX_PES_HEADER_SIZE = 184; +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3pesframe.h b/dxr3pesframe.h index 087fc47..737116a 100644 --- a/dxr3pesframe.h +++ b/dxr3pesframe.h @@ -172,4 +172,8 @@ private: #endif /*_DXR3PESFRAME_H_*/ - +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3singleton.h b/dxr3singleton.h index 849224d..316d8ac 100644 --- a/dxr3singleton.h +++ b/dxr3singleton.h @@ -44,3 +44,9 @@ class Singleton }; #endif /*_DXR3_SINGLETON_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3spudecoder.c b/dxr3spudecoder.c index cb6db5e..a7319f6 100644 --- a/dxr3spudecoder.c +++ b/dxr3spudecoder.c @@ -655,3 +655,9 @@ int cDxr3SpuDecoder::setTime(uint32_t pts) return 1; } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h index f8b0ab7..0f3cc3b 100644 --- a/dxr3spudecoder.h +++ b/dxr3spudecoder.h @@ -162,3 +162,9 @@ inline uint32_t cDxr3SpuPalette::getColor(uint8_t idx, uint8_t trans) const } #endif /*_DXR3SPUDECODER_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3syncbuffer.c b/dxr3syncbuffer.c index e7544ec..f9f9d50 100644 --- a/dxr3syncbuffer.c +++ b/dxr3syncbuffer.c @@ -462,3 +462,9 @@ void cDxr3SyncBuffer::ReceiverStopped(void) { receiverStopped.Broadcast(); } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h index 63c6e1e..f0d82fa 100644 --- a/dxr3syncbuffer.h +++ b/dxr3syncbuffer.h @@ -136,3 +136,9 @@ private: }; #endif /*_DXR3SYNCBUFFER_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3sysclock.c b/dxr3sysclock.c index 8c32948..192ccc9 100644 --- a/dxr3sysclock.c +++ b/dxr3sysclock.c @@ -68,3 +68,9 @@ void cDxr3SysClock::SetSpuPts(uint32_t pts) ioctl(m_fdspu, EM8300_IOCTL_SPU_SETPTS, &newPts); mutex.Unlock(); } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3sysclock.h b/dxr3sysclock.h index 21910e0..deb969c 100644 --- a/dxr3sysclock.h +++ b/dxr3sysclock.h @@ -54,3 +54,9 @@ protected: }; #endif /*_DXR3_SYSCLOCK_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3tools.h b/dxr3tools.h index 1cb1575..9e01dec 100644 --- a/dxr3tools.h +++ b/dxr3tools.h @@ -104,3 +104,9 @@ namespace Tools } #endif /*_DXR3TOOLS_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: diff --git a/dxr3vdrincludes.h b/dxr3vdrincludes.h index c3d8e17..39d0f51 100644 --- a/dxr3vdrincludes.h +++ b/dxr3vdrincludes.h @@ -53,3 +53,9 @@ #endif #endif /*_DXR3_VDRINCLUDES_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: |