Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-23avformat/dashdec: fix segfault when parsing segmentlistvectronic
2019-09-23avformat/dashdec: fix pointer being freed was not allocatedvectronic
2019-09-14avformat/dashdec: reindent code at parse_manifestSteven Liu
2019-09-12avformat/dashdec: add startNumber parser for segmentlistSteven Liu
2019-09-02avformat/dashdec: start from the root uri when baseURL is start with '/'Steven Liu
2019-07-10avformat/dashdec: fix code style and remove some empty lineSteven Liu
2019-07-05avformat/dashdec: fix code style in dash_read_packetSteven Liu
2019-07-04avformat/dashdec: refine and fix code style of dash_read_headerSteven Liu
2019-07-04avformat/dashdec: simplified code in open_demux_for_componentSteven Liu
2019-07-01avformat/dashdec: Fix reading values from SegmentTimeline inside Periodsfan5
2019-06-14avformat/dashdec: check copy_init_section memory alloc resultSteven Liu
2019-06-14avformat/dashdec: add http_proxy, referer and rw_timeout http method support ...Steven Liu
2019-05-14lavf/dashdec: refactoring error handle logic for open_inputJun Zhao
2019-05-14lavf/dashdec: fix the coding logic after open_input failJun Zhao
2019-04-22avformat/dashdec: add ProgramInformation parserSteven Liu
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-20lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos
2019-02-06libavformat/dashdec: disable seeking only for live streams.Paweł Wegner
2018-12-23avformat/dashdec: refine uri path with double dot processGorilla Maguila
2018-11-30avformat/dashdec: add subtitle stream supportSteven Liu
2018-11-27lavf/dashdec: Add webm to the list of allowed extensions.Andrey Semashev
2018-09-06avformat/dashdec: minus minBufferTime when there have valueSteven Liu
2018-09-05avformat/dashdec: refine compute current fragment for presentation_timeoffset...Steven Liu
2018-09-05avformat/dashdec: reindent code for previous commitSteven Liu
2018-09-05avformat/dashdec: add min_buffer_time process logicSteven Liu
2018-09-05avformat/dashdec: add trace message for get the logic output messageSteven Liu
2018-09-05avformat/dashdec: reindent code for previous commitSteven Liu
2018-09-05avformat/dashdec: remove redundant codeSteven Liu
2018-09-05avformat/dashdec: refine adaptionset attribute membersSteven Liu
2018-09-05avformat/dashdec: refine mpd element of attribute name availabilityEndTimeSteven Liu
2018-08-29avformat/dashdec: Add a re-entrance check point after an interrupt operationColin NG
2018-08-29avformat/dashdec: Fix calc_cur_seg_no if availability_start_time notJacek Jendrzej
2018-08-19avformat/dashdec: Fix strlen(rep_id_val) with it being NULLMichael Niedermayer
2018-08-13libavformat/dashdec: Support negative value of the @r attrbute of S in Segmen...sanil
2018-08-09libavformat/dashdec: Fix for un-free memoryColin NG
2018-08-07avformat/dashdec: remove unused functions and process codeSteven Liu
2018-08-07avformat/dashdec: Fix memleak when resolve_content_pathJacek Jendrzej
2018-08-07avformat/dashdec: fix for ticket #7336Jacek Jendrzej
2018-05-24avformat/dashdec: replace user-agent to user_agent for deprecate warning messageSteven Liu
2018-05-24avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG
2018-05-24avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG
2018-04-26avformat/dashdec: fix compling warning "filename is deprecated"Steven Liu
2018-04-26fix memory leak of parsing dash MPDguikunzhi
2018-04-21lavf/dashdec: Do not use memcpy() to copy a struct.Carl Eugen Hoyos
2018-04-17libavformat/dashdec: Avoid multiple HTTP requests for initialization segment ...sanilraut
2018-04-17Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization seg...Steven Liu
2018-04-17avformat/dashdec: Avoid multiple HTTP requests for initialization segment tha...Steven Liu
2018-03-28avformat/dashdec: Support signaling of last segment numbersanilraut
2018-03-15avformat/dashdec: Correct spelling mistakessanilraut
2018-02-09dashdec: Support SegmentTimeline inside Periodsfan5