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
*
mpegaudiodec: replace pow(2.0,...) by exp2()
Michael Niedermayer
2012-09-10
1
-1
/
+2
*
atrac3: replace powf(2,...) by exp2f()
Michael Niedermayer
2012-09-10
1
-2
/
+3
*
sws/output: use unsigned variables where harmless overflows are expected.
Michael Niedermayer
2012-09-10
1
-6
/
+6
*
ra144enc: avoid integer overflows.
Michael Niedermayer
2012-09-10
1
-1
/
+2
*
ffmpeg: check timebase validity before considering it to be used for stream copy
Michael Niedermayer
2012-09-10
1
-1
/
+2
*
ffmpeg: fix bytes written statistics.
Michael Niedermayer
2012-09-10
1
-4
/
+4
*
mpegtsenc: add forgotten ()
Michael Niedermayer
2012-09-10
1
-1
/
+1
*
lavfi/setpts: set SAMPLE_RATE to NAN when input is no audio
Stefano Sabatini
2012-09-10
2
-3
/
+3
*
lavfi/setpts: add FRAME_RATE constant
Stefano Sabatini
2012-09-10
3
-3
/
+13
*
add OTF support for attachments
Sébastien Brochet
2012-09-10
3
-0
/
+3
*
utils/update_stream_timings: fix division by zero
Michael Niedermayer
2012-09-10
1
-1
/
+1
*
avidec/guess_ni_flag: fix harmless integer overflow
Michael Niedermayer
2012-09-10
1
-1
/
+1
*
compute_pkt_fields: fix harmless integer overflow
Michael Niedermayer
2012-09-10
1
-1
/
+1
*
lavc/pngenc: Enable frame threading for PNG encodes
Ben Jackson
2012-09-10
1
-0
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-10
18
-95
/
+434
|
\
|
*
x86: dsputil: Only compile motion_est code when encoders are enabled
Diego Biurrun
2012-09-10
1
-2
/
+2
|
*
mem: fix typo in check for __ICC
Mans Rullgard
2012-09-10
1
-1
/
+1
|
*
fate: mp3: drop redundant CMP setting
Mans Rullgard
2012-09-10
1
-8
/
+0
|
*
rtp: Depacketization of JPEG (RFC 2435)
Samuel Pitoiset
2012-09-09
7
-1
/
+337
|
*
Rename ff_put_string to avpriv_put_string
Martin Storsjö
2012-09-09
4
-7
/
+7
|
*
mjpeg: Rename some symbols to avpriv_* instead of ff_*
Samuel Pitoiset
2012-09-09
5
-49
/
+49
|
*
yadif: cosmetics
Luca Barbato
2012-09-09
1
-31
/
+45
*
|
ffprobe: simplify default printer
Stefano Sabatini
2012-09-10
1
-21
/
+1
*
|
aacdec.c: fix some comments
Reinhard Nissl
2012-09-09
1
-3
/
+3
*
|
file: Add S_ISFIFO compatability macro
Derek Buitenhuis
2012-09-09
1
-0
/
+8
*
|
x86/mpegaudiodec: fix compilation failure on cygwin with undefined imdct36_bl...
Michael Niedermayer
2012-09-09
1
-1
/
+4
*
|
dsputil_template: Reindent after recent change
Derek Buitenhuis
2012-09-09
1
-6
/
+6
*
|
x86/h264dsp_init: put a HAVE_YASM back
Michael Niedermayer
2012-09-09
1
-0
/
+2
*
|
tiff/doubles2str: check for truncation
Michael Niedermayer
2012-09-09
1
-1
/
+3
*
|
tiff/doubles2str: factor out component_len
Michael Niedermayer
2012-09-09
1
-2
/
+3
*
|
gxfenc: assert that the to be written data has not been truncated.
Michael Niedermayer
2012-09-09
1
-0
/
+2
*
|
gxfenc: dont duplicate buffer size
Michael Niedermayer
2012-09-09
1
-1
/
+1
*
|
ffprobe: avoid unsafe usage of the snprintf() return code
Michael Niedermayer
2012-09-09
1
-4
/
+3
*
|
srtdec: fix unsafe snprintf() return usage
Michael Niedermayer
2012-09-09
1
-8
/
+14
*
|
ass: assert that the timsstamps fitted in the buffers
Michael Niedermayer
2012-09-09
1
-0
/
+2
*
|
ffmpeg_filter: fix unsafe snprintf() usage
Michael Niedermayer
2012-09-09
1
-5
/
+4
*
|
ffserver: fix unsafe snprintf() return usage.
Michael Niedermayer
2012-09-09
1
-14
/
+23
*
|
ffserver: increase buffer size in http_send_too_busy_reply()
Michael Niedermayer
2012-09-09
1
-1
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-09
23
-155
/
+135
|
\
\
|
|
/
|
*
swscale: Provide the right alignment for external mmx asm
Martin Storsjö
2012-09-09
1
-2
/
+4
|
*
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-08
21
-156
/
+133
|
*
configure: msvc: fix/simplify setting of flags for hostcc
Mans Rullgard
2012-09-08
1
-1
/
+1
|
*
x86: mlpdsp: mlp_filter_channel_x86 requires inline asm
Hendrik Leppkes
2012-09-08
1
-3
/
+3
*
|
aacpsy: use exp2(f) instead of pow(f)(2,...)
Michael Niedermayer
2012-09-09
1
-4
/
+6
*
|
ffprobe: use exp2 instead of pow(2, ...)
Michael Niedermayer
2012-09-09
1
-1
/
+1
*
|
imc: use exp2 instead of pow(2,...)
Michael Niedermayer
2012-09-09
1
-1
/
+2
*
|
lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays()
Stefano Sabatini
2012-09-09
1
-5
/
+5
*
|
lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxy
Stefano Sabatini
2012-09-09
1
-0
/
+4
*
|
lavfi: drop deprecated and pointless avfilter_default_end_frame() function
Stefano Sabatini
2012-09-09
4
-12
/
+2
*
|
dsputil/me/pixels: Actually use av_restrict
Derek Buitenhuis
2012-09-09
10
-27
/
+27
[next]