This file is indexed.

/usr/include/liveMedia/liveMedia.hh is in liblivemedia-dev 2011.12.23-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.)

This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
more details.

You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
**********/
// "liveMedia"
// Copyright (c) 1996-2012 Live Networks, Inc.  All rights reserved.
// Inclusion of header files representing the interface
// for the entire library
//
// Programs that use the library can include this header file,
// instead of each of the individual media header files

#ifndef _LIVEMEDIA_HH
#define _LIVEMEDIA_HH

#include "MPEG1or2AudioRTPSink.hh"
#include "MP3ADURTPSink.hh"
#include "MPEG1or2VideoRTPSink.hh"
#include "MPEG4ESVideoRTPSink.hh"
#include "AMRAudioFileSink.hh"
#include "H264VideoFileSink.hh"
#include "BasicUDPSink.hh"
#include "GSMAudioRTPSink.hh"
#include "H263plusVideoRTPSink.hh"
#include "H264VideoRTPSink.hh"
#include "DVVideoRTPSource.hh"
#include "DVVideoRTPSink.hh"
#include "DVVideoStreamFramer.hh"
#include "H264VideoStreamDiscreteFramer.hh"
#include "JPEGVideoRTPSink.hh"
#include "SimpleRTPSink.hh"
#include "uLawAudioFilter.hh"
#include "MPEG2IndexFromTransportStream.hh"
#include "MPEG2TransportStreamTrickModeFilter.hh"
#include "ByteStreamMultiFileSource.hh"
#include "ByteStreamMemoryBufferSource.hh"
#include "BasicUDPSource.hh"
#include "SimpleRTPSource.hh"
#include "MPEG1or2AudioRTPSource.hh"
#include "MPEG4LATMAudioRTPSource.hh"
#include "MPEG4LATMAudioRTPSink.hh"
#include "MPEG4ESVideoRTPSource.hh"
#include "MPEG4GenericRTPSource.hh"
#include "MP3ADURTPSource.hh"
#include "QCELPAudioRTPSource.hh"
#include "AMRAudioRTPSource.hh"
#include "JPEGVideoRTPSource.hh"
#include "JPEGVideoSource.hh"
#include "MPEG1or2VideoRTPSource.hh"
#include "VorbisAudioRTPSource.hh"
#include "VP8VideoRTPSource.hh"
#include "MPEG2TransportStreamFromPESSource.hh"
#include "MPEG2TransportStreamFromESSource.hh"
#include "MPEG2TransportStreamFramer.hh"
#include "ADTSAudioFileSource.hh"
#include "H261VideoRTPSource.hh"
#include "H263plusVideoRTPSource.hh"
#include "H264VideoRTPSource.hh"
#include "MP3HTTPSource.hh"
#include "MP3ADU.hh"
#include "MP3ADUinterleaving.hh"
#include "MP3Transcoder.hh"
#include "MPEG1or2DemuxedElementaryStream.hh"
#include "MPEG1or2AudioStreamFramer.hh"
#include "H263plusVideoStreamFramer.hh"
#include "AC3AudioStreamFramer.hh"
#include "AC3AudioRTPSource.hh"
#include "AC3AudioRTPSink.hh"
#include "VorbisAudioRTPSink.hh"
#include "VP8VideoRTPSink.hh"
#include "MPEG4GenericRTPSink.hh"
#include "MPEG1or2VideoStreamDiscreteFramer.hh"
#include "MPEG4VideoStreamDiscreteFramer.hh"
#include "DeviceSource.hh"
#include "AudioInputDevice.hh"
#include "WAVAudioFileSource.hh"
#include "RTSPServerSupportingHTTPStreaming.hh"
#include "RTSPClient.hh"
#include "SIPClient.hh"
#include "QuickTimeFileSink.hh"
#include "QuickTimeGenericRTPSource.hh"
#include "AVIFileSink.hh"
#include "PassiveServerMediaSubsession.hh"
#include "MPEG4VideoFileServerMediaSubsession.hh"
#include "H264VideoFileServerMediaSubsession.hh"
#include "WAVAudioFileServerMediaSubsession.hh"
#include "AMRAudioFileServerMediaSubsession.hh"
#include "AMRAudioFileSource.hh"
#include "AMRAudioRTPSink.hh"
#include "T140TextRTPSink.hh"
#include "TCPStreamSink.hh"
#include "MP3AudioFileServerMediaSubsession.hh"
#include "MPEG1or2VideoFileServerMediaSubsession.hh"
#include "MPEG1or2FileServerDemux.hh"
#include "MPEG2TransportFileServerMediaSubsession.hh"
#include "H263plusVideoFileServerMediaSubsession.hh"
#include "ADTSAudioFileServerMediaSubsession.hh"
#include "DVVideoFileServerMediaSubsession.hh"
#include "AC3AudioFileServerMediaSubsession.hh"
#include "MatroskaFileServerDemux.hh"
#include "DarwinInjector.hh"

#endif