summaryrefslogtreecommitdiff
path: root/libavformat/dashdec.c
Commit message (Expand)AuthorAge
* avformat/dashdec: fix compling warning "filename is deprecated"Steven Liu2018-04-26
* fix memory leak of parsing dash MPDguikunzhi2018-04-26
* lavf/dashdec: Do not use memcpy() to copy a struct.Carl Eugen Hoyos2018-04-21
* libavformat/dashdec: Avoid multiple HTTP requests for initialization segment ...sanilraut2018-04-17
* Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization seg...Steven Liu2018-04-17
* avformat/dashdec: Avoid multiple HTTP requests for initialization segment tha...Steven Liu2018-04-17
* avformat/dashdec: Support signaling of last segment numbersanilraut2018-03-28
* avformat/dashdec: Correct spelling mistakessanilraut2018-03-15
* dashdec: Support SegmentTimeline inside Periodsfan52018-02-09
* dashdec: Fix segfault on decoding segment timelineBrendan McGrath2018-01-29
* libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)Colin NG2018-01-21
* libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)Colin NG2018-01-21
* avformat/dashdec.c: Download dash content with byte range infoColin NG2018-01-21
* dashdec: Only free url string if being reusedBrendan McGrath2018-01-21
* dashdec: Make use of frame rate specified in Representationsfan52018-01-21
* dashdec: Support SegmentTemplate inside Periodsfan52018-01-14
* dashdec: Avoid trying to read any segments beyond the lastsfan52018-01-14
* dashdec: Correct seeking behavioursfan52018-01-14
* dashdec: Search for segment timeline inside AdaptionSets toosfan52018-01-14
* dashdec: Support for multiple video/audio streamssfan52018-01-14
* dashdec: Expose bandwidth and representation ID as metadatasfan52018-01-14
* lavf/dashdec: Fix several memleaks.Carl Eugen Hoyos2017-11-12
* Revert "lavf/dashdec: Fix several memleaks."Steven Liu2017-11-12
* avformat/dashdec: use the current DASHContext for the rep_destSteven Liu2017-11-10
* lavf/dashdec: Fix several memleaks.Carl Eugen Hoyos2017-11-10
* avformat/dashdec: free resource allocated by xmlSteven Liu2017-09-09
* avformat/dashdec: add dash demuxer base versionSteven Liu2017-09-09