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