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
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: Use ff_connect_parallel for RFC 8305 style connecting
Martin Storsjö
2018-08-31
1
-26
/
+15
*
network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper function
Martin Storsjö
2018-08-31
2
-0
/
+254
*
tls_openssl: Fix checks for SSL_ERROR_WANT_WRITE in nonblocking operation
Martin Storsjö
2018-08-17
1
-1
/
+1
*
network: Check for EINTR in ff_poll_interrupt
Martin Storsjö
2018-08-14
1
-3
/
+6
*
network: Use ff_neterrno instead of AVERROR(errno) for poll errors
Simon Thelen
2018-08-14
1
-1
/
+1
*
http: pass return code from http_open_cnx_internal() on its failure
Andrey Utkin
2018-08-14
1
-0
/
+2
*
libsrt: Pass the correct pointer for the passphrase
Sven Dueking
2018-07-13
1
-1
/
+1
*
avformat/libsrt: add latency options and deprecate tspbdelay
Sven Dueking
2018-06-04
1
-5
/
+23
*
avformat/libsrt: add payload size option
Sven Dueking
2018-06-03
1
-1
/
+20
*
tls_mbedtls: Use non-deprecated header file
Diego Biurrun
2018-04-26
1
-1
/
+1
*
libavformat: add mbedTLS based TLS
Thomas Volkert
2018-04-25
5
-1
/
+410
*
build: Group external library protocols separately
Diego Biurrun
2018-04-20
1
-3
/
+3
*
Add Haivision SRT protocol
Sven Dueking
2018-03-28
3
-0
/
+550
*
ivf: Support VP9 and AV1 as well
Luca Barbato
2018-03-12
1
-3
/
+7
*
hls: Add a discontinuity marker on recover
Luca Barbato
2018-03-06
1
-5
/
+20
*
hvcc: zero initialize the nal buffers past the last written byte
James Almer
2018-02-23
1
-0
/
+2
*
Drop some unnecessary config.h #includes
Diego Biurrun
2018-02-06
1
-2
/
+2
*
rtmp: Plug leak if sending bytes read report fails.
Josh Allmann
2018-01-24
1
-1
/
+3
*
rtsp: only break on parse_rtsp_message on error
Tristan Matthews
2017-11-30
1
-1
/
+3
*
matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0
Sean McGovern
2017-11-06
1
-1
/
+1
*
matroskadec: don't warn about unknown spherical medata when none is present
James Almer
2017-11-03
1
-0
/
+3
*
dashenc: copy stream frame rate to output stream
Peter Große
2017-10-27
1
-0
/
+1
*
dashenc: fix bitrate estimation with correct scaling
Anton Schubert
2017-10-27
1
-1
/
+4
*
http: Reset compressed header flag when starting to read a request
Jacek Jendrzej
2017-09-26
1
-0
/
+3
*
smacker: fix integer overflow with pts_inc
Michael Niedermayer
2017-09-24
1
-0
/
+5
*
smacker: return meaningful error codes on failure
Sean McGovern
2017-09-24
1
-5
/
+5
*
avio: update avio_alloc_context() doxy
James Almer
2017-09-14
1
-1
/
+1
*
flvdec: Check the avio_seek return value after reading a metadata packet
Martin Storsjö
2017-09-04
1
-1
/
+7
*
Remove support for building for mingw32ce (Windows CE)
Martin Storsjö
2017-08-31
1
-5
/
+3
*
lavf: make avio_read_partial() public
wm4
2017-08-30
6
-12
/
+13
*
hevc: Improve stream constraint values in common header
Mark Thompson
2017-08-05
1
-3
/
+3
*
mov: move stsd finalization to an appropriate place
Sean McGovern
2017-07-31
1
-2
/
+2
*
mov: Do not set stsd_count if mov_read_stsd() fails
Sean McGovern
2017-07-31
1
-8
/
+17
*
mov: log and return early on non-positive stsd entry counts
Sean McGovern
2017-07-30
1
-0
/
+5
*
rmdec: add missing brackets to compound statement
Sean McGovern
2017-07-25
1
-1
/
+2
*
lavf: allow avformat_close_input() with NULL
wm4
2017-07-22
1
-1
/
+6
*
caf: add an Opus tag
Anton Khirnov
2017-07-22
2
-0
/
+9
*
rmdec: don't ignore the return value of av_get_packet()
Sean McGovern
2017-07-17
1
-5
/
+14
*
build: Add feature test macros for glibc 2.19+
Diego Biurrun
2017-07-10
2
-0
/
+2
*
os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILY
Martin Storsjö
2017-07-05
1
-13
/
+1
*
lavf: Remove codec_tag from dashenc and smoothstreamingenc
Martin Storsjö
2017-07-02
2
-2
/
+0
*
tls_gnutls: Readd support for nonblocking operation
Martin Storsjö
2017-06-20
1
-4
/
+19
*
tls_openssl: Readd support for nonblocking operation
Martin Storsjö
2017-06-20
1
-2
/
+20
*
movenc: allow alternative hvc1 h.265 codec tag
John Stebbins
2017-06-20
1
-0
/
+1
*
movenc: write correct format hvcc when tag is hvc1
John Stebbins
2017-06-20
1
-1
/
+4
*
movenc: move tags definitions to where they are used
John Stebbins
2017-06-20
1
-31
/
+31
*
movenc: simplify codec_tag lookup
John Stebbins
2017-06-20
1
-47
/
+13
*
movenc: use correct tag list for AVOutputFormat.codec_tag
John Stebbins
2017-06-20
1
-3
/
+34
*
tls: Hide backend implementation details from users
Diego Biurrun
2017-06-02
6
-12
/
+14
*
os_support: Remove the dynamic loading of getaddrinfo from the fallback getad...
Martin Storsjö
2017-06-01
1
-31
/
+0
[next]