summaryrefslogtreecommitdiffstats
path: root/libavformat/hlsenc.c
Commit message (Expand)AuthorAgeFilesLines
* hlsenc: Only write PAT/PMT once per segmentDerek Buitenhuis2015-11-021-1/+9
* libavformat/hlsenc: Use of uninitialized memory unlinking old filesDHE2015-10-031-12/+17
* avformat/hlsenc: Fix the method command line parameterMichael Niedermayer2015-09-141-11/+31
* avformat/hlsenc: Fix memleak of pathMichael Niedermayer2015-09-031-2/+4
* avformat/hlsenc: Initialize vtt_oc to help static analyzersMichael Niedermayer2015-09-031-1/+1
* avformat/hlsenc: add a use_localtime option to expand the segment filename wi...LiuQi2015-09-021-4/+25
* avformat/hlsenc: Fix wording in commentMichael Niedermayer2015-07-261-1/+1
* avformat/hlsenc: Add WebVtt support in hlsAnshul Maheshwari2015-07-261-10/+192
* avformat/hlsenc: removed empty/unused print_encryption_tag functionChristian Suloway2015-06-161-4/+0
* avformat/hlsenc: added HLS encryptionChristian Suloway2015-06-161-2/+116
* avformat/hlsenc: do not append an endlist tag when the stream endsMrBoogs2015-05-171-1/+3
* avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity o...MrBoogs2015-05-171-2/+8
* avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, p...MrBoogs2015-05-171-1/+7
* avformat/hlsenc: Warn if a non file protocol is usedMichael Niedermayer2015-02-231-0/+4
* avformat/hlsenc: Use ff_rename() only for local filesMichael Niedermayer2015-02-211-2/+4
* hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes2015-02-211-1/+5
* hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes2015-02-201-15/+13
* avformat/hlsenc: more robust error testsMichael Niedermayer2015-01-111-3/+3
* avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-161-2/+2
* avformat/hlsenc: fix hls_write_trailer() on hls_start() failureChristian Suloway2014-12-161-4/+6
* avformat/hlsenc: added segment file deletionChristian Suloway2014-12-101-4/+86
* avformat/hlsenc: added segment filename optionChristian Suloway2014-12-061-16/+24
* avformat/hlsenc: Free context after hls_append_segmentMichael Niedermayer2014-11-161-1/+2
* hlsenc.c, segment.c: propagate defaults to mpegtsMika Raento2014-10-171-4/+6
* Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer2014-10-071-0/+1
|\
| * lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-061-0/+1
* | Merge commit '55f03d872640175a00bfa262da4652b7312b905f'Michael Niedermayer2014-10-031-1/+0
|\ \ | |/
| * hlsenc: Add parameter -hls_allow_cacheJoakim Roubert2014-10-031-0/+5
* | avformat/hlsenc: fix outter typoMichael Niedermayer2014-09-291-2/+2
* | avformat/hlsenc: export inner muxer timebaseMichael Niedermayer2014-09-281-1/+7
* | avformat/hlsenc: Added parameter -hls_allow_cacheJoakim Roubert2014-09-281-0/+6
* | lavf/hls: add hls_ts_optionSteven Liu2014-09-161-2/+20
* | hlsenc: single_file, support HLS ver 4 byterangesMika Raento2014-09-151-12/+52
* | avformat/hlsenc: add some empty lines to make the code easier to readNicolas Martyanoff2014-07-311-0/+7
* | avformat/hlsenc: rename some identifers to make the code easier to readNicolas Martyanoff2014-07-311-27/+27
* | avformat/hlsenc: Add some comments to make the code easier to readNicolas Martyanoff2014-07-311-1/+2
* | avformat/hlsenc: fix cleanup after avformat_write_header()Nicolas Martyanoff2014-07-291-1/+1
* | avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer2014-07-241-1/+1
* | avformat/hlsenc: correctly compute target durationNicolas Martyanoff2014-07-101-1/+1
* | Merge commit '34e2ce5dde073244ccb2b62f930e96fe612690f7'Michael Niedermayer2014-05-171-2/+2
|\ \ | |/
| * hlsenc: Set the default codecs to AAC and H264Martin Storsjö2014-05-171-2/+2
* | Merge commit '7266e24f176389d2e81bfc7c829934f7c8ae361c'Michael Niedermayer2014-04-301-4/+1
|\ \ | |/
| * hls: Sync the file number with the start sequenceLuca Barbato2014-04-301-4/+1
* | Merge commit 'a16431034d9bd44182bf844d6bbde2c98bc4e6b5'Michael Niedermayer2014-04-301-3/+3
|\ \ | |/
| * hls: Factor the sequence computationLuca Barbato2014-04-301-3/+3
* | Merge commit 'c7603b3c243331057300337a61464e6ac4a605cb'Michael Niedermayer2014-04-301-3/+6
|\ \ | |/
| * hls: Print start_number as first sequence valueLuca Barbato2014-04-301-3/+6
* | Merge commit '344f7b5a7e0d50573dec402dfe6228676f3889d9'Michael Niedermayer2014-04-301-0/+3
|\ \ | |/
| * hls: Report the current media sequenceLuca Barbato2014-04-301-0/+3
OpenPOWER on IntegriCloud