| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avformat/hls: fix segment selection regression on track changes of live streams | Anssi Hannula | 2015-10-15 | 1 | -0/+1 |
* | | lavf/hls: don't convert NULL options to empty strings; fixes HTTP CRLF warnings | Rodger Combs | 2015-10-09 | 1 | -1/+1 |
* | | lavf/hls: allow subtitles to be read despite incomplete handling | Rodger Combs | 2015-10-03 | 1 | -2/+5 |
* | | avformat/hls: remove unused function | Ganesh Ajjanagadde | 2015-09-26 | 1 | -13/+0 |
* | | avformat/hls: Update Cookies response with Setcookie | Lucas de Andrade | 2015-09-25 | 1 | -16/+15 |
* | | hls: only seek if there is an offset | Andreas Cadhalpun | 2015-09-22 | 1 | -1/+1 |
* | | avformat/hls: fix some cases of HLS streams which require cookies | wm4 | 2015-09-22 | 1 | -5/+1 |
* | | avformat/hls: Check for av_opt_set_dict() failure | Michael Niedermayer | 2015-09-05 | 1 | -1/+3 |
* | | avformat/hls: correct comment for ensure_playlist() | Ganesh Ajjanagadde | 2015-08-21 | 1 | -3/+3 |
* | | FF_OPT_TYPE_* -> AV_OPT_TYPE_*. | Ronald S. Bultje | 2015-08-18 | 1 | -1/+1 |
* | | Merge commit '0c73a5a53cc97f4291bbe9e1e68226edf6161744' | Michael Niedermayer | 2015-07-30 | 1 | -8/+89 |
|\| |
|
| * | hls: Save and forward avio options | Luca Barbato | 2015-07-30 | 1 | -13/+80 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | avformat/hls: do not iterate to next sequence number if interruption is reque... | schenk michael | 2015-06-26 | 1 | -0/+2 |
* | | avformat/hls: Handle read_buffer allocation failure | Michael Niedermayer | 2015-05-12 | 1 | -0/+6 |
* | | hls: skip to next segment if the current is unavailable | wm4 | 2015-04-17 | 1 | -1/+2 |
* | | libavformat/hls: add an option to start from a given segment in a live stream | Rodger Combs | 2015-03-29 | 1 | -4/+24 |
* | | avformat/hls: refactor repeated HLS option updates | Micah Galizia | 2015-03-16 | 1 | -16/+12 |
* | | avformat/hls: store cookies returned in HLS key response | Micah Galizia | 2015-03-16 | 1 | -0/+5 |
* | | hls: detect SAMPLE-AES encryption | selsta | 2015-03-05 | 1 | -1/+8 |
* | | hls: fix a null pointer dereference | wm4 | 2015-02-16 | 1 | -3/+3 |