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
/
hls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'
James Almer
2017-09-26
1
-2
/
+2
|
\
|
*
Mark some arrays that never change as const.
Anton Khirnov
2017-02-01
1
-2
/
+2
*
|
avformat/hls: Fix DoS due to infinite loop
Michael Niedermayer
2017-08-27
1
-0
/
+7
*
|
avformat/hls: Check local file extensions
Michael Niedermayer
2017-06-05
1
-1
/
+17
*
|
Revert "avformat/hls: Check local file extensions"
Michael Niedermayer
2017-06-05
1
-17
/
+1
*
|
avformat/hls: Check local file extensions
Sysiphus
2017-06-05
1
-1
/
+17
*
|
libavformat/hls: Observe Set-Cookie headers
Micah Galizia
2017-05-29
1
-2
/
+10
*
|
lavf/hls: do not transfer custom IO flag
Clément Bœsch
2017-05-22
1
-1
/
+1
*
|
hls: consistent use of user_agent
Jan Berkel
2017-03-23
1
-3
/
+3
*
|
hls: pass AVFormatContext flags to sub demuxer
wm4
2017-03-09
1
-0
/
+1
*
|
hls: fix leaking avio_opts on hls_read_header error
Andreas Cadhalpun
2016-11-07
1
-3
/
+1
*
|
hls: move hls_close above hls_read_header
Andreas Cadhalpun
2016-11-07
1
-13
/
+13
*
|
avformat/hls: Add missing error check for avcodec_parameters_copy()
Anssi Hannula
2016-11-07
1
-6
/
+21
*
|
avformat/hls: Fix probing mpegts audio streams that use probing
Anssi Hannula
2016-11-07
1
-2
/
+14
*
|
avformat/hls: Factor copying stream info to a separate function
Anssi Hannula
2016-11-07
1
-7
/
+11
*
|
avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GB
Anssi Hannula
2016-09-24
1
-5
/
+5
*
|
avformat/hls: Fix missing streams in some cases with MPEG TS
Anssi Hannula
2016-07-28
1
-5
/
+51
*
|
avformat/hls: Move stream propagation to a separate function
Anssi Hannula
2016-07-28
1
-65
/
+69
*
|
avformat/hls: Use an array instead of stream offset for stream mapping
Anssi Hannula
2016-07-28
1
-21
/
+38
*
|
avformat/hls: Sync starting segment across variants on live streams
Anssi Hannula
2016-07-28
1
-1
/
+24
*
|
avformat/hls: Fix regression with ranged media segments
Anssi Hannula
2016-07-28
1
-6
/
+17
*
|
Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
\
|
|
/
|
*
Mark read-only tables as static
Diego Biurrun
2016-05-05
1
-1
/
+2
*
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-2
/
+2
|
\
\
|
|
/
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-1
/
+1
*
|
hls: handle crypto in the protocol checks
Hendrik Leppkes
2016-03-16
1
-1
/
+11
*
|
hls: read protocol options through the AVIOContext
Hendrik Leppkes
2016-03-16
1
-5
/
+3
*
|
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-1
/
+1
*
|
hls: Add and use a memebr of AVIOInternal rather than abuse opaque
Derek Buitenhuis
2016-02-29
1
-2
/
+4
*
|
Merge commit '225e84e74544062706c0159ec0737b0e1d40915f'
Derek Buitenhuis
2016-02-29
1
-0
/
+11
|
\
\
|
|
/
|
*
hls: disallow opening nested files in child demuxers
Anton Khirnov
2016-02-22
1
-0
/
+11
*
|
avformat/hls: fix potential integer overflow
Michael Niedermayer
2016-02-16
1
-1
/
+1
*
|
Merge commit '81306fd4bdeb5c17d4db771e4fec684773b5790f'
Derek Buitenhuis
2016-02-16
1
-79
/
+48
|
\
\
|
|
/
|
*
hls: eliminate ffurl_* usage
Anton Khirnov
2016-01-24
1
-44
/
+25
*
|
Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'
Derek Buitenhuis
2016-02-10
1
-6
/
+5
|
\
\
|
|
/
|
*
lavf: allow custom IO for all files
Anton Khirnov
2016-01-24
1
-2
/
+4
*
|
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2016-02-02
1
-3
/
+13
*
|
Revert "avformat/hls: Require the file extension to be m3u / m3u8 for probing...
Michael Niedermayer
2016-02-01
1
-3
/
+0
*
|
avformat/hls: Check that filename is not "" in probe before checking its exte...
Michael Niedermayer
2016-01-25
1
-1
/
+1
*
|
avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeed
Michael Niedermayer
2016-01-19
1
-0
/
+4
*
|
avformat/hls: Even stricter URL checks
Michael Niedermayer
2016-01-15
1
-1
/
+5
*
|
avformat/hls: More strict url checks
Michael Niedermayer
2016-01-15
1
-0
/
+4
*
|
avformat/hls: forbid all protocols except http(s) & file
Maxim Andreev
2016-01-14
1
-0
/
+4
*
|
avformat/hls: Added http_proxy support
Joel Holdsworth
2015-12-27
1
-1
/
+10
*
|
avformat/hls: Remember to free HLSContext::headers
Joel Holdsworth
2015-12-27
1
-0
/
+1
*
|
avformat: Add av_program_add_stream_index()
Michael Niedermayer
2015-12-11
1
-1
/
+1
*
|
Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'
Hendrik Leppkes
2015-10-27
1
-3
/
+3
|
\
\
|
|
/
|
*
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-10-26
1
-3
/
+3
|
*
hls: Check av_opt_set_dict return value as well
Luca Barbato
2015-10-01
1
-3
/
+2
*
|
avformat/hls: add support for EXT-X-MAP
Anssi Hannula
2015-10-15
1
-10
/
+182
[next]