summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAge
* avformat/hlsenc: add some empty lines to make the code easier to readNicolas Martyanoff2014-07-31
* avformat/hlsenc: rename some identifers to make the code easier to readNicolas Martyanoff2014-07-31
* avformat/hlsenc: Add some comments to make the code easier to readNicolas Martyanoff2014-07-31
* avformat/hlsenc: fix cleanup after avformat_write_header()Nicolas Martyanoff2014-07-29
* avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer2014-07-24
* avformat/hlsenc: correctly compute target durationNicolas Martyanoff2014-07-10
* Merge commit '34e2ce5dde073244ccb2b62f930e96fe612690f7'Michael Niedermayer2014-05-17
|\
| * hlsenc: Set the default codecs to AAC and H264Martin Storsjö2014-05-17
* | Merge commit '7266e24f176389d2e81bfc7c829934f7c8ae361c'Michael Niedermayer2014-04-30
|\|
| * hls: Sync the file number with the start sequenceLuca Barbato2014-04-30
* | Merge commit 'a16431034d9bd44182bf844d6bbde2c98bc4e6b5'Michael Niedermayer2014-04-30
|\|
| * hls: Factor the sequence computationLuca Barbato2014-04-30
* | Merge commit 'c7603b3c243331057300337a61464e6ac4a605cb'Michael Niedermayer2014-04-30
|\|
| * hls: Print start_number as first sequence valueLuca Barbato2014-04-30
* | Merge commit '344f7b5a7e0d50573dec402dfe6228676f3889d9'Michael Niedermayer2014-04-30
|\|
| * hls: Report the current media sequenceLuca Barbato2014-04-30
* | Merge commit '5a70a783f04919514efec7751d710b64d8975fd7'Michael Niedermayer2014-04-29
|\|
| * hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato2014-04-29
* | avformat/hlsenc: remove unneeded l prefix from %lfMichael Niedermayer2014-04-03
* | hlsenc: added floating point time support.Senthilnathan M2014-04-02
* | HLS: Handle the case when hls_list_size=0. Playlist file should contain all t...Senthilnathan M2014-03-01
* | avformat/hlsenc: copy metadataMichael Niedermayer2013-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\|
| * 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
* | Merge commit '09c93b1b957f2049ea5fd8fb0e6f4d82680172f2'Michael Niedermayer2013-08-16
|\|
| * hlsenc: Append the last incomplete segment when closing the outputStefano Sabatini2013-08-15
* | lavf/hlsenc: fix bogus hls segment index rewrapping logicCarl Eugen Hoyos2013-06-06
* | Merge commit 'cf679b9476727a237c8006c685ace18acba149ab'Michael Niedermayer2013-04-28
|\|
| * hls, segment: fix splitting for audio-only streams.Anton Khirnov2013-04-27
* | lavf/hlsenc: append last incomplete segment when closing the outputStefano Sabatini2013-01-21
* | Merge commit '92e354b655613b88c3c202a7e19e7037daed37eb'Michael Niedermayer2013-01-09
|\|
| * hlsenc: Make the start_number option set the right variableKanglin2013-01-08
* | Merge commit '30a76487304e7250294c9c0e9fa179bf07fd822a'Michael Niedermayer2012-12-30
|\|
| * hlsenc: make segment number unsignedLuca Barbato2012-12-29
| * hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin2012-12-29
* | Merge commit '9b1370aced385698bc783747917544ab69ecb373'Michael Niedermayer2012-12-30
|\|
| * hlsenc: do not add timestamps in different timebasesLuca Barbato2012-12-29
| * hlsenc: use the correct AV_TIME_BASE macroKanglin2012-12-29
* | Merge commit '0448f26c97c5ab4858d31e456a4f1738ae783242'Michael Niedermayer2012-12-30
|\|
| * 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
* | Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer2012-12-30
|\|
| * 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
* | Merge commit 'f5f1cf52240759208b42477e2157a7b4409ade10'Michael Niedermayer2012-12-24
|\|
| * hlsenc: correctly report target durationLuca Barbato2012-12-23
* | lavf/hlsenc: reuse pattern string, rather than redefining itStefano Sabatini2012-12-22