Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3d0c/gmf
/ functions
Functions
604 in github.com/3d0c/gmf
⨍
Functions
604
◇
Types & classes
44
↓ 1 callers
Method
GetFirstPacketForStreamIndex
(streamIndex int)
format_go112.go:383
↓ 1 callers
Method
GetFrame
()
filter_go16.go:163
↓ 1 callers
Method
GetLastPacketForStreamIndex
(streamIndex int)
format_go112.go:408
↓ 1 callers
Method
GetNextPacket
()
format_go112.go:345
↓ 1 callers
Method
GetProfile
()
codecCtx_go16.go:475
↓ 1 callers
Method
GetSDPString
()
format_go16.go:554
↓ 1 callers
Method
GetSDPString
()
format_go112.go:723
↓ 1 callers
Method
GetTimeCode
(avgFrameRate AVRational)
frame_go112.go:352
↓ 1 callers
Method
Height
()
frame_go112.go:122
↓ 1 callers
Method
Height
()
codecCtx_go112.go:314
↓ 1 callers
Function
InitDesc
()
codecDesc.go:24
↓ 1 callers
Method
IsCodecCtxSet
IsCodecCtxSet Deprecated: Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
stream.go:109
↓ 1 callers
Method
IsOpen
()
codecCtx_go16.go:323
↓ 1 callers
Method
IsOpen
()
codecCtx_go112.go:338
↓ 1 callers
Method
IsVideo
()
stream.go:141
↓ 1 callers
Method
LineSize
(idx int)
frame_go112.go:224
↓ 1 callers
Method
LongName
()
format_go16.go:621
↓ 1 callers
Method
LongName
()
format_go112.go:790
↓ 1 callers
Method
MimeType
()
format_go16.go:625
↓ 1 callers
Method
MimeType
()
format_go112.go:794
↓ 1 callers
Method
Name
()
format_go16.go:617
↓ 1 callers
Method
Name
()
format_go112.go:786
↓ 1 callers
Method
NbFrames
()
stream.go:121
↓ 1 callers
Function
NewAVIOContext
AVIOContext constructor. Use it only if You need custom IO behaviour!
avio_go16.go:69
↓ 1 callers
Function
NewFilter
(desc string, srcStreams []*Stream, ost *Stream, options []*Option)
filter_go112.go:35
↓ 1 callers
Function
NewImage
@todo find better way to do allocation
imgutils.go:66
↓ 1 callers
Function
NewOutputCtxWithFormatName
(filename, format string)
format_go16.go:161
↓ 1 callers
Function
NewPacket
()
packet_go112.go:33
↓ 1 callers
Method
NewStream
(c *Codec)
format_go112.go:437
↓ 1 callers
Method
OpenInputWithOption
(filename string, inputOptions *Option)
format_go16.go:219
↓ 1 callers
Method
OpenInputWithOption
(filename string, inputOptions *Option)
format_go112.go:223
↓ 1 callers
Method
Pos
()
packet_go16.go:85
↓ 1 callers
Method
Pts
()
packet_go112.go:53
↓ 1 callers
Method
Pts
()
frame_go112.go:101
↓ 1 callers
Method
Release
()
cgoMemory.go:15
↓ 1 callers
Method
Release
()
filter_go16.go:203
↓ 1 callers
Method
RequestOldest
()
filter_go112.go:189
↓ 1 callers
Function
RescaleDelta
(inTb AVRational, inTs int64, fsTb AVRational, duration int, last *int64, outTb AVRational)
utils.go:102
↓ 1 callers
Method
Retain
()
cgoMemory.go:13
↓ 1 callers
Method
Scale
(src *Frame, dst *Frame)
sws_go112.go:63
↓ 1 callers
Method
SeekFile
(ist *Stream, minTs, maxTs int64, flag int)
format_go16.go:523
↓ 1 callers
Method
SeekFile
(ist *Stream, minTs, maxTs int64, flag int)
format_go112.go:575
↓ 1 callers
Method
SetChannels
(val int)
frame_go112.go:259
↓ 1 callers
Method
SetData
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 callers
Method
SetFormat
(val int32)
frame_go112.go:158
↓ 1 callers
Method
SetGopSize
(val int)
codecCtx_go16.go:378
↓ 1 callers
Method
SetInputFormat
(name string)
format_go112.go:493
↓ 1 callers
Method
SetMaxBFrames
(val int)
codecCtx_go16.go:387
↓ 1 callers
Method
SetNbSamples
(val int)
frame_go112.go:245
↓ 1 callers
Method
StreamIndex
()
packet_go112.go:89
↓ 1 callers
Function
TimeCodeToHHMMSS
TimeCodeToHHMMSS splits a timeCode = "20:15:31:00" to return 20, 15, 31
utils.go:224
↓ 1 callers
Method
Width
()
frame_go112.go:118
↓ 1 callers
Method
Width
()
codecCtx_go112.go:310
↓ 1 callers
Function
addStream
(codecName string, oc *gmf.FmtCtx, ist *gmf.Stream)
examples/watermark.go:55
↓ 1 callers
Function
assert
(i interface{}, err error)
examples/watermark.go:47
↓ 1 callers
Function
audio
(outputCtx *FmtCtx, output chan *Packet)
examples/encoding_mp4.go:45
↓ 1 callers
Function
audio
(outputCtx *FmtCtx, output chan *Packet)
examples/encoding_h264.go:45
↓ 1 callers
Function
encode
(cc *gmf.CodecCtx, frames []*gmf.Frame, drain int)
examples/video-to-goImage.go:155
↓ 1 callers
Function
encode
(cc *gmf.CodecCtx, frames []*gmf.Frame, drain int)
examples/video-to-image.go:164
↓ 1 callers
Function
encodeWorker
(o output, wg *sync.WaitGroup)
examples/encoding-multiple.go:30
↓ 1 callers
Function
finishedNb
()
examples/watermark.go:35
↓ 1 callers
Function
initOst
(name string, oc *gmf.FmtCtx, ist *gmf.Stream)
examples/images-to-video.go:26
↓ 1 callers
Function
video
(outputCtx *FmtCtx, output chan *Packet)
examples/encoding_mp4.go:147
↓ 1 callers
Function
video
(outputCtx *FmtCtx, output chan *Packet)
examples/encoding_h264.go:152
↓ 1 callers
Function
writeFile
(b []byte)
examples/video-to-jpeg-avio.go:51
↓ 1 callers
Function
writeFile
(b image.Image)
examples/video-to-goImage.go:180
↓ 1 callers
Function
writeFile
(b []byte)
examples/video-to-image.go:181
Method
AddFrame
(frame *Frame, istIdx int, flag int)
filter_go112.go:135
Method
AddStreamWithCodeCtx
(codeCtx *CodecCtx)
format_go112.go:258
Method
Av2qd
()
utils.go:61
Function
AvInvQ
(q AVRational)
utils.go:118
Method
BitRate
()
codecCtx_go16.go:343
Method
BitRate
()
codecCtx_go112.go:358
Method
BitRate
Total stream bitrate in bit/s
format_go112.go:547
Method
BitRate
()
codecParam.go:34
Method
Channels
()
frame_go112.go:154
Method
Clone
()
packet_go16.go:93
Method
Clone
()
packet_go112.go:130
Method
CloneNewFrame
()
frame_go112.go:232
Method
CloneNewFrame
()
frame_go16.go:219
Method
Close
()
codecCtx_go16.go:273
Method
Close
()
codecCtx_go112.go:288
Method
Close
(istIdx int)
filter_go112.go:153
Method
CloseAndRelease
()
codecCtx_go16.go:269
Method
CloseAndRelease
()
codecCtx_go112.go:284
Method
CodecId
()
codecParam.go:30
Method
Copy
(frame *Frame)
imgutils.go:85
Method
CopyExtra
(ist *Stream)
codecCtx_go16.go:212
Method
CopyExtra
(ist *Stream)
codecCtx_go112.go:215
Method
Data
()
packet_go112.go:101
Method
Decode
(pkt *Packet)
codecCtx_go112.go:572
Method
Decode2
(pkt *Packet)
codecCtx_go112.go:643
Function
DefaultRescaler
(ctx *SwsCtx, frames []*Frame)
sws_go16.go:80
Method
Dts
()
packet_go112.go:62
Method
Dump
()
format_go16.go:328
Method
Dump
()
packet_go16.go:101
Method
Dump
()
packet_go112.go:138
Method
Dump
()
frame_go112.go:228
Method
Dump
()
codecCtx_go16.go:467
Method
Dump
()
codecCtx_go112.go:482
← previous
next →
201–300 of 604, ranked by callers