| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/dashdec: Fix strlen(rep_id_val) with it being NULL | Michael Niedermayer | 2018-08-19 | 1 | -1/+3 |
* | libavformat/dashdec: Support negative value of the @r attrbute of S in Segmen... | sanil | 2018-08-13 | 1 | -1/+12 |
* | libavformat/dashdec: Fix for un-free memory | Colin NG | 2018-08-08 | 1 | -1/+0 |
* | avformat/dashdec: remove unused functions and process code | Steven Liu | 2018-08-07 | 1 | -38/+8 |
* | avformat/dashdec: Fix memleak when resolve_content_path | Jacek Jendrzej | 2018-08-07 | 1 | -1/+4 |
* | avformat/dashdec: fix for ticket #7336 | Jacek Jendrzej | 2018-08-07 | 1 | -2/+4 |
* | avformat/dashdec: replace user-agent to user_agent for deprecate warning message | Steven Liu | 2018-05-24 | 1 | -3/+3 |
* | avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams) | Colin NG | 2018-05-24 | 1 | -36/+10 |
* | avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams) | Colin NG | 2018-05-24 | 1 | -7/+23 |
* | avformat/dashdec: fix compling warning "filename is deprecated" | Steven Liu | 2018-04-26 | 1 | -3/+3 |
* | fix memory leak of parsing dash MPD | guikunzhi | 2018-04-26 | 1 | -3/+11 |
* | lavf/dashdec: Do not use memcpy() to copy a struct. | Carl Eugen Hoyos | 2018-04-21 | 1 | -1/+1 |
* | libavformat/dashdec: Avoid multiple HTTP requests for initialization segment ... | sanilraut | 2018-04-17 | 1 | -11/+71 |
* | Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization seg... | Steven Liu | 2018-04-17 | 1 | -71/+11 |
* | avformat/dashdec: Avoid multiple HTTP requests for initialization segment tha... | Steven Liu | 2018-04-17 | 1 | -11/+71 |
* | avformat/dashdec: Support signaling of last segment number | sanilraut | 2018-03-28 | 1 | -3/+23 |
* | avformat/dashdec: Correct spelling mistakes | sanilraut | 2018-03-15 | 1 | -9/+9 |
* | dashdec: Support SegmentTimeline inside Period | sfan5 | 2018-02-09 | 1 | -3/+14 |
* | dashdec: Fix segfault on decoding segment timeline | Brendan McGrath | 2018-01-29 | 1 | -7/+4 |
* | libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024) | Colin NG | 2018-01-21 | 1 | -31/+63 |
* | libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault) | Colin NG | 2018-01-21 | 1 | -13/+115 |
* | avformat/dashdec.c: Download dash content with byte range info | Colin NG | 2018-01-21 | 1 | -6/+30 |
* | dashdec: Only free url string if being reused | Brendan McGrath | 2018-01-21 | 1 | -1/+2 |
* | dashdec: Make use of frame rate specified in Representation | sfan5 | 2018-01-21 | 1 | -1/+19 |
* | dashdec: Support SegmentTemplate inside Period | sfan5 | 2018-01-14 | 1 | -10/+17 |
* | dashdec: Avoid trying to read any segments beyond the last | sfan5 | 2018-01-14 | 1 | -3/+5 |
* | dashdec: Correct seeking behaviour | sfan5 | 2018-01-14 | 1 | -11/+12 |
* | dashdec: Search for segment timeline inside AdaptionSets too | sfan5 | 2018-01-14 | 1 | -13/+27 |
* | dashdec: Support for multiple video/audio streams | sfan5 | 2018-01-14 | 1 | -129/+213 |
* | dashdec: Expose bandwidth and representation ID as metadata | sfan5 | 2018-01-14 | 1 | -2/+16 |
* | lavf/dashdec: Fix several memleaks. | Carl Eugen Hoyos | 2017-11-12 | 1 | -9/+13 |
* | Revert "lavf/dashdec: Fix several memleaks." | Steven Liu | 2017-11-12 | 1 | -13/+9 |
* | avformat/dashdec: use the current DASHContext for the rep_dest | Steven Liu | 2017-11-10 | 1 | -12/+11 |
* | lavf/dashdec: Fix several memleaks. | Carl Eugen Hoyos | 2017-11-10 | 1 | -9/+13 |
* | avformat/dashdec: free resource allocated by xml | Steven Liu | 2017-09-09 | 1 | -22/+22 |
* | avformat/dashdec: add dash demuxer base version | Steven Liu | 2017-09-09 | 1 | -0/+1848 |