summaryrefslogtreecommitdiff
path: root/libavformat/dashdec.c
Commit message (Expand)AuthorAge
* avformat/dashdec: fix code style and remove some empty lineSteven Liu2019-07-10
* avformat/dashdec: fix code style in dash_read_packetSteven Liu2019-07-05
* avformat/dashdec: refine and fix code style of dash_read_headerSteven Liu2019-07-04
* avformat/dashdec: simplified code in open_demux_for_componentSteven Liu2019-07-04
* avformat/dashdec: Fix reading values from SegmentTimeline inside Periodsfan52019-07-01
* avformat/dashdec: check copy_init_section memory alloc resultSteven Liu2019-06-14
* avformat/dashdec: add http_proxy, referer and rw_timeout http method support ...Steven Liu2019-06-14
* lavf/dashdec: refactoring error handle logic for open_inputJun Zhao2019-05-14
* lavf/dashdec: fix the coding logic after open_input failJun Zhao2019-05-14
* avformat/dashdec: add ProgramInformation parserSteven Liu2019-04-22
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-20
* libavformat/dashdec: disable seeking only for live streams.Paweł Wegner2019-02-06
* avformat/dashdec: refine uri path with double dot processGorilla Maguila2018-12-23
* avformat/dashdec: add subtitle stream supportSteven Liu2018-11-30
* lavf/dashdec: Add webm to the list of allowed extensions.Andrey Semashev2018-11-27
* avformat/dashdec: minus minBufferTime when there have valueSteven Liu2018-09-06
* avformat/dashdec: refine compute current fragment for presentation_timeoffset...Steven Liu2018-09-05
* avformat/dashdec: reindent code for previous commitSteven Liu2018-09-05
* avformat/dashdec: add min_buffer_time process logicSteven Liu2018-09-05
* avformat/dashdec: add trace message for get the logic output messageSteven Liu2018-09-05
* avformat/dashdec: reindent code for previous commitSteven Liu2018-09-05
* avformat/dashdec: remove redundant codeSteven Liu2018-09-05
* avformat/dashdec: refine adaptionset attribute membersSteven Liu2018-09-05
* avformat/dashdec: refine mpd element of attribute name availabilityEndTimeSteven Liu2018-09-05
* avformat/dashdec: Add a re-entrance check point after an interrupt operationColin NG2018-08-29
* avformat/dashdec: Fix calc_cur_seg_no if availability_start_time notJacek Jendrzej2018-08-29
* avformat/dashdec: Fix strlen(rep_id_val) with it being NULLMichael Niedermayer2018-08-19
* libavformat/dashdec: Support negative value of the @r attrbute of S in Segmen...sanil2018-08-13
* libavformat/dashdec: Fix for un-free memoryColin NG2018-08-08
* avformat/dashdec: remove unused functions and process codeSteven Liu2018-08-07
* avformat/dashdec: Fix memleak when resolve_content_pathJacek Jendrzej2018-08-07
* avformat/dashdec: fix for ticket #7336Jacek Jendrzej2018-08-07
* avformat/dashdec: replace user-agent to user_agent for deprecate warning messageSteven Liu2018-05-24
* avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG2018-05-24
* avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG2018-05-24
* 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