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
*
rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...
Jordi Ortiz
2012-08-17
1
-4
/
+16
*
avio: add (ff)url_get_multi_file_handle() for getting more than one fd
Jordi Ortiz
2012-08-17
3
-8
/
+46
*
h264: vdpau: fix crash with unsupported colorspace
Uoti Urpala
2012-08-17
1
-0
/
+9
*
amrwbdec: Decode the fr_quality bit properly
Martin Storsjö
2012-08-17
1
-1
/
+1
*
libvpxenc: use the default bitrate if not set
Luca Barbato
2012-08-17
1
-2
/
+7
*
utvideo: Rename utvideo.c to utvideodec.c
Jan Ekström
2012-08-17
2
-1
/
+1
*
doc: Fix syntax errors in sample Emacs config
Jordi Ortiz
2012-08-17
1
-2
/
+2
*
mjpegdec: more meaningful return values
Luca Barbato
2012-08-17
1
-66
/
+77
*
configure: clean up Altivec detection
Mans Rullgard
2012-08-16
1
-7
/
+4
*
getopt: Remove an unnecessary define
Martin Storsjö
2012-08-16
1
-2
/
+0
*
rtmp: Use int instead of ssize_t
Martin Storsjö
2012-08-16
1
-3
/
+3
*
getopt: Add missing includes
Martin Storsjö
2012-08-16
1
-0
/
+3
*
rtmp: Add support for receiving incoming streams
Jordi Ortiz
2012-08-16
3
-7
/
+515
*
Add missing includes for code relying on external libraries
Martin Storsjö
2012-08-16
7
-0
/
+16
*
Fix even more missing includes after the common.h removal
Martin Storsjö
2012-08-16
1
-0
/
+3
*
build: Factor out rangecoder dependencies to CONFIG_RANGECODER
Diego Biurrun
2012-08-16
2
-7
/
+10
*
build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCE
Diego Biurrun
2012-08-16
2
-56
/
+42
*
x86: avcodec: Consistently name all init files
Diego Biurrun
2012-08-16
4
-3
/
+3
*
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-16
4
-0
/
+4
*
Add some more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-15
5
-0
/
+6
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
238
-2
/
+346
*
rtmp: Automatically compute the hash for SWFVerification
Samuel Pitoiset
2012-08-15
3
-1
/
+138
*
rtmp: Add support for SWFVerification
Samuel Pitoiset
2012-08-15
3
-1
/
+73
*
api-example: use new video encoding API.
Anton Khirnov
2012-08-15
1
-28
/
+44
*
x86: avcodec: Appropriately name files containing only init functions
Diego Biurrun
2012-08-15
5
-4
/
+4
*
mpegvideo_mmx_template: drop some commented-out cruft
Diego Biurrun
2012-08-15
1
-8
/
+0
*
libavresample: add mix level normalization option
John Stebbins
2012-08-14
3
-1
/
+5
*
w32pthreads: Add missing #includes to make header compile standalone
Diego Biurrun
2012-08-14
1
-0
/
+3
*
rtmp: Gracefully ignore _checkbw errors by tracking them
Samuel Pitoiset
2012-08-14
1
-4
/
+16
*
rtmp: Do not send _checkbw calls as notifications
Samuel Pitoiset
2012-08-14
2
-10
/
+1
*
prores: interlaced ProRes encoding
Maksalov Boris
2012-08-14
1
-68
/
+115
*
g723.1: simplify scale_vector()
Mans Rullgard
2012-08-14
1
-6
/
+2
*
g723.1: simplify normalize_bits()
Mans Rullgard
2012-08-14
1
-7
/
+0
*
vda: cosmetics: fix Doxygen comment formatting
Sebastien Zwickert
2012-08-14
1
-78
/
+78
*
vda: better frame allocation
Sebastien Zwickert
2012-08-14
1
-1
/
+1
*
vda: Merge implementation into one file
Sebastien Zwickert
2012-08-14
4
-356
/
+285
*
vda: support synchronous decoding
Sebastien Zwickert
2012-08-14
5
-47
/
+123
*
vda: Reuse the bitstream buffer and reallocate it only if needed
Sebastien Zwickert
2012-08-14
3
-26
/
+28
*
build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENC
Diego Biurrun
2012-08-14
2
-39
/
+25
*
avprobe: Include libm.h for the log2 fallback
Martin Storsjö
2012-08-14
1
-0
/
+1
*
proresenc: use the edge emulation buffer
Boris Maksalov
2012-08-13
1
-6
/
+6
*
rtmp: handle bytes read reports
Luca Barbato
2012-08-13
1
-0
/
+3
*
configure: Fix typo in mpeg2video/svq1 decoder dependency declaration
Diego Biurrun
2012-08-13
1
-2
/
+2
*
Use log2(x) instead of log(x) / log(2)
Mans Rullgard
2012-08-13
4
-5
/
+5
*
x86: swscale: fix fragile memory accesses
Mans Rullgard
2012-08-13
1
-147
/
+137
*
x86: swscale: remove disabled code
Mans Rullgard
2012-08-13
1
-84
/
+0
*
x86: yadif: fix asm with suncc
Mans Rullgard
2012-08-13
1
-19
/
+13
*
x86: cabac: allow building with suncc
Mans Rullgard
2012-08-13
2
-24
/
+37
*
x86: mlpdsp: avoid taking address of void
Mans Rullgard
2012-08-13
1
-15
/
+15
*
ARM: intmath: use native-size return types for clipping functions
Mans Rullgard
2012-08-13
1
-5
/
+5
[next]