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
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-13avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VODAdam Kent
2016-03-11avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8...Michael Niedermayer
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-17hlsenc: add use_localtime_mkdir option to automatically create time-based dir...Johan Ström
2016-02-10avformat/hlsenc: Fix filename and optionsMichael Niedermayer
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2015-12-19lavf/hlsenc: replace round by lrintGanesh Ajjanagadde
2015-12-13avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-02hlsenc: Only write PAT/PMT once per segmentDerek Buitenhuis
2015-10-04libavformat/hlsenc: Use of uninitialized memory unlinking old filesDHE
2015-09-14avformat/hlsenc: Fix the method command line parameterMichael Niedermayer
2015-09-03avformat/hlsenc: Fix memleak of pathMichael Niedermayer
2015-09-03avformat/hlsenc: Initialize vtt_oc to help static analyzersMichael Niedermayer
2015-09-02avformat/hlsenc: add a use_localtime option to expand the segment filename wi...LiuQi
2015-08-25hlsenc: Support outputting specific versionsLuca Barbato
2015-08-16hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato
2015-07-26avformat/hlsenc: Fix wording in commentMichael Niedermayer
2015-07-26avformat/hlsenc: Add WebVtt support in hlsAnshul Maheshwari
2015-06-16avformat/hlsenc: removed empty/unused print_encryption_tag functionChristian Suloway
2015-06-16avformat/hlsenc: added HLS encryptionChristian Suloway
2015-05-17avformat/hlsenc: do not append an endlist tag when the stream endsMrBoogs
2015-05-17avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...MrBoogs
2015-05-17avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...MrBoogs
2015-02-23avformat/hlsenc: Warn if a non file protocol is usedMichael Niedermayer
2015-02-21avformat/hlsenc: Use ff_rename() only for local filesMichael Niedermayer
2015-02-21hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes
2015-02-21hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes
2015-02-21hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes
2015-02-20hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes
2015-01-11avformat/hlsenc: more robust error testsMichael Niedermayer
2015-01-08avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-16avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-16avformat/hlsenc: fix hls_write_trailer() on hls_start() failureChristian Suloway
2014-12-11avformat/hlsenc: added segment file deletionChristian Suloway
2014-12-06avformat/hlsenc: added segment filename optionChristian Suloway
2014-11-16avformat/hlsenc: Free context after hls_append_segmentMichael Niedermayer
2014-10-17hlsenc.c, segment.c: propagate defaults to mpegtsMika Raento
2014-10-07Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer
2014-10-07lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-10-03Merge commit '55f03d872640175a00bfa262da4652b7312b905f'Michael Niedermayer
2014-10-03hlsenc: Add parameter -hls_allow_cacheJoakim Roubert
2014-09-29avformat/hlsenc: fix outter typoMichael Niedermayer
2014-09-29avformat/hlsenc: export inner muxer timebaseMichael Niedermayer
2014-09-28avformat/hlsenc: Added parameter -hls_allow_cacheJoakim Roubert
2014-09-16lavf/hls: add hls_ts_optionSteven Liu
2014-09-16hlsenc: single_file, support HLS ver 4 byterangesMika Raento