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
*
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
*
huffyuv: error out on bit overrun.
Ronald S. Bultje
2012-02-17
1
-1
/
+1
*
dct-test: Add the missing ff_ prefix to the altivec functions
Martin Storsjö
2012-02-18
1
-3
/
+3
*
dct-test: Remove a stray declaration of a nonexistent function
Martin Storsjö
2012-02-18
1
-2
/
+0
*
movenc: Write the unknown duration as 64 bit fields in ismv
Martin Storsjö
2012-02-18
1
-0
/
+6
*
movenc: Write track durations with all bits set if duration is unknown
Martin Storsjö
2012-02-18
1
-2
/
+8
*
als: prevent infinite loop in zero_remaining().
Ronald S. Bultje
2012-02-17
1
-1
/
+1
*
cook: prevent div-by-zero if channels is zero.
Ronald S. Bultje
2012-02-17
1
-0
/
+4
*
pamenc: switch to encode2().
Anton Khirnov
2012-02-17
1
-10
/
+16
*
svq1enc: switch to encode2().
Anton Khirnov
2012-02-17
1
-7
/
+17
*
dvenc: switch to encode2().
Anton Khirnov
2012-02-17
1
-8
/
+17
*
dpxenc: switch to encode2().
Anton Khirnov
2012-02-17
1
-13
/
+23
*
pngenc: switch to encode2().
Anton Khirnov
2012-02-17
1
-8
/
+21
*
v210enc: switch to encode2().
Anton Khirnov
2012-02-17
1
-10
/
+12
*
xwdenc: switch to encode2().
Anton Khirnov
2012-02-17
1
-9
/
+12
*
ttadec: use branchless unsigned-to-signed unfolding
Justin Ruggles
2012-02-17
1
-2
/
+1
*
avcodec: add a Sun Rasterfile encoder
Aneesh Dogra
2012-02-17
7
-3
/
+236
*
sunrast: Move common defines to a new header file.
Aneesh Dogra
2012-02-17
2
-26
/
+52
*
cdxl: fix video decoding for some files
Paul B Mahol
2012-02-17
1
-14
/
+13
*
cdxl: fix audio for some samples
Paul B Mahol
2012-02-17
1
-7
/
+11
*
apetag: add proper support for binary tags
Paul B Mahol
2012-02-17
1
-8
/
+27
*
ttadec: remove dead code
Paul B Mahol
2012-02-17
1
-28
/
+17
*
swscale: make access to filter data conditional on filter type.
Ronald S. Bultje
2012-02-17
1
-10
/
+20
*
swscale: update context offsets after removal of AlpMmxFilter.
Ronald S. Bultje
2012-02-17
2
-7
/
+6
*
prores: initialise encoder and decoder parts only when needed
Kostya Shishkov
2012-02-17
1
-2
/
+10
*
swscale: make monowhite/black RGB-independent.
Ronald S. Bultje
2012-02-16
1
-21
/
+36
*
flac: fix infinite loops on all-zero input or end-of-stream.
Ronald S. Bultje
2012-02-16
2
-1
/
+10
*
wmapro: change max. block size to 13 bits.
Ronald S. Bultje
2012-02-16
4
-7
/
+13
*
shorten: Use separate pointers for the allocated memory for decoded samples.
Michael Niedermayer
2012-02-16
1
-6
/
+8
*
atrac3: Fix crash in tonal component decoding.
Michael Niedermayer
2012-02-16
1
-0
/
+2
*
ws_snd1: Fix wrong samples counts.
Michael Niedermayer
2012-02-16
1
-2
/
+2
*
movenc: Don't set a default sample duration when creating ismv
Martin Storsjö
2012-02-16
1
-3
/
+4
*
rtp: Factorize the check for distinguishing RTCP packets from RTP
Martin Storsjö
2012-02-16
6
-5
/
+7
*
golomb: avoid infinite loop on all-zero input (or end of buffer).
Ronald S. Bultje
2012-02-16
1
-2
/
+2
*
bethsoftvid: synchronize video timestamps with audio sample rate
Justin Ruggles
2012-02-16
2
-88
/
+100
*
bethsoftvid: add audio stream only after getting the first audio packet
Justin Ruggles
2012-02-16
1
-15
/
+27
[next]