summaryrefslogtreecommitdiffstats
path: root/libavformat/dashdec.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat/dashdec: disable seeking only for live streams.Paweł Wegner2019-02-061-2/+2
* avformat/dashdec: refine uri path with double dot processGorilla Maguila2018-12-231-1/+1
* avformat/dashdec: add subtitle stream supportSteven Liu2018-11-301-7/+90
* lavf/dashdec: Add webm to the list of allowed extensions.Andrey Semashev2018-11-271-1/+1
* avformat/dashdec: minus minBufferTime when there have valueSteven Liu2018-09-061-1/+1
* avformat/dashdec: refine compute current fragment for presentation_timeoffset...Steven Liu2018-09-051-1/+1
* avformat/dashdec: reindent code for previous commitSteven Liu2018-09-051-1/+1
* avformat/dashdec: add min_buffer_time process logicSteven Liu2018-09-051-0/+4
* avformat/dashdec: add trace message for get the logic output messageSteven Liu2018-09-051-0/+18
* avformat/dashdec: reindent code for previous commitSteven Liu2018-09-051-1/+1
* avformat/dashdec: remove redundant codeSteven Liu2018-09-051-16/+3
* avformat/dashdec: refine adaptionset attribute membersSteven Liu2018-09-051-0/+27
* avformat/dashdec: refine mpd element of attribute name availabilityEndTimeSteven Liu2018-09-051-0/+3
* avformat/dashdec: Add a re-entrance check point after an interrupt operationColin NG2018-08-291-0/+6
* avformat/dashdec: Fix calc_cur_seg_no if availability_start_time notJacek Jendrzej2018-08-291-1/+1
* avformat/dashdec: Fix strlen(rep_id_val) with it being NULLMichael Niedermayer2018-08-191-1/+3
* libavformat/dashdec: Support negative value of the @r attrbute of S in Segmen...sanil2018-08-131-1/+12
* libavformat/dashdec: Fix for un-free memoryColin NG2018-08-081-1/+0
* avformat/dashdec: remove unused functions and process codeSteven Liu2018-08-071-38/+8
* avformat/dashdec: Fix memleak when resolve_content_pathJacek Jendrzej2018-08-071-1/+4
* avformat/dashdec: fix for ticket #7336Jacek Jendrzej2018-08-071-2/+4
* 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
OpenPOWER on IntegriCloud