summaryrefslogtreecommitdiffstats
path: root/libavformat/dashdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/dashdec: replace user-agent to user_agent for deprecate warning messageSteven Liu2018-05-241-3/+3
* avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG2018-05-241-36/+10
* avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG2018-05-241-7/+23
* avformat/dashdec: fix compling warning "filename is deprecated"Steven Liu2018-04-261-3/+3
* fix memory leak of parsing dash MPDguikunzhi2018-04-261-3/+11
* lavf/dashdec: Do not use memcpy() to copy a struct.Carl Eugen Hoyos2018-04-211-1/+1
* libavformat/dashdec: Avoid multiple HTTP requests for initialization segment ...sanilraut2018-04-171-11/+71
* Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization seg...Steven Liu2018-04-171-71/+11
* avformat/dashdec: Avoid multiple HTTP requests for initialization segment tha...Steven Liu2018-04-171-11/+71
* avformat/dashdec: Support signaling of last segment numbersanilraut2018-03-281-3/+23
* avformat/dashdec: Correct spelling mistakessanilraut2018-03-151-9/+9
* dashdec: Support SegmentTimeline inside Periodsfan52018-02-091-3/+14
* dashdec: Fix segfault on decoding segment timelineBrendan McGrath2018-01-291-7/+4
* libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)Colin NG2018-01-211-31/+63
* libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)Colin NG2018-01-211-13/+115
* avformat/dashdec.c: Download dash content with byte range infoColin NG2018-01-211-6/+30
* dashdec: Only free url string if being reusedBrendan McGrath2018-01-211-1/+2
* dashdec: Make use of frame rate specified in Representationsfan52018-01-211-1/+19
* dashdec: Support SegmentTemplate inside Periodsfan52018-01-141-10/+17
* dashdec: Avoid trying to read any segments beyond the lastsfan52018-01-141-3/+5
* dashdec: Correct seeking behavioursfan52018-01-141-11/+12
* dashdec: Search for segment timeline inside AdaptionSets toosfan52018-01-141-13/+27
* dashdec: Support for multiple video/audio streamssfan52018-01-141-129/+213
* dashdec: Expose bandwidth and representation ID as metadatasfan52018-01-141-2/+16
* lavf/dashdec: Fix several memleaks.Carl Eugen Hoyos2017-11-121-9/+13
* Revert "lavf/dashdec: Fix several memleaks."Steven Liu2017-11-121-13/+9
* avformat/dashdec: use the current DASHContext for the rep_destSteven Liu2017-11-101-12/+11
* lavf/dashdec: Fix several memleaks.Carl Eugen Hoyos2017-11-101-9/+13
* avformat/dashdec: free resource allocated by xmlSteven Liu2017-09-091-22/+22
* avformat/dashdec: add dash demuxer base versionSteven Liu2017-09-091-0/+1848
OpenPOWER on IntegriCloud