nareix
|
ed54d3799b
|
aacparser: add error msg
|
2016-07-16 12:37:36 +08:00 |
|
nareix
|
30e62bbdfb
|
ffmpeg: add Bitrate and profile
|
2016-07-16 12:36:21 +08:00 |
|
nareix
|
37c9a0c41e
|
ffmpeg: fix resampler data linesize planar bug
|
2016-07-16 11:32:46 +08:00 |
|
nareix
|
038b70d129
|
ffmpg: add setopt/getopt. add C.AV_CODEC_FLAG_GLOBAL_HEADER for codecctx
|
2016-07-16 10:24:21 +08:00 |
|
nareix
|
9a54f1ee8f
|
ts: support PaddingToMakeCounterCont
|
2016-07-16 08:38:57 +08:00 |
|
nareix
|
b7b80edd64
|
add tsio: checksum.go
|
2016-07-16 08:38:05 +08:00 |
|
nareix
|
9feea9df46
|
h264parser: remove old bits use
|
2016-07-15 01:21:29 +08:00 |
|
nareix
|
b8afa6ca0c
|
ts: rewrite muxer
|
2016-07-15 00:26:57 +08:00 |
|
nareix
|
ab8f020f63
|
ts: add packet size check
|
2016-07-14 23:31:27 +08:00 |
|
nareix
|
78e9ae4e38
|
ts: add tsio, rewrite demuxer
|
2016-07-14 23:27:17 +08:00 |
|
nareix
|
59ec8462de
|
add pktque filters
|
2016-07-14 00:35:37 +08:00 |
|
nareix
|
2dea41f479
|
rewrite handler codec types logic, rm ts unused files
|
2016-07-14 00:33:57 +08:00 |
|
nareix
|
66bd404f1a
|
rtmp: fix splitPath
|
2016-07-13 22:42:17 +08:00 |
|
nareix
|
d1c21513c7
|
rm SupportedCodecTypes from av.Muxer
|
2016-07-13 22:42:04 +08:00 |
|
nareix
|
7f312cf177
|
pubsub: bugfix QueueCursor
|
2016-07-13 22:40:01 +08:00 |
|
nareix
|
c43b79e137
|
mv files
|
2016-07-13 22:39:41 +08:00 |
|
nareix
|
5236977a6a
|
mp4 fix samplesize atom bug
|
2016-07-13 22:38:58 +08:00 |
|
nareix
|
49340a40ec
|
rtmp: bugfix createURL
|
2016-07-13 20:20:01 +08:00 |
|
nareix
|
d4a1f50f7e
|
new pktque.Filter interface
|
2016-07-13 20:19:47 +08:00 |
|
nareix
|
ff7d24c845
|
handlerMuxer: add stage control
|
2016-07-13 17:56:09 +08:00 |
|
nareix
|
975080658c
|
mp4: bugfix write lastpkt
|
2016-07-13 16:06:07 +08:00 |
|
nareix
|
51ad6aeb7a
|
flv: remove debug func
|
2016-07-13 15:59:01 +08:00 |
|
nareix
|
e3a02beada
|
add SPEEX codec
|
2016-07-13 15:11:11 +08:00 |
|
nareix
|
4b5f50e03f
|
flv/rtmp: packet read logic bugfix
|
2016-07-13 13:13:32 +08:00 |
|
nareix
|
e1f6aa15fe
|
flv/rtmp: combine probe and packet <-> tag logic in flv; improve flvio
|
2016-07-13 09:05:18 +08:00 |
|
nareix
|
6f32e25e03
|
add ServerDemuxer / ServerMuxer
|
2016-07-12 16:44:48 +08:00 |
|
nareix
|
79f3f92350
|
flv: add NELLYMOSER support
|
2016-07-12 15:58:21 +08:00 |
|
nareix
|
4b181e84e0
|
rtmp: bugfix probe save videostreamindex
|
2016-07-12 15:57:51 +08:00 |
|
nareix
|
eaa160539d
|
add walltime demuxer
|
2016-07-12 14:36:48 +08:00 |
|
nareix
|
8b5871123f
|
rtmp: fix tcUrl
|
2016-07-12 14:04:55 +08:00 |
|
nareix
|
ae360fea7d
|
avconv: add Options.SupportedCodecTypes
|
2016-07-12 13:29:00 +08:00 |
|
nareix
|
12b407d5e4
|
add avconv.go
|
2016-07-12 13:15:54 +08:00 |
|
nareix
|
89170590b1
|
transcode: remove debug
|
2016-07-12 13:14:08 +08:00 |
|
nareix
|
fb6c20e424
|
interface change CodecData()(CodecData,error)
handler.AudioDecoder(av.AudioCodecData)
|
2016-07-12 12:55:44 +08:00 |
|
nareix
|
e64341e05c
|
ffmpeg: add AudioCodecHandler
|
2016-07-12 12:51:22 +08:00 |
|
nareix
|
952ac6e1b8
|
transcode: interface change
|
2016-07-12 12:23:16 +08:00 |
|
nareix
|
393f695613
|
avutil: add audio encoder/decoder for handlers
|
2016-07-12 11:14:38 +08:00 |
|
nareix
|
512de0943f
|
av: add SupportedCodecTypes / AudioEncoder options
|
2016-07-12 11:14:07 +08:00 |
|
nareix
|
824149ada7
|
format: add supported codec types for muxer
|
2016-07-12 11:09:51 +08:00 |
|
nareix
|
0c902b3668
|
ffmpeg: can set options for audio encoder
|
2016-07-12 11:08:22 +08:00 |
|
nareix
|
331bc9ff5f
|
transcode: FindAudioDecoderEncoder add stream index param
|
2016-07-12 10:36:45 +08:00 |
|
nareix
|
46e601abda
|
rtmp: support conn.URL
|
2016-07-12 08:39:53 +08:00 |
|
nareix
|
396376da2d
|
pubsub: Queue support Demuxer and Close
|
2016-07-12 08:38:52 +08:00 |
|
nareix
|
18205e5206
|
rtmp: move DebugConn Debug to global var
|
2016-07-11 22:53:51 +08:00 |
|
nareix
|
55302701af
|
flv: flush bufio.Writer when WriteTrailer
|
2016-07-10 23:49:55 +08:00 |
|
nareix
|
53d1f9ef98
|
mp4: bugfix samplesize
|
2016-07-10 23:31:12 +08:00 |
|
nareix
|
6c3cd7a227
|
ts: replace old TSHeader reader with ParseTSHeader
|
2016-07-10 20:30:12 +08:00 |
|
nareix
|
2ba9a341ad
|
flv: fix flvio flags value, add bufio
|
2016-07-10 17:11:54 +08:00 |
|
nareix
|
b0fd58b57d
|
ts: WriteTrailer need flush bufio.Writer
|
2016-07-10 17:02:34 +08:00 |
|
nareix
|
a102eab6c1
|
ts: optimize muxer
|
2016-07-10 15:09:18 +08:00 |
|