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
Commit message (
Expand
)
Author
Age
Files
Lines
*
flac parser: set duration instead of frame_size
Justin Ruggles
2012-02-20
1
-4
/
+6
*
avcodec: add duration field to AVCodecParserContext
Justin Ruggles
2012-02-20
3
-0
/
+24
*
avutil: add av_rescale_q_rnd() to allow different rounding
Justin Ruggles
2012-02-20
4
-3
/
+19
*
pnmdec: remove useless .pix_fmts
Paul B Mahol
2012-02-20
1
-5
/
+0
*
libmp3lame: support float and s32 sample formats
Justin Ruggles
2012-02-20
1
-11
/
+84
*
libmp3lame: renaming, rearrangement, alignment, and comments
Justin Ruggles
2012-02-20
1
-35
/
+51
*
libmp3lame: use the LAME default bit rate
Justin Ruggles
2012-02-20
1
-2
/
+10
*
libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing
Justin Ruggles
2012-02-20
2
-57
/
+8
*
libmp3lame: cosmetics: remove some pointless comments
Justin Ruggles
2012-02-20
1
-2
/
+0
*
libmp3lame: convert some debugging code to av_dlog()
Justin Ruggles
2012-02-20
1
-5
/
+2
*
libmp3lame: remove outdated comment.
Justin Ruggles
2012-02-20
1
-2
/
+0
*
libmp3lame: do not set coded_frame->key_frame.
Justin Ruggles
2012-02-20
1
-1
/
+0
*
libmp3lame: improve error handling in MP3lame_encode_init()
Justin Ruggles
2012-02-20
1
-19
/
+25
*
libmp3lame: remove unneeded 'stereo' field from Mp3AudioContext
Justin Ruggles
2012-02-20
1
-5
/
+2
*
hls: Reset the AVIOContext when seeking
Martin Storsjö
2012-02-20
1
-0
/
+4
*
pcxenc: switch to encode2().
Anton Khirnov
2012-02-20
1
-9
/
+22
*
sgienc: switch to encode2().
Anton Khirnov
2012-02-20
1
-14
/
+25
*
targaenc: switch to encode2().
Anton Khirnov
2012-02-20
1
-26
/
+30
*
targaenc: don't modify input frame.
Anton Khirnov
2012-02-20
1
-3
/
+1
*
roqvideoenc: switch to encode2().
Anton Khirnov
2012-02-20
1
-9
/
+16
*
roqvideoenc: add const qualifier to the input frame.
Anton Khirnov
2012-02-20
2
-9
/
+9
*
pnmenc: switch to encode2().
Anton Khirnov
2012-02-20
1
-13
/
+19
*
huffyuv: switch to encode2().
Anton Khirnov
2012-02-20
1
-9
/
+20
*
v410enc: switch to encode2().
Anton Khirnov
2012-02-20
1
-12
/
+13
*
zmbvenc: switch to encode2().
Anton Khirnov
2012-02-20
1
-15
/
+26
*
zmbvenc: move header writing to the end of encode_frame().
Anton Khirnov
2012-02-20
1
-11
/
+13
*
h264: don't use redzone in loopfilter on win64.
Ronald S. Bultje
2012-02-19
1
-1
/
+8
*
Revert two swscale commits.
Ronald S. Bultje
2012-02-19
3
-6
/
+22
*
applehttp: Do seeking within segments, too
Panagiotis H.M. Issaris
2012-02-19
1
-8
/
+47
*
doxy: remove reference to removed api
Luca Barbato
2012-02-19
1
-4
/
+3
*
examples: unbreak compilation
Luca Barbato
2012-02-19
2
-19
/
+9
*
ttadec: cosmetics: reindent
Paul B Mahol
2012-02-19
1
-4
/
+4
*
sunrast: use RLE trigger macro inplace of the hard coded value.
Aneesh Dogra
2012-02-19
1
-1
/
+1
*
sunrastenc: set keyframe flag for the output packet.
Aneesh Dogra
2012-02-19
1
-0
/
+1
*
mpegvideo_enc: switch to encode2().
Anton Khirnov
2012-02-19
10
-22
/
+51
*
mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0
Anton Khirnov
2012-02-19
1
-1
/
+2
*
mov: Use defines for sample flags in fragments
Martin Storsjö
2012-02-18
3
-3
/
+15
*
mov: Use defines for trun flags
Martin Storsjö
2012-02-18
3
-19
/
+27
*
mov: Use defines for tfhd flags
Martin Storsjö
2012-02-18
3
-17
/
+26
*
proresenc: force bitrate not to exceed given limit
Kostya Shishkov
2012-02-18
1
-10
/
+62
*
vc1parse: call vc1_init_common().
Ronald S. Bultje
2012-02-18
3
-3
/
+4
*
wma: don't return 0 on invalid packets.
Ronald S. Bultje
2012-02-18
1
-2
/
+6
*
asf: prevent packet_size_left from going negative if hdrlen > pktlen.
Ronald S. Bultje
2012-02-18
1
-0
/
+7
*
mjpegb: don't return 0 at the end of frame decoding.
Ronald S. Bultje
2012-02-18
1
-2
/
+2
*
rtpdec: Identify incorrectly signalled H263
Martin Storsjö
2012-02-18
3
-10
/
+32
*
vp8dsp: split long line.
Ronald S. Bultje
2012-02-18
1
-1
/
+3
*
aiff: don't skip block_align==0 check on COMM-after-SSND files.
Ronald S. Bultje
2012-02-17
1
-2
/
+2
*
dpcm: ignore extra unpaired bytes in stereo streams.
Alex Converse
2012-02-17
1
-1
/
+6
*
mp3on4: require a minimum framesize.
Ronald S. Bultje
2012-02-17
1
-0
/
+4
*
mpc7: assign an error level + context to av_log() msg.
Ronald S. Bultje
2012-02-17
1
-1
/
+1
[next]