MCPcopy Create free account

hub / github.com/3d0c/gmf / functions

Functions604 in github.com/3d0c/gmf

↓ 1 callersMethodGetFirstPacketForStreamIndex
(streamIndex int)
format_go112.go:383
↓ 1 callersMethodGetFrame
()
filter_go16.go:163
↓ 1 callersMethodGetLastPacketForStreamIndex
(streamIndex int)
format_go112.go:408
↓ 1 callersMethodGetNextPacket
()
format_go112.go:345
↓ 1 callersMethodGetProfile
()
codecCtx_go16.go:475
↓ 1 callersMethodGetSDPString
()
format_go16.go:554
↓ 1 callersMethodGetSDPString
()
format_go112.go:723
↓ 1 callersMethodGetTimeCode
(avgFrameRate AVRational)
frame_go112.go:352
↓ 1 callersMethodHeight
()
frame_go112.go:122
↓ 1 callersMethodHeight
()
codecCtx_go112.go:314
↓ 1 callersFunctionInitDesc
()
codecDesc.go:24
↓ 1 callersMethodIsCodecCtxSet
IsCodecCtxSet Deprecated: Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
stream.go:109
↓ 1 callersMethodIsOpen
()
codecCtx_go16.go:323
↓ 1 callersMethodIsOpen
()
codecCtx_go112.go:338
↓ 1 callersMethodIsVideo
()
stream.go:141
↓ 1 callersMethodLineSize
(idx int)
frame_go112.go:224
↓ 1 callersMethodLongName
()
format_go16.go:621
↓ 1 callersMethodLongName
()
format_go112.go:790
↓ 1 callersMethodMimeType
()
format_go16.go:625
↓ 1 callersMethodMimeType
()
format_go112.go:794
↓ 1 callersMethodName
()
format_go16.go:617
↓ 1 callersMethodName
()
format_go112.go:786
↓ 1 callersMethodNbFrames
()
stream.go:121
↓ 1 callersFunctionNewAVIOContext
AVIOContext constructor. Use it only if You need custom IO behaviour!
avio_go16.go:69
↓ 1 callersFunctionNewFilter
(desc string, srcStreams []*Stream, ost *Stream, options []*Option)
filter_go112.go:35
↓ 1 callersFunctionNewImage
@todo find better way to do allocation
imgutils.go:66
↓ 1 callersFunctionNewOutputCtxWithFormatName
(filename, format string)
format_go16.go:161
↓ 1 callersFunctionNewPacket
()
packet_go112.go:33
↓ 1 callersMethodNewStream
(c *Codec)
format_go112.go:437
↓ 1 callersMethodOpenInputWithOption
(filename string, inputOptions *Option)
format_go16.go:219
↓ 1 callersMethodOpenInputWithOption
(filename string, inputOptions *Option)
format_go112.go:223
↓ 1 callersMethodPos
()
packet_go16.go:85
↓ 1 callersMethodPts
()
packet_go112.go:53
↓ 1 callersMethodPts
()
frame_go112.go:101
↓ 1 callersMethodRelease
()
cgoMemory.go:15
↓ 1 callersMethodRelease
()
filter_go16.go:203
↓ 1 callersMethodRequestOldest
()
filter_go112.go:189
↓ 1 callersFunctionRescaleDelta
(inTb AVRational, inTs int64, fsTb AVRational, duration int, last *int64, outTb AVRational)
utils.go:102
↓ 1 callersMethodRetain
()
cgoMemory.go:13
↓ 1 callersMethodScale
(src *Frame, dst *Frame)
sws_go112.go:63
↓ 1 callersMethodSeekFile
(ist *Stream, minTs, maxTs int64, flag int)
format_go16.go:523
↓ 1 callersMethodSeekFile
(ist *Stream, minTs, maxTs int64, flag int)
format_go112.go:575
↓ 1 callersMethodSetChannels
(val int)
frame_go112.go:259
↓ 1 callersMethodSetData
SetData [NOT SUGGESTED] should free data later p := gmf.NewPacket() defer p.Free() p.SetData([]byte{0x00, 0x00, 0x00, 0x01, 0x67}) defer p.FreeData()
packet_go112.go:110
↓ 1 callersMethodSetFormat
(val int32)
frame_go112.go:158
↓ 1 callersMethodSetGopSize
(val int)
codecCtx_go16.go:378
↓ 1 callersMethodSetInputFormat
(name string)
format_go112.go:493
↓ 1 callersMethodSetMaxBFrames
(val int)
codecCtx_go16.go:387
↓ 1 callersMethodSetNbSamples
(val int)
frame_go112.go:245
↓ 1 callersMethodStreamIndex
()
packet_go112.go:89
↓ 1 callersFunctionTimeCodeToHHMMSS
TimeCodeToHHMMSS splits a timeCode = "20:15:31:00" to return 20, 15, 31
utils.go:224
↓ 1 callersMethodWidth
()
frame_go112.go:118
↓ 1 callersMethodWidth
()
codecCtx_go112.go:310
↓ 1 callersFunctionaddStream
(codecName string, oc *gmf.FmtCtx, ist *gmf.Stream)
examples/watermark.go:55
↓ 1 callersFunctionassert
(i interface{}, err error)
examples/watermark.go:47
↓ 1 callersFunctionaudio
(outputCtx *FmtCtx, output chan *Packet)
examples/encoding_mp4.go:45
↓ 1 callersFunctionaudio
(outputCtx *FmtCtx, output chan *Packet)
examples/encoding_h264.go:45
↓ 1 callersFunctionencode
(cc *gmf.CodecCtx, frames []*gmf.Frame, drain int)
examples/video-to-goImage.go:155
↓ 1 callersFunctionencode
(cc *gmf.CodecCtx, frames []*gmf.Frame, drain int)
examples/video-to-image.go:164
↓ 1 callersFunctionencodeWorker
(o output, wg *sync.WaitGroup)
examples/encoding-multiple.go:30
↓ 1 callersFunctionfinishedNb
()
examples/watermark.go:35
↓ 1 callersFunctioninitOst
(name string, oc *gmf.FmtCtx, ist *gmf.Stream)
examples/images-to-video.go:26
↓ 1 callersFunctionvideo
(outputCtx *FmtCtx, output chan *Packet)
examples/encoding_mp4.go:147
↓ 1 callersFunctionvideo
(outputCtx *FmtCtx, output chan *Packet)
examples/encoding_h264.go:152
↓ 1 callersFunctionwriteFile
(b []byte)
examples/video-to-jpeg-avio.go:51
↓ 1 callersFunctionwriteFile
(b image.Image)
examples/video-to-goImage.go:180
↓ 1 callersFunctionwriteFile
(b []byte)
examples/video-to-image.go:181
MethodAddFrame
(frame *Frame, istIdx int, flag int)
filter_go112.go:135
MethodAddStreamWithCodeCtx
(codeCtx *CodecCtx)
format_go112.go:258
MethodAv2qd
()
utils.go:61
FunctionAvInvQ
(q AVRational)
utils.go:118
MethodBitRate
()
codecCtx_go16.go:343
MethodBitRate
()
codecCtx_go112.go:358
MethodBitRate
Total stream bitrate in bit/s
format_go112.go:547
MethodBitRate
()
codecParam.go:34
MethodChannels
()
frame_go112.go:154
MethodClone
()
packet_go16.go:93
MethodClone
()
packet_go112.go:130
MethodCloneNewFrame
()
frame_go112.go:232
MethodCloneNewFrame
()
frame_go16.go:219
MethodClose
()
codecCtx_go16.go:273
MethodClose
()
codecCtx_go112.go:288
MethodClose
(istIdx int)
filter_go112.go:153
MethodCloseAndRelease
()
codecCtx_go16.go:269
MethodCloseAndRelease
()
codecCtx_go112.go:284
MethodCodecId
()
codecParam.go:30
MethodCopy
(frame *Frame)
imgutils.go:85
MethodCopyExtra
(ist *Stream)
codecCtx_go16.go:212
MethodCopyExtra
(ist *Stream)
codecCtx_go112.go:215
MethodData
()
packet_go112.go:101
MethodDecode
(pkt *Packet)
codecCtx_go112.go:572
MethodDecode2
(pkt *Packet)
codecCtx_go112.go:643
FunctionDefaultRescaler
(ctx *SwsCtx, frames []*Frame)
sws_go16.go:80
MethodDts
()
packet_go112.go:62
MethodDump
()
format_go16.go:328
MethodDump
()
packet_go16.go:101
MethodDump
()
packet_go112.go:138
MethodDump
()
frame_go112.go:228
MethodDump
()
codecCtx_go16.go:467
MethodDump
()
codecCtx_go112.go:482
← previousnext →201–300 of 604, ranked by callers