summaryrefslogtreecommitdiffstats
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
* lavf: allow custom IO for all filesAnton Khirnov2016-01-241-7/+8
* hlsenc: Support outputting specific versionsLuca Barbato2015-08-251-4/+11
* hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-161-13/+15
* hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes2015-02-201-1/+5
* hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes2015-02-201-13/+12
* lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-061-0/+1
* hlsenc: Add parameter -hls_allow_cacheJoakim Roubert2014-10-031-0/+5
* hlsenc: Set the default codecs to AAC and H264Martin Storsjö2014-05-171-2/+2
* hls: Sync the file number with the start sequenceLuca Barbato2014-04-301-4/+1
* hls: Factor the sequence computationLuca Barbato2014-04-301-3/+3
* hls: Print start_number as first sequence valueLuca Barbato2014-04-301-3/+6
* hls: Report the current media sequenceLuca Barbato2014-04-301-0/+3
* hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato2014-04-291-0/+4
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+1
* hlsenc: Don't reset the number variable when wrappingCarl Eugen Hoyos2013-08-151-4/+2
* hlsenc: Append the last incomplete segment when closing the outputStefano Sabatini2013-08-151-3/+9
* hls, segment: fix splitting for audio-only streams.Anton Khirnov2013-04-271-5/+7
* hlsenc: Make the start_number option set the right variableKanglin2013-01-081-1/+1
* hlsenc: make segment number unsignedLuca Barbato2012-12-291-1/+1
* hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin2012-12-291-2/+5
* hlsenc: do not add timestamps in different timebasesLuca Barbato2012-12-291-2/+2
* hlsenc: use the correct AV_TIME_BASE macroKanglin2012-12-291-1/+1
* hlsenc: keep the playlist to the correct number of itemsLuca Barbato2012-12-291-2/+4
* hlsenc: use the segment filename in the playlist entryLuca Barbato2012-12-291-3/+1
* hlsenc: check append_entry return valueLuca Barbato2012-12-291-3/+6
* hlsenc: use the basename to generate the list entriesLuca Barbato2012-12-291-1/+2
* hlsenc: Don't duplicate a string constantMartin Storsjö2012-12-241-1/+1
* hlsenc: Allocate enough space for the pattern stringStefano Sabatini2012-12-241-1/+1
* hlsenc: correctly report target durationLuca Barbato2012-12-231-1/+7
* hls: use a meaningful long nameLuca Barbato2012-12-081-1/+1
* hls: add start_number optionLuca Barbato2012-12-081-0/+1
* hlsenc: stand alone hls segmenterLuca Barbato2012-11-131-0/+324
OpenPOWER on IntegriCloud