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
*
Add MBtree support for libx264
Erik Slagter
2009-12-08
19
-16
/
+19
*
aac: Set sample rate in avctx from ADTS header (if not already set by some
Andreas Öman
2009-12-08
1
-0
/
+2
*
Reduce warnings about too few consumed bytes to debug level.
Michael Niedermayer
2009-12-08
1
-5
/
+1
*
Fix alpha plane flipping for the yuva420p and similar pixel formats.
Stefano Sabatini
2009-12-08
1
-8
/
+8
*
Do as the comment says and signal an error.
Michael Niedermayer
2009-12-08
1
-2
/
+4
*
10l bug, use av_fast_malloc() instead if av_malloc() for allocating audio
Michael Niedermayer
2009-12-08
1
-5
/
+4
*
Try to allocate audio buffer sizes depending on the number of input bytes.
Michael Niedermayer
2009-12-08
1
-3
/
+18
*
Check that the buffer size speified to avcodec_encode_audio() is not larger t...
Michael Niedermayer
2009-12-08
1
-0
/
+5
*
Do not assume that av_get_bits_per_sample() is a multiple of 8.
Michael Niedermayer
2009-12-08
1
-2
/
+2
*
Raise threshold of h263 probe by 1 to avoid misdetection.
Michael Niedermayer
2009-12-08
1
-1
/
+2
*
Add out commented av_log to debug h263_probe.
Michael Niedermayer
2009-12-08
1
-0
/
+1
*
Also print the number of invalid packets in the debug output.
Michael Niedermayer
2009-12-08
1
-1
/
+1
*
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...
Michael Niedermayer
2009-12-08
1
-1
/
+1
*
Make sure that compilation fails if functions like ff_put_string are used in ...
Reimar Döffinger
2009-12-07
1
-0
/
+6
*
Get rid of audio_out2, it seems unneeded.
Michael Niedermayer
2009-12-07
1
-9
/
+3
*
Update seek.regression.ref. This is due to r20758.
Jai Menon
2009-12-07
1
-15
/
+15
*
AU : demuxed packet size should be sample size aligned.
Jai Menon
2009-12-07
1
-2
/
+4
*
Document the differences between the two asm fragments in initMMX2HScaler().
Ramiro Polla
2009-12-07
1
-0
/
+6
*
Print error messages on errors.
Michael Niedermayer
2009-12-07
1
-6
/
+19
*
Fix apparent 10l typos introduced in r8627.
Michael Niedermayer
2009-12-06
1
-5
/
+5
*
Start using intermediate buffers at index 0.
Ramiro Polla
2009-12-06
1
-2
/
+2
*
Reindent after the last commit.
Stefano Sabatini
2009-12-06
1
-4
/
+4
*
Fix slicify when the slice_direction is negative, make it send slices
Stefano Sabatini
2009-12-06
1
-0
/
+8
*
Update documentation for r20435 (which added the -fpre option).
Ramiro Polla
2009-12-06
1
-9
/
+8
*
Cosmetics: Fix indentation after r20751.
Carl Eugen Hoyos
2009-12-06
1
-28
/
+28
*
Simplified deblocking checks.
Jason Garrett-Glaser
2009-12-06
1
-6
/
+9
*
Faster checks in reverse_dc_prediction.
Jason Garrett-Glaser
2009-12-06
1
-7
/
+7
*
Check transform==15 first, since it's more common than 13.
Jason Garrett-Glaser
2009-12-06
1
-1
/
+1
*
Revert r20747: It mixed functional and cosmetical changes.
Carl Eugen Hoyos
2009-12-06
1
-44
/
+41
*
Various VP3 optimizations.
Jason Garrett-Glaser
2009-12-06
1
-41
/
+44
*
cosmetics: insert space between codeword and left parenthesis
Kostya Shishkov
2009-12-06
1
-3
/
+3
*
Do not send invokes to RTMP server if we are not connected to it.
Sergiy
2009-12-06
1
-2
/
+4
*
Calls to url_fseek should have their return value checked in
Sean Soria
2009-12-06
1
-1
/
+3
*
slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...
Loren Merritt
2009-12-05
1
-5
/
+13
*
r20739 broke compilation on systems without yasm
Loren Merritt
2009-12-05
1
-7
/
+6
*
Update frame_width and frame_height based on the lowres value.
Jai Menon
2009-12-05
1
-1
/
+5
*
Add 'const' attribute to the last_asked_format variable, fix a
Stefano Sabatini
2009-12-05
1
-1
/
+1
*
refactor and optimize scalarproduct
Loren Merritt
2009-12-05
6
-111
/
+193
*
Fix compilation with runtime cpu detection.
Ramiro Polla
2009-12-05
1
-8
/
+8
*
Cosmetics: Reindent after r20679.
Carl Eugen Hoyos
2009-12-05
1
-14
/
+14
*
Cosmetics: Reindent after r20736.
Carl Eugen Hoyos
2009-12-05
1
-2
/
+2
*
Make sure the parsers do not overwrite width/height as this can interfere
Michael Niedermayer
2009-12-05
2
-1
/
+6
*
Add an entry for the avfilter_draw_slice() API changes implemented in
Stefano Sabatini
2009-12-04
1
-0
/
+3
*
Add a slice_dir parameter to avfilter_draw_slice().
Stefano Sabatini
2009-12-04
8
-33
/
+30
*
Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo
Stefano Sabatini
2009-12-04
1
-24
/
+0
*
cosmetics: reindent after last commit
Kostya Shishkov
2009-12-04
1
-78
/
+78
*
Implement RTMP output (publishing FLV stream to RTMP server).
Sergiy
2009-12-04
3
-15
/
+244
*
Do not crash on frame size changes.
Michael Niedermayer
2009-12-04
1
-4
/
+12
*
1-13% faster apply_filter, 1-3% faster ape decoding on core2
Loren Merritt
2009-12-04
1
-8
/
+3
*
Compress headers for output RTMP packets.
Sergiy
2009-12-04
1
-1
/
+25
[next]