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-31hlsenc: Support recovery from an already present playlistLuca Barbato
2017-02-10hlsenc: Correctly write down all 16 bytes in hexLuca Barbato
2016-11-25build: Drop gcrypt supportDiego Biurrun
2016-11-18hlsenc: Fix the openssl supportLuca Barbato
2016-11-17hlsenc: Add encryption supportLuca Barbato
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2015-08-25hlsenc: Support outputting specific versionsLuca Barbato
2015-08-16hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato
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
2014-10-07lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-10-03hlsenc: Add parameter -hls_allow_cacheJoakim Roubert
2014-05-17hlsenc: Set the default codecs to AAC and H264Martin Storsjö
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-29hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-08-15hlsenc: Don't reset the number variable when wrappingCarl Eugen Hoyos
2013-08-15hlsenc: Append the last incomplete segment when closing the outputStefano Sabatini
2013-04-27hls, segment: fix splitting for audio-only streams.Anton Khirnov
2013-01-08hlsenc: Make the start_number option set the right variableKanglin
2012-12-29hlsenc: make segment number unsignedLuca Barbato
2012-12-29hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin
2012-12-29hlsenc: do not add timestamps in different timebasesLuca Barbato
2012-12-29hlsenc: use the correct AV_TIME_BASE macroKanglin
2012-12-29hlsenc: keep the playlist to the correct number of itemsLuca Barbato
2012-12-29hlsenc: use the segment filename in the playlist entryLuca Barbato
2012-12-29hlsenc: check append_entry return valueLuca Barbato
2012-12-29hlsenc: use the basename to generate the list entriesLuca Barbato
2012-12-24hlsenc: Don't duplicate a string constantMartin Storsjö
2012-12-24hlsenc: Allocate enough space for the pattern stringStefano Sabatini
2012-12-23hlsenc: correctly report target durationLuca Barbato
2012-12-08hls: use a meaningful long nameLuca Barbato
2012-12-08hls: add start_number optionLuca Barbato
2012-11-13hlsenc: stand alone hls segmenterLuca Barbato