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
2017-05-11avformat/hlsenc: move old_filename free operation earlierSteven Liu
2017-04-28avformat/hlsenc: fix CID 1405135Steven Liu
2017-04-28avformat/hlsenc: hold old key info when append listSteven Liu
2017-04-14avformat/hlsenc: add hls encrypt optionsSteven Liu
2017-03-15avformat/hlsenc: fix duration wrong when no pkt durationSteven Liu
2017-03-14avformat/hlsenc: fix ticket 6231Steven Liu
2017-03-13avformat/hlsenc: second_levels flags process function extractSteven Liu
2017-03-04avformat/hlsenc: move the segment files handler close to before temp flags pr...Steven Liu
2017-02-25avformat/hlsenc: don't use %s for strftime on msvcHendrik Leppkes
2017-02-25avformat/hlsenc: fix hls_flags temp_file bugSteven Liu
2017-02-21avformat/hlsenc: fix cid 1401346 Dereferencing pointer errorSteven Liu
2017-02-18avformat/hlsenc: set default http method to PUT when method is nullSteven Liu
2017-02-13avformat/hlsenc: fix stream level metadata handlingBela Bodecs
2017-02-11avformat/hlsenc: deprecate hls_wrap optionSteven Liu
2017-02-07avformat/hlsenc: add hls_flag option to write segments to temporary file unti...Aman Gupta
2017-01-24avformat/hlsenc: improve to write m3u8 head blockSteven Liu
2017-01-24avformat/hlsenc: refine the code readable for time unitSteven Liu
2017-01-20avformat/hlsenc: fix too many open files bugSteven Liu
2017-01-19avformat/hlsenc: fix bug of hlsenc http delete old segmentsSteven Liu
2017-01-18avformat/hlsenc: remove debug message used error level logSteven Liu
2017-01-13avformat/hlsenc: refine the hlsenc codeSteven Liu
2017-01-13avformat/hlsenc: fix hlsenc bug at windows systemSteven Liu
2017-01-12lavf/hlsenc: fix typo in last commit.Nicolas George
2017-01-12avformat/hlsenc: hls_start_number_source and start_numberBodecs Bela
2017-01-10avformat/hlsenc: fix the bug when the largest segment duration pointer right ...Steven Liu
2017-01-10avformat/hlsenc: fix hls start and tail segment durationSteven Liu
2017-01-06avformat/hlsenc: fix Explicit null dereferenced in hlsencSteven Liu
2017-01-05vformat/hlsenc: typo in default localtime patternBela Bodecs
2017-01-05avformat/hlsenc: fix memleak in hlsencSteven Liu
2017-01-05avformat/hlsenc: bugfix in duplicate filename detectionBela Bodecs
2017-01-03avformat/hlsenc: size and duration in segment filenamesBela Bodecs
2017-01-01avformat/hlsenc: Duplicated segment filenames and use_localtime_mkdirBela Bodecs
2017-01-01libavformat/hlsenc: default segment name and use_localtimeBela Bodecs
2016-12-29libavformat/hlsenc: fix delete_segments when use_localtime_mkdirBela Bodecs
2016-12-27avformat/hlsenc: strftime identifiers and segment indexBodecs Bela
2016-12-27Fix bug when incrementing initial_prog_date_time when removing segmentsJesper Ek
2016-12-26avformat/hlsenc: detecting duplicated segment filenamesBela Bodecs
2016-12-07avformat/hlsenc: save the EXT-X-DISCONTINUITY from old listSteven Liu
2016-12-05avformat/hlsenc: fix ticket id 5988 for DISCONTINUITYSteven Liu
2016-11-12increment initial_prog_date_time when removing old segmentsRobert Nagy
2016-11-02Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer
2016-11-02img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack
2016-10-09lavf: fix typosMoritz Barsnick
2016-10-04avformat/hlsenc: support multi level path in m3u8 with filenameSteven Liu
2016-10-01avformat/hlsenc: support mkdir_p for use_localtime_mkdirSteven Liu
2016-09-24avformat/hlsenc: refine EXT-X-BYTERANGE support for segmentsSteven Liu
2016-09-15avformat/hlsenc: Emulate strftime("%z") using other functions if it does not ...Michael Niedermayer
2016-09-14avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime()Michael Niedermayer
2016-09-14avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibilityMichael Niedermayer
2016-09-08avformat/hlsenc: implement program_date_timeMichael Niedermayer