86 Commits (36e17d994edcf4095f7805842d2e12228cbe784f)

Author SHA1 Message Date
Michael Niedermayer 29a43bd588 avformat/hlsenc: Fix wording in comment 9 years ago
Anshul Maheshwari 379ddc6af4 avformat/hlsenc: Add WebVtt support in hls 9 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 10 years ago
Michael Niedermayer e78a729163 avformat/hlsenc: Use ff_rename() only for local files 10 years ago
Hendrik Leppkes da97e4c64a hlsenc: write playlist into a temp file and replace the original atomically 10 years ago
Hendrik Leppkes 3fe26bb608 hlsenc: write playlist into a temp file and replace the original atomically 10 years ago
Hendrik Leppkes ff48ae94f9 hlsenc: remove the AVIOContext for the playlist from the muxer context 10 years ago
Hendrik Leppkes 28bf05e7b5 hlsenc: remove the AVIOContext for the playlist from the muxer context 10 years ago
Michael Niedermayer aa6545e1f3 avformat/hlsenc: more robust error tests 10 years ago
Michael Niedermayer bf3126db6a avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer b8eb8b0310 avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Christian Suloway 92a596f13b avformat/hlsenc: fix hls_write_trailer() on hls_start() failure 10 years ago
Christian Suloway 97b65f6126 avformat/hlsenc: added segment file deletion 10 years ago
Christian Suloway 1c639fa6e0 avformat/hlsenc: added segment filename option 10 years ago
Michael Niedermayer 530eb6acf8 avformat/hlsenc: Free context after hls_append_segment 10 years ago
Mika Raento 75c8d7c2b4 hlsenc.c, segment.c: propagate defaults to mpegts 10 years ago
Martin Storsjö 28816050e4 lavf: Set the stream time base hint properly for chained muxers 10 years ago
Joakim Roubert 55f03d8726 hlsenc: Add parameter -hls_allow_cache 10 years ago
Michael Niedermayer 3f5095f213 avformat/hlsenc: fix outter typo 10 years ago
Michael Niedermayer b1a0fccd02 avformat/hlsenc: export inner muxer timebase 10 years ago
Joakim Roubert 3edb9aaea6 avformat/hlsenc: Added parameter -hls_allow_cache 10 years ago
Steven Liu 2c21e8b1a4 lavf/hls: add hls_ts_option 10 years ago
Mika Raento f685f7d7a8 hlsenc: single_file, support HLS ver 4 byteranges 10 years ago
Nicolas Martyanoff 467e9d6186 avformat/hlsenc: add some empty lines to make the code easier to read 10 years ago
Nicolas Martyanoff 706fcffce1 avformat/hlsenc: rename some identifers to make the code easier to read 10 years ago
Nicolas Martyanoff 53f10e0368 avformat/hlsenc: Add some comments to make the code easier to read 10 years ago
Nicolas Martyanoff 0c889da8cb avformat/hlsenc: fix cleanup after avformat_write_header() 10 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 10 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 11 years ago
Michael Niedermayer f359bac27c avformat/hlsenc: remove unneeded l prefix from %lf 11 years ago
Senthilnathan M 96b8e7a9cd hlsenc: added floating point time support. 11 years ago
Senthilnathan M 561bfce203 HLS: Handle the case when hls_list_size=0. Playlist file should contain all the segments. Fixes bug #3376. 11 years ago
Michael Niedermayer d780fdb904 avformat/hlsenc: copy metadata 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Carl Eugen Hoyos 9d86bfc259 hlsenc: Don't reset the number variable when wrapping 11 years ago
Stefano Sabatini 09c93b1b95 hlsenc: Append the last incomplete segment when closing the output 11 years ago
Carl Eugen Hoyos 75b9fb27f5 lavf/hlsenc: fix bogus hls segment index rewrapping logic 12 years ago
Anton Khirnov cf679b9476 hls, segment: fix splitting for audio-only streams. 12 years ago
Stefano Sabatini 4630dfd1eb lavf/hlsenc: append last incomplete segment when closing the output 12 years ago