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
...
*
vmdaudio: set *data_size to zero when skipping small packets and add a warnin...
Justin Ruggles
2011-02-23
1
-1
/
+4
*
vmdaudio: validate block type
Justin Ruggles
2011-02-23
1
-0
/
+4
*
vmdaudio: use macros and a local variable for block type.
Justin Ruggles
2011-02-23
1
-3
/
+10
*
vmdaudio: correct the silent chunk count in the first block.
Justin Ruggles
2011-02-23
1
-5
/
+1
*
vmdaudio: output audio samples for standalone silent blocks.
Justin Ruggles
2011-02-23
2
-1
/
+30
*
vmdaudio: remove duplicated code by merging mono and stereo decoding.
Justin Ruggles
2011-02-23
1
-22
/
+1
*
vmdaudio: fix raw_block_size calculation.
Justin Ruggles
2011-02-23
1
-1
/
+2
*
avienc: fix AVI stream index for files with >10 streams
longstone
2011-02-23
2
-2
/
+9
*
avio: rename url_fopen/fclose -> avio_open/close.
Anton Khirnov
2011-02-23
14
-34
/
+55
*
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-23
8
-40
/
+51
*
Add more AVC Intra FOURCCs
Benjamin Larsson
2011-02-22
1
-2
/
+4
*
aacdec: Reduce the size of buf_mdct.
Young Han Lee
2011-02-21
2
-9
/
+12
*
Remove old VCSs from version.sh
Alex Converse
2011-02-21
1
-13
/
+0
*
mpegtsenc: use correct PES stream_id for AAC
Tony Strauss
2011-02-21
1
-1
/
+2
*
spdifenc.c: fix compile because of missing include avio_internal.h.
Ronald S. Bultje
2011-02-21
1
-0
/
+1
*
vp8: ppc: fix invalid reads in altivec epel mc
Mans Rullgard
2011-02-21
1
-7
/
+14
*
ppc: fix vc1 inverse transform, unbreak build
Mans Rullgard
2011-02-21
1
-17
/
+17
*
avio: make put_nbyte internal.
Anton Khirnov
2011-02-21
4
-3
/
+9
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
59
-1752
/
+1787
*
targa: prevent integer overflow in bufsize check.
Ronald S. Bultje
2011-02-21
1
-1
/
+1
*
avio: make get_partial_buffer internal.
Anton Khirnov
2011-02-21
4
-10
/
+16
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
107
-1778
/
+1823
*
VC1: merge idct8x8, coeff adjustments and put_pixels.
Ronald S. Bultje
2011-02-21
5
-40
/
+170
*
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
Anton Khirnov
2011-02-21
5
-5
/
+26
*
dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
Ronald S. Bultje
2011-02-21
2
-14
/
+18
*
VC1: inline vc1_put_block() in vc1_decode_i_blocks().
Ronald S. Bultje
2011-02-21
1
-35
/
+13
*
lavfi: put color source in a dedicated file
Stefano Sabatini
2011-02-21
3
-129
/
+168
*
lavfi: add drawutils
Stefano Sabatini
2011-02-21
4
-105
/
+182
*
Makefile: include deps from tools directory
Mans Rullgard
2011-02-20
1
-0
/
+2
*
amrnb: use correct size when copying lsf_r array
Mans Rullgard
2011-02-20
1
-1
/
+1
*
x86: use raw opcode for xgetbv instruction
Mans Rullgard
2011-02-20
1
-1
/
+1
*
Update version and APIchanges.
Ronald S. Bultje
2011-02-20
2
-1
/
+7
*
avio: move init_put_byte() to a new private header and rename it
Anton Khirnov
2011-02-20
14
-25
/
+87
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
140
-834
/
+838
*
VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
Ronald S. Bultje
2011-02-20
1
-3
/
+11
*
x86: check for AVX support
Mans Rullgard
2011-02-20
4
-1
/
+19
*
MMS: also discover streams in extended stream properties object
Marton Balint
2011-02-19
1
-0
/
+28
*
dsputil_mmx.c: remove ff_vector128.
Ronald S. Bultje
2011-02-19
1
-4
/
+1
*
Fix invalid reads in VC1 decoder
Reimar Döffinger
2011-02-19
1
-1
/
+1
*
Fix VP3 edge emulation
David Conrad
2011-02-19
1
-2
/
+1
*
aacdec: dsputilize the scalar multiplication in intensity stereo
Young Han Lee
2011-02-19
1
-5
/
+7
*
VP3: fix decoding of videos with stride > 2048
Jason Garrett-Glaser
2011-02-18
1
-14
/
+6
*
targa: fix potential buffer overreads
Jean-Daniel Dupas
2011-02-18
1
-10
/
+34
*
Fix PPC build.
Ronald S. Bultje
2011-02-17
3
-6
/
+27
*
VP8: init one less near_mv
Jason Garrett-Glaser
2011-02-17
1
-1
/
+0
*
Force inlining of avutil common routines
Jason Garrett-Glaser
2011-02-17
2
-18
/
+18
*
VP8: split out declarations to new header
Jason Garrett-Glaser
2011-02-17
3
-213
/
+248
*
VP8: faster MV clipping
Jason Garrett-Glaser
2011-02-17
1
-10
/
+19
*
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
13
-221
/
+272
*
VC1: simplify a calculation in a loop.
Ronald S. Bultje
2011-02-17
1
-1
/
+1
[prev]
[next]