summaryrefslogtreecommitdiffstats
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: don't use %s for strftime on msvcHendrik Leppkes2017-02-251-1/+2
* avformat/hlsenc: fix hls_flags temp_file bugSteven Liu2017-02-251-28/+27
* avformat/hlsenc: fix cid 1401346 Dereferencing pointer errorSteven Liu2017-02-211-2/+2
* avformat/hlsenc: set default http method to PUT when method is nullSteven Liu2017-02-181-10/+19
* avformat/hlsenc: fix stream level metadata handlingBela Bodecs2017-02-131-0/+1
* avformat/hlsenc: deprecate hls_wrap optionSteven Liu2017-02-111-1/+25
* avformat/hlsenc: add hls_flag option to write segments to temporary file unti...Aman Gupta2017-02-071-0/+25
* avformat/hlsenc: improve to write m3u8 head blockSteven Liu2017-01-241-19/+15
* avformat/hlsenc: refine the code readable for time unitSteven Liu2017-01-241-1/+2
* avformat/hlsenc: fix too many open files bugSteven Liu2017-01-201-0/+2
* avformat/hlsenc: fix bug of hlsenc http delete old segmentsSteven Liu2017-01-191-2/+15
* avformat/hlsenc: remove debug message used error level logSteven Liu2017-01-181-1/+0
* avformat/hlsenc: refine the hlsenc codeSteven Liu2017-01-131-5/+0
* avformat/hlsenc: fix hlsenc bug at windows systemSteven Liu2017-01-131-14/+35
* lavf/hlsenc: fix typo in last commit.Nicolas George2017-01-121-7/+7
* avformat/hlsenc: hls_start_number_source and start_numberBodecs Bela2017-01-121-11/+43
* avformat/hlsenc: fix the bug when the largest segment duration pointer right ...Steven Liu2017-01-111-2/+7
* avformat/hlsenc: fix hls start and tail segment durationSteven Liu2017-01-111-4/+16
* avformat/hlsenc: fix Explicit null dereferenced in hlsencSteven Liu2017-01-061-2/+2
* vformat/hlsenc: typo in default localtime patternBela Bodecs2017-01-051-1/+1
* avformat/hlsenc: fix memleak in hlsencSteven Liu2017-01-051-2/+14
* avformat/hlsenc: bugfix in duplicate filename detectionBela Bodecs2017-01-051-1/+1
* avformat/hlsenc: size and duration in segment filenamesBela Bodecs2017-01-031-8/+172
* avformat/hlsenc: Duplicated segment filenames and use_localtime_mkdirBela Bodecs2017-01-011-36/+14
* libavformat/hlsenc: default segment name and use_localtimeBela Bodecs2017-01-011-1/+11
* libavformat/hlsenc: fix delete_segments when use_localtime_mkdirBela Bodecs2016-12-291-4/+9
* avformat/hlsenc: strftime identifiers and segment indexBodecs Bela2016-12-271-2/+20
* Fix bug when incrementing initial_prog_date_time when removing segmentsJesper Ek2016-12-271-1/+1
* avformat/hlsenc: detecting duplicated segment filenamesBela Bodecs2016-12-261-0/+36
* avformat/hlsenc: save the EXT-X-DISCONTINUITY from old listSteven Liu2016-12-071-0/+3
* avformat/hlsenc: fix ticket id 5988 for DISCONTINUITYSteven Liu2016-12-051-0/+14
* increment initial_prog_date_time when removing old segmentsRobert Nagy2016-11-121-0/+1
* Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-011-3/+3
* img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-011-3/+3
* lavf: fix typosMoritz Barsnick2016-10-091-2/+2
* avformat/hlsenc: support multi level path in m3u8 with filenameSteven Liu2016-10-041-15/+2
* avformat/hlsenc: support mkdir_p for use_localtime_mkdirSteven Liu2016-10-011-1/+34
* avformat/hlsenc: refine EXT-X-BYTERANGE support for segmentsSteven Liu2016-09-241-3/+46
* avformat/hlsenc: Emulate strftime("%z") using other functions if it does not ...Michael Niedermayer2016-09-151-3/+13
* avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime()Michael Niedermayer2016-09-131-1/+2
* avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibilityMichael Niedermayer2016-09-131-1/+1
* avformat/hlsenc: implement program_date_timeMichael Niedermayer2016-09-081-0/+23
* avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips2016-09-051-3/+3
* avformat/hlsenc: add warning for append_list and hls_init_time optionSteven Liu2016-08-311-0/+6
* avformat/hlsenc: add option hls_init_time to set init hls window segment dura...Steven Liu2016-08-291-1/+11
* lavf/hlsenc: add append_list flag into hlsencSteven Liu2016-08-211-0/+62
* avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee:Michael Niedermayer2016-08-041-4/+6
* add split_by_time flag for support splite mpegts segment at non-keyframeSteven Liu2016-07-111-1/+3
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+9
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
OpenPOWER on IntegriCloud