92 Commits (9ae73d0644cde27d3d93d41a5d8bc94de853ea91)

Author SHA1 Message Date
  Derek Buitenhuis 9ae73d0644 hlsenc: Only write PAT/PMT once per segment 11 years ago
  DHE 76e3f8242d libavformat/hlsenc: Use of uninitialized memory unlinking old files 10 years ago
  Michael Niedermayer 8b47e10651 avformat/hlsenc: Fix the method command line parameter 10 years ago
  Michael Niedermayer 4cad4bd4ca avformat/hlsenc: Fix memleak of path 10 years ago
  Michael Niedermayer e3d8504fd0 avformat/hlsenc: Initialize vtt_oc to help static analyzers 10 years ago
  LiuQi a4055d3e5d avformat/hlsenc: add a use_localtime option to expand the segment filename with localtime 10 years ago
  Luca Barbato 2157df425b hlsenc: Support outputting specific versions 10 years ago
  Luca Barbato 72839fce64 hlsenc: Use AV_TIME_BASE units for all the computations 10 years ago
  Michael Niedermayer 29a43bd588 avformat/hlsenc: Fix wording in comment 10 years ago
  Anshul Maheshwari 379ddc6af4 avformat/hlsenc: Add WebVtt support in hls 10 years ago
  Christian Suloway 7e871d6999 avformat/hlsenc: removed empty/unused print_encryption_tag function 10 years ago
  Christian Suloway 907ac20aa2 avformat/hlsenc: added HLS encryption 10 years ago
  MrBoogs 4f2fcac290 avformat/hlsenc: do not append an endlist tag when the stream ends 10 years ago
  MrBoogs 572a8292cb avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity on startup 10 years ago
  MrBoogs 8fd01b4a79 avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, problems with floats on some devices 10 years ago
  Michael Niedermayer 6c9537b807 avformat/hlsenc: Warn if a non file protocol is used 11 years ago
  Michael Niedermayer e78a729163 avformat/hlsenc: Use ff_rename() only for local files 11 years ago
  Hendrik Leppkes da97e4c64a hlsenc: write playlist into a temp file and replace the original atomically 11 years ago
  Hendrik Leppkes 3fe26bb608 hlsenc: write playlist into a temp file and replace the original atomically 11 years ago
  Hendrik Leppkes ff48ae94f9 hlsenc: remove the AVIOContext for the playlist from the muxer context 11 years ago
  Hendrik Leppkes 28bf05e7b5 hlsenc: remove the AVIOContext for the playlist from the muxer context 11 years ago
  Michael Niedermayer aa6545e1f3 avformat/hlsenc: more robust error tests 11 years ago
  Michael Niedermayer bf3126db6a avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memory 11 years ago
  Michael Niedermayer b8eb8b0310 avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memory 11 years ago
  Christian Suloway 92a596f13b avformat/hlsenc: fix hls_write_trailer() on hls_start() failure 11 years ago
  Christian Suloway 97b65f6126 avformat/hlsenc: added segment file deletion 11 years ago
  Christian Suloway 1c639fa6e0 avformat/hlsenc: added segment filename option 11 years ago
  Michael Niedermayer 530eb6acf8 avformat/hlsenc: Free context after hls_append_segment 11 years ago
  Mika Raento 75c8d7c2b4 hlsenc.c, segment.c: propagate defaults to mpegts 11 years ago
  Martin Storsjö 28816050e4 lavf: Set the stream time base hint properly for chained muxers 11 years ago
  Joakim Roubert 55f03d8726 hlsenc: Add parameter -hls_allow_cache 11 years ago
  Michael Niedermayer 3f5095f213 avformat/hlsenc: fix outter typo 11 years ago
  Michael Niedermayer b1a0fccd02 avformat/hlsenc: export inner muxer timebase 11 years ago
  Joakim Roubert 3edb9aaea6 avformat/hlsenc: Added parameter -hls_allow_cache 11 years ago
  Steven Liu 2c21e8b1a4 lavf/hls: add hls_ts_option 11 years ago
  Mika Raento f685f7d7a8 hlsenc: single_file, support HLS ver 4 byteranges 11 years ago
  Nicolas Martyanoff 467e9d6186 avformat/hlsenc: add some empty lines to make the code easier to read 11 years ago
  Nicolas Martyanoff 706fcffce1 avformat/hlsenc: rename some identifers to make the code easier to read 11 years ago
  Nicolas Martyanoff 53f10e0368 avformat/hlsenc: Add some comments to make the code easier to read 11 years ago
  Nicolas Martyanoff 0c889da8cb avformat/hlsenc: fix cleanup after avformat_write_header() 11 years ago
  Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 11 years ago
  Nicolas Martyanoff 6cc1fec412 avformat/hlsenc: correctly compute target duration 11 years ago
  Martin Storsjö 34e2ce5dde hlsenc: Set the default codecs to AAC and H264 11 years ago
  Luca Barbato 7266e24f17 hls: Sync the file number with the start sequence 11 years ago
  Luca Barbato a16431034d hls: Factor the sequence computation 11 years ago
  Luca Barbato c7603b3c24 hls: Print start_number as first sequence value 11 years ago
  Luca Barbato 344f7b5a7e hls: Report the current media sequence 11 years ago
  Luca Barbato 5a70a783f0 hls: Add an option to prepend a baseurl to the playlist entries 12 years ago
  Michael Niedermayer f359bac27c avformat/hlsenc: remove unneeded l prefix from %lf 12 years ago
  Senthilnathan M 96b8e7a9cd hlsenc: added floating point time support. 12 years ago