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
*
Need to be careful when dealing with references.
Vitor Sessak
2008-02-10
1
-0
/
+12
*
10l. parameter was unused and redundant.
Vitor Sessak
2008-02-10
1
-2
/
+2
*
avfilter_formats_unref() should remove the given reference, not the last
Vitor Sessak
2008-02-10
1
-0
/
+15
*
First libavfilter commit.
Vitor Sessak
2008-02-10
1
-0
/
+121
*
asm argument that might be in memory needs a size
Loren Merritt
2008-02-10
1
-1
/
+1
*
Make dither4 & dither8 const.
Carl Eugen Hoyos
2008-02-09
2
-4
/
+4
*
Allow compilation with icc 10.1.
Carl Eugen Hoyos
2008-02-09
1
-0
/
+4
*
Remove pointless #if.
Diego Biurrun
2008-02-09
1
-2
/
+0
*
Remove pointless code.
Michael Niedermayer
2008-02-09
1
-2
/
+0
*
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.
Diego Biurrun
2008-02-09
1
-2
/
+2
*
Remove pointless code.
Michael Niedermayer
2008-02-09
1
-2
/
+0
*
assert() and note about odd len.
Michael Niedermayer
2008-02-09
1
-0
/
+3
*
30% faster ff_vorbis_floor1_render_list, 3% faster overall
Loren Merritt
2008-02-09
1
-15
/
+12
*
use fewer registers in apply_welch_window_sse2
Loren Merritt
2008-02-09
1
-8
/
+7
*
optimize apply_welch_window()
Michael Niedermayer
2008-02-09
1
-3
/
+6
*
Use a consistent capitalization for 'Snow' as discussed on the list
Mike Melanson
2008-02-08
1
-8
/
+8
*
cosmetics, remove whitespaces before and after parenthesis
Baptiste Coudurier
2008-02-06
1
-47
/
+47
*
Add support for speex in ogg
Reimar Döffinger
2008-02-06
5
-0
/
+65
*
sse2 h264 motion compensation. not new code, just separate out the cases that...
Loren Merritt
2008-02-06
2
-120
/
+245
*
put loop counter in a register if possible. makes some of the qpel functions ...
Loren Merritt
2008-02-06
2
-6
/
+6
*
fix aliasing warnings. simpler too.
Loren Merritt
2008-02-06
1
-41
/
+34
*
constant was excessively aligned
Loren Merritt
2008-02-06
1
-1
/
+1
*
Allow the user to select which codec out of several in stsd he wants.
Michael Niedermayer
2008-02-06
1
-1
/
+4
*
Check that we have enough input data in IMC decoder.
Reimar Döffinger
2008-02-05
1
-0
/
+4
*
ssse3 h264 motion compensation.
Loren Merritt
2008-02-05
3
-60
/
+512
*
add qpel rounder once during hv rather than twice during hv and whatever it's...
Loren Merritt
2008-02-05
1
-23
/
+8
*
seek regression ref update for ogg
Baptiste Coudurier
2008-02-05
1
-1
/
+1
*
clean up an ugliness introduced in r11826. this syntax will require fewer cha...
Loren Merritt
2008-02-05
4
-9
/
+11
*
Fix issue 338:
Baptiste Coudurier
2008-02-05
2
-4
/
+65
*
it seems ogg requires granule to be -1 on unfinished packets
Baptiste Coudurier
2008-02-05
1
-1
/
+5
*
Deprecate old and inefficient per instruction asm().
Michael Niedermayer
2008-02-04
1
-0
/
+2
*
Update seektest regression as well to previous lavf/nut commits
Oded Shimon
2008-02-04
1
-27
/
+27
*
reduce code duplication
Loren Merritt
2008-02-04
1
-175
/
+70
*
Correct fatal ambiguity.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
Correct incorrect statement about warnings.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
String pointers of ogg_codec_t should have const attribute.
Reimar Döffinger
2008-02-04
1
-2
/
+2
*
Add dv50 tag to support samples with dv50 fourcc in AVI.
Christophe Lorenz
2008-02-04
1
-0
/
+1
*
Update policy entry about compiler warnings to reflect ml discussions.
Diego Biurrun
2008-02-04
1
-2
/
+7
*
Fix a possible use of an uninitialized pointer.
Reimar Döffinger
2008-02-04
1
-1
/
+2
*
back_ptr calculation used wrong timebase when searching for back syncpoint
Oded Shimon
2008-02-04
2
-2
/
+6
*
Fix intented algo in syncpoint writing before keyframes in NUT muxer
Oded Shimon
2008-02-04
2
-3
/
+3
*
nut->max_distance was not set at all anywhere in the NUT muxer
Oded Shimon
2008-02-04
2
-3
/
+4
*
Remove old workaround in nutdec.c for libnut bug
Oded Shimon
2008-02-04
1
-5
/
+1
*
missing " && j<syncpoint_count" protection in the index parsing, as the
Oded Shimon
2008-02-04
1
-1
/
+1
*
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
Oded Shimon
2008-02-04
3
-4
/
+4
*
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of
Diego Biurrun
2008-02-04
1
-2
/
+2
*
2 more missing consts found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-2
/
+2
*
Remove incorrect cast found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
Another const found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-04
2
-5
/
+5
[next]