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
*
Replace usleep() calls with av_usleep()
Mans Rullgard
2012-06-22
8
-19
/
+18
*
lavu: add av_usleep() function
Mans Rullgard
2012-06-22
5
-2
/
+44
*
utvideo: mark interlaced frames as such
Hendrik Leppkes
2012-06-22
1
-0
/
+2
*
utvideo: Fix interlaced prediction for RGB utvideo.
Carl Eugen Hoyos
2012-06-22
1
-4
/
+11
*
cosmetics: do not use full path for local headers
Diego Biurrun
2012-06-22
3
-3
/
+3
*
lavu/file: include unistd.h only when available
Mans Rullgard
2012-06-21
1
-0
/
+2
*
configure: check for unistd.h
Mans Rullgard
2012-06-21
1
-0
/
+2
*
log: include unistd.h only when needed
Mans Rullgard
2012-06-21
1
-0
/
+4
*
lavf: include libavutil/time.h instead of redeclaring av_gettime()
Mans Rullgard
2012-06-21
1
-4
/
+4
*
fix hardcoded tables compililation caused by missing math constants
Janne Grunau
2012-06-21
4
-7
/
+2
*
lavf: Make codec_tag arrays constant
Ronald S. Bultje
2012-06-21
2
-2
/
+2
*
twinvq: give massive struct a name.
Ronald S. Bultje
2012-06-21
1
-1
/
+1
*
lavf, lavu: version bumps and APIchanges for av_gettime() move
Mans Rullgard
2012-06-21
3
-3
/
+6
*
lavfi/audio: don't set cur_buf in ff_filter_samples().
Anton Khirnov
2012-06-21
1
-7
/
+8
*
lavfi/fifo: add audio version of the fifo filter.
Anton Khirnov
2012-06-21
3
-20
/
+53
*
fifo: fix parenthesis placement.
Anton Khirnov
2012-06-21
1
-1
/
+1
*
lavfi: rename vf_fifo.c -> fifo.c
Anton Khirnov
2012-06-21
2
-1
/
+1
*
lavc: remove stats_in from AVCodecContext options table.
Anton Khirnov
2012-06-21
1
-1
/
+0
*
MS Screen 1 decoder
Kostya Shishkov
2012-06-20
8
-1
/
+853
*
aacdec: Fix popping channel layouts.
Alex Converse
2012-06-20
1
-1
/
+1
*
av_gettime: support Win32 without gettimeofday()
Mans Rullgard
2012-06-20
2
-0
/
+20
*
Use av_gettime() in various places
Mans Rullgard
2012-06-20
4
-35
/
+13
*
Move av_gettime() to libavutil
Mans Rullgard
2012-06-20
6
-9
/
+70
*
dct-test: use emms_c() from libavutil instead of duplicating it
Mans Rullgard
2012-06-20
1
-11
/
+3
*
mov: fix operator precedence bug
Ronald S. Bultje
2012-06-20
1
-1
/
+1
*
mathematics.h: remove a couple of math defines
Janne Grunau
2012-06-20
1
-18
/
+0
*
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-20
14
-16
/
+0
*
lavf: remove unnecessary inclusions of unistd.h
Mans Rullgard
2012-06-20
4
-4
/
+0
*
bfin: libswscale: add const where appropriate to fix warnings
Mans Rullgard
2012-06-20
2
-21
/
+25
*
bfin: libswscale: remove unnecessary #includes
Mans Rullgard
2012-06-20
2
-17
/
+3
*
udp: Properly check for invalid sockets
Martin Storsjö
2012-06-19
1
-1
/
+1
*
tcp: Check the return value from getsockopt
Martin Storsjö
2012-06-19
1
-1
/
+2
*
network: Use av_strerror for getting error messages
Martin Storsjö
2012-06-19
2
-14
/
+23
*
udp: Properly print error from getnameinfo
Martin Storsjö
2012-06-19
1
-2
/
+3
*
mmst: Use AVUNERROR() to convert error codes to the right range for strerror
Martin Storsjö
2012-06-19
1
-5
/
+5
*
network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win...
Martin Storsjö
2012-06-19
2
-1
/
+4
*
rtmp: Reduce the number of idle posts sent by sleeping 50ms
Samuel Pitoiset
2012-06-19
1
-0
/
+13
*
flvdec: remove incomplete, disabled seeking code
Diego Biurrun
2012-06-19
1
-12
/
+0
*
mem: add support for _aligned_malloc() as found on Windows
Ronald S. Bultje
2012-06-19
2
-1
/
+9
*
lavc: Extend the documentation for avcodec_init_packet
Simon A. Eugster
2012-06-19
1
-0
/
+3
*
flvdec: remove incomplete, disabled seeking code
Ronald S. Bultje
2012-06-19
1
-30
/
+0
*
http: replace atoll() with strtoll()
Ronald S. Bultje
2012-06-19
1
-3
/
+3
*
mpegts: remove unused/incomplete/broken seeking code
Ronald S. Bultje
2012-06-19
1
-96
/
+0
*
af_amix: allow float planar sample format as input
Justin Ruggles
2012-06-18
1
-4
/
+15
*
af_amix: use AVFloatDSPContext.vector_fmac_scalar()
Justin Ruggles
2012-06-18
1
-11
/
+8
*
float_dsp: add x86-optimized functions for vector_fmac_scalar()
Justin Ruggles
2012-06-18
3
-3
/
+57
*
float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
Justin Ruggles
2012-06-18
9
-75
/
+82
*
lavr: Add x86-optimized function for flt to s32 conversion
Justin Ruggles
2012-06-18
2
-0
/
+49
*
lavr: Add x86-optimized function for flt to s16 conversion
Justin Ruggles
2012-06-18
2
-0
/
+37
*
lavr: Add x86-optimized functions for s32 to flt conversion
Justin Ruggles
2012-06-18
2
-0
/
+46
[next]