index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
flvenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-01
1
-1
/
+1
|
\
|
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+1
*
|
removes spurious warning
Joseph Wecker
2011-11-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-03
1
-5
/
+12
|
\
\
|
|
/
|
*
flvenc: use first packet delay as global delay.
Justin Ruggles
2011-11-02
1
-5
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-22
1
-12
/
+22
|
\
\
|
|
/
|
*
flvenc: store delay and last_ts per-stream.
Justin Ruggles
2011-10-21
1
-12
/
+22
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-21
1
-13
/
+15
|
\
\
|
|
/
|
*
flvenc: check packet duration in speex using timestamps
Justin Ruggles
2011-10-20
1
-11
/
+13
|
*
flvenc: adjust for negative DTS for all codecs, not just H.264
Justin Ruggles
2011-10-20
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
1
-3
/
+10
|
\
\
|
|
/
|
*
flvenc: Write the right metadata entry count
Martin Storsjö
2011-10-12
1
-3
/
+10
*
|
flvenc: Ignore metadata that has special values and is stored already based on
Michael Niedermayer
2011-10-06
1
-0
/
+16
*
|
flvenc: Correctly encode data stream into in-band metadata frames.
Joseph Wecker
2011-09-07
1
-4
/
+12
*
|
flv: Ammon's changes migrated from 0.6.0 - I believe for the android broadcas...
Joseph Wecker
2011-09-07
1
-5
/
+7
*
|
flvenc: use avcodec_get_name to report unsupported codecs.
Nicolas George
2011-08-22
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-17
1
-1
/
+1
|
\
\
|
|
/
|
*
flvenc: use int64_t to store offsets
Luca Barbato
2011-08-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
1
-11
/
+11
|
\
\
|
|
/
|
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-11
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-0
/
+1
|
\
\
|
|
/
|
*
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-09
1
-2
/
+3
|
\
\
|
|
/
|
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-2
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-07
1
-1
/
+1
|
\
\
|
|
/
|
*
flvenc: propagate error properly
Luca Barbato
2011-06-06
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-5
/
+5
*
|
In mov and flv muxer, check aac bitstream validity.
Baptiste Coudurier
2011-04-18
1
-0
/
+6
|
/
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-1
/
+1
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-2
/
+2
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-7
/
+7
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-7
/
+7
*
lavf: replace remaining uses of put_tag with avio_write
Anton Khirnov
2011-02-25
1
-1
/
+1
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-62
/
+62
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-7
/
+7
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
Stefano Sabatini
2010-09-25
1
-2
/
+2
*
FLV Metadata
Tomás Touceda
2010-09-10
1
-0
/
+8
*
Add AVC EOS tag to H264-encoded FLV files.
Thierry Foucu
2010-08-18
1
-0
/
+29
*
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2010-05-22
1
-1
/
+1
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-4
/
+4
*
Guess the duration before converting video and write guessed duration
Justin Johnson
2010-02-02
1
-1
/
+1
*
FLV 8-bit PCM is unsigned, not signed
Daniel Verkamp
2009-12-14
1
-3
/
+3
*
FLV muxer support for Flash screen codec v2
Daniel Verkamp
2009-11-20
1
-0
/
+1
*
Log a clearer warning message when muxing FLV with Speex containing more than
Justin Ruggles
2009-10-16
1
-3
/
+3
*
Add Speex support to the FLV muxer.
Justin Ruggles
2009-10-16
1
-1
/
+17
*
Flv should be AVFMT_VARIABLE_FPS.
Michael Niedermayer
2009-09-16
1
-1
/
+1
*
Fix onMetaData property count in flv files (issue 1206).
Yoshihisa Uchida
2009-06-20
1
-1
/
+1
*
Splits the totalbitrate in a videodatarate and audiodatarate part.
Stefan de Konink
2009-02-02
1
-1
/
+4
[next]