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
*
vp3: port x86 SIMD to cpuflags.
Ronald S. Bultje
2012-07-27
1
-47
/
+47
*
build: Use portable compiler flag constructs in header compilation rule
Diego Biurrun
2012-07-28
1
-1
/
+1
*
x11grab: cosmetics: consistent naming for x11grab-related things
Diego Biurrun
2012-07-28
5
-17
/
+16
*
build: Rename YASMDEP variable to DEPYASM for consistency
Diego Biurrun
2012-07-28
3
-3
/
+3
*
hls: Proceed to the next segment at any error code
Martin Storsjö
2012-07-28
1
-2
/
+0
*
tls: Return AVERROR_EOF if the TLS_read/write functions return 0
Martin Storsjö
2012-07-28
1
-2
/
+2
*
rv34: port x86 SIMD to cpuflags.
Ronald S. Bultje
2012-07-27
1
-5
/
+6
*
vp56: only compile MMX SIMD on x86-32.
Ronald S. Bultje
2012-07-27
2
-0
/
+4
*
vp56: port x86 simd to cpuflags.
Ronald S. Bultje
2012-07-27
1
-19
/
+15
*
proresdsp: port x86 assembly to cpuflags.
Ronald S. Bultje
2012-07-27
1
-21
/
+18
*
lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macro
Justin Ruggles
2012-07-27
1
-1
/
+2
*
lavfi: better channel layout negotiation
Justin Ruggles
2012-07-27
1
-11
/
+72
*
alac: check for truncated packets
Justin Ruggles
2012-07-27
1
-4
/
+11
*
alac: reverse lpc coeff order, simplify filter
Justin Ruggles
2012-07-27
1
-13
/
+12
*
lavr: add x86-optimized mixing functions
Justin Ruggles
2012-07-27
3
-3
/
+427
*
x86: add support for fmaddps fma4 instruction with abstraction to avx/sse
Justin Ruggles
2012-07-27
2
-5
/
+16
*
tscc2: fix typo in array index
Kostya Shishkov
2012-07-27
1
-2
/
+2
*
build: use COMPILE template for HOSTOBJS
Mans Rullgard
2012-07-26
4
-8
/
+3
*
build: do full flag handling for all compiler-type tools
Mans Rullgard
2012-07-26
2
-123
/
+182
*
eval: fix printing of NaN in eval fate test.
Ronald S. Bultje
2012-07-26
1
-1
/
+4
*
build: Rename aandct component to more descriptive aandcttables
Diego Biurrun
2012-07-26
2
-14
/
+14
*
mpegaudio: bury inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-26
1
-0
/
+5
*
x86inc: automatically insert vzeroupper for YMM functions.
Ronald S. Bultje
2012-07-26
6
-53
/
+12
*
rtmp: Check the buffer length of ping packets
Samuel Pitoiset
2012-07-26
1
-0
/
+12
*
rtmp: Allow having more unknown data at the end of a chunk size packet withou...
Samuel Pitoiset
2012-07-26
1
-2
/
+2
*
rtmp: Prevent reading outside of an allocate buffer when receiving server ban...
Samuel Pitoiset
2012-07-26
1
-0
/
+7
*
libopenjpeg: support YUV and deep RGB pixel formats
Michael Bradshaw
2012-07-26
1
-52
/
+247
*
Fix typo in v410 decoder.
Carl Eugen Hoyos
2012-07-26
1
-2
/
+2
*
vf_yadif: unset cur_buf on the input link.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
vf_overlay: ensure the overlay frame does not get leaked.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
vf_overlay: prevent premature freeing of cur_buf
Michael Niedermayer
2012-07-26
1
-0
/
+1
*
Support urlencoded http authentication credentials
Antti Seppälä
2012-07-26
5
-12
/
+146
*
rtmp: Return an error when the client bandwidth is incorrect
Samuel Pitoiset
2012-07-25
1
-2
/
+10
*
rtmp: Return proper error code in handle_server_bw
Samuel Pitoiset
2012-07-25
1
-1
/
+1
*
rtmp: Return proper error code in handle_client_bw
Samuel Pitoiset
2012-07-25
1
-1
/
+1
*
rtmp: Return proper error codes in handle_chunk_size
Samuel Pitoiset
2012-07-25
1
-2
/
+2
*
lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()
Justin Ruggles
2012-07-25
1
-0
/
+5
*
vp8: Replace x*155/100 by x*101581>>16.
Ronald S. Bultje
2012-07-25
1
-6
/
+7
*
vp3: don't use calls to inline asm in yasm code.
Ronald S. Bultje
2012-07-25
1
-41
/
+79
*
x86/dsputil: put inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-25
8
-19
/
+74
*
dsputil_mmx: fix incorrect assembly code
Yang Wang
2012-07-25
1
-9
/
+9
*
rtmp: Factorize the code by adding handle_invoke
Samuel Pitoiset
2012-07-25
1
-66
/
+77
*
rtmp: Factorize the code by adding handle_chunk_size
Samuel Pitoiset
2012-07-25
1
-15
/
+30
*
rtmp: Factorize the code by adding handle_ping
Samuel Pitoiset
2012-07-25
1
-4
/
+16
*
rtmp: Factorize the code by adding handle_client_bw
Samuel Pitoiset
2012-07-25
1
-8
/
+18
*
rtmp: Factorize the code by adding handle_server_bw
Samuel Pitoiset
2012-07-25
1
-6
/
+17
*
rtmp: Add a new option 'rtmp_pageurl'
Samuel Pitoiset
2012-07-25
2
-0
/
+11
*
doc: Update the description of the rtmp_tcurl option
Samuel Pitoiset
2012-07-25
1
-1
/
+1
*
rtmp: Make the description of the rtmp_tcurl option more generic
Samuel Pitoiset
2012-07-25
1
-1
/
+1
*
libfdk-aacenc: add LATM/LOAS encapsulation support
Kieran Kunhya
2012-07-25
2
-2
/
+15
[next]