402 Commits (84091cd029711fea75eca359b101124ff792e964)

Author SHA1 Message Date
Steven Liu f1c19867d7 avformat/hlsenc: remove unnecessary http/https shutdown status operate 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Gyan Doshi 1850c610e7 avformat/hlsenc: convey stream id to segment streams 3 years ago
Steven Liu 6cf55b9da2 avformat/hlsenc: deprecate hls_ts_options option 3 years ago
Steven Liu 38fbe6a34c avformat/hlsenc: add hls_segment_options correct the segment options name 3 years ago
Marton Balint 64834bb86a avformat: introduce AVFormatContext io_close2 which returns an int 3 years ago
Andreas Rheinhardt e38eaf4749 avformat/utils: Make ff_data_to_hex() zero-terminate the string 3 years ago
Andreas Rheinhardt 96fe44e2e8 avformat/hlsenc: Only write something if there is something to write 3 years ago
Andreas Rheinhardt 7596b6530d avformat/hlsenc: Remove nonsense memset 3 years ago
Limin Wang 0f5e1877ba avformat/hlsenc: add const for filename argument 3 years ago
Steven Liu c64d56a2f5 avformat/hlsenc: minus subtitle streams count when subtitle stream between video and audio streams 3 years ago
Steven Liu 5dc1b4b997 avformat/hlsenc: set http options before use delete http method 3 years ago
Andreas Rheinhardt fd101c9c3b avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h 3 years ago
Valerii Zapodovnikov ab658db4d0 libavformat/hlsenc: fix typos in comments 4 years ago
Steven Liu 59032494e8 Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe" 4 years ago
Gyan Doshi 8ab2bb81b2 avformat/hlsenc: correct log text and supply packet details 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 2086d635c3 avformat/hlsenc: Remove deprecated localtime options 4 years ago
Andreas Rheinhardt 41181bc4a0 avformat/hlsenc: Remove deprecated wrap option 4 years ago
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
Limin Wang 38caef3876 avformat/hlsenc: use AV_OPT_TYPE_DURATION 4 years ago
Zhao Zhili 1775688292 avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higher 4 years ago
Limin Wang bf1cc9a43b avformat/hlsenc: reindent the code 4 years ago
Nikola Pajkovsky 3ffed80eba hlsenc: expand hls_fmp4_init_filename with strftime() 4 years ago
Vignesh Ravichandran 45a673ebee avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HLS playlist 4 years ago
Andreas Rheinhardt fe2be5d9ce avformat/hlsenc: Fix check for SPS 4 years ago
Andreas Rheinhardt c4f65611bc avformat/hlsenc: Fix mixed declaration and code 4 years ago
Andreas Rheinhardt 1ba174f461 avformat/hlsenc: Don't use uninitialized buffer in av_stristr() 4 years ago
Andreas Rheinhardt 96ad55df5b avformat/hlsenc: Fix extradata length check 4 years ago
Steven Liu a2b1dd0ce3 avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INF 4 years ago
Steven Liu b5ca8f2c66 avformat/hlsenc: compute video_keyframe_size after write keyframe 4 years ago
Steven Liu a424671e4f avformat/hlsenc: process hls_time value too small sence 4 years ago
Steven Liu 40597add98 avformat/hlsenc: write temp file for append single file by encryption mode 4 years ago
Marton Balint b2318c1e53 avformat/hlsenc: increase initial program date time precision 4 years ago
Steven Liu 73fe0cbb94 avformat/hlsenc: check fragment size plus start_pos large than hls_segment_size 4 years ago
Andrey Semashev 93a435dd4b libavformat/hlsenc: Remove duplicate close of the output stream. 4 years ago
Limin Wang 0e10f54585 avformat/hlsenc: simplify code to pass s directly 4 years ago
Limin Wang fdda832603 avformat/hlsenc: fix av_bprint_finalize() usage 4 years ago
Limin Wang db92efd83e avformat/hlsenc: use proper error codes 4 years ago
Andreas Rheinhardt 19a876fd69 avformat/hlsenc: Always treat numbers as decimal 4 years ago
Andreas Rheinhardt 6c70f89813 avformat/hlsenc, hlsplaylist: Cosmetics 5 years ago
Andreas Rheinhardt 4fbcb69707 avformat/hlsenc: Avoid duplicating strings when parsing 5 years ago
Andreas Rheinhardt c1638bfae1 avformat/hlsenc: Don't unnecessarily duplicate baseurl string 5 years ago
Andreas Rheinhardt 3ab6a923d1 avformat/hlsenc: Don't segfault on uncommon names 5 years ago
Steven Liu ba436c1586 avformat/hlsenc: free options fix memleak in hls_write_trailer 5 years ago
Steven Liu 76eaca43be avformat/hlsenc: fix filename memleak in hls_write_packet 5 years ago
Steven Liu e684d07ac6 avformat/hlsenc: move number out of hls_start 5 years ago
Andreas Rheinhardt 6db81e93a9 avformat/hlsenc: Simplify setting base_output_dirname 5 years ago
Andreas Rheinhardt 21553d2082 avformat/hlsenc: Simplify setting basename with av_asprintf() 5 years ago
Andreas Rheinhardt 6b44f6839d avformat/hlsenc: Simplify setting subtitle basename with av_asprintf 5 years ago