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
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-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
2014-07-31avformat/hlsenc: add some empty lines to make the code easier to readNicolas Martyanoff
2014-07-31avformat/hlsenc: rename some identifers to make the code easier to readNicolas Martyanoff
2014-07-31avformat/hlsenc: Add some comments to make the code easier to readNicolas Martyanoff
2014-07-29avformat/hlsenc: fix cleanup after avformat_write_header()Nicolas Martyanoff
2014-07-25avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer
2014-07-10avformat/hlsenc: correctly compute target durationNicolas Martyanoff
2014-05-17Merge commit '34e2ce5dde073244ccb2b62f930e96fe612690f7'Michael Niedermayer
2014-05-17hlsenc: Set the default codecs to AAC and H264Martin Storsjö
2014-04-30Merge commit '7266e24f176389d2e81bfc7c829934f7c8ae361c'Michael Niedermayer
2014-04-30Merge commit 'a16431034d9bd44182bf844d6bbde2c98bc4e6b5'Michael Niedermayer
2014-04-30Merge commit 'c7603b3c243331057300337a61464e6ac4a605cb'Michael Niedermayer
2014-04-30Merge commit '344f7b5a7e0d50573dec402dfe6228676f3889d9'Michael Niedermayer
2014-04-30hls: Sync the file number with the start sequenceLuca Barbato
2014-04-30hls: Factor the sequence computationLuca Barbato
2014-04-30hls: Print start_number as first sequence valueLuca Barbato
2014-04-30hls: Report the current media sequenceLuca Barbato
2014-04-29Merge commit '5a70a783f04919514efec7751d710b64d8975fd7'Michael Niedermayer
2014-04-29hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato
2014-04-03avformat/hlsenc: remove unneeded l prefix from %lfMichael Niedermayer
2014-04-03hlsenc: added floating point time support.Senthilnathan M
2014-03-01HLS: Handle the case when hls_list_size=0. Playlist file should contain all t...Senthilnathan M
2013-12-12avformat/hlsenc: copy metadataMichael Niedermayer