summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/dashenc: Used the movenc option skip_sidx instead of global_sidxkjeyapal@akamai.com2018-12-111-1/+1
* lavf/dashenc: Write media trailers when DASH trailer is written.Andrey Semashev2018-12-041-25/+60
* Revert "lavf/dashenc: Write media trailers when DASH trailer is written."Karthick J2018-12-031-58/+24
* lavf/dashenc: Use avpriv_io_delete to delete files.Andrey Semashev2018-12-031-2/+7
* lavf/dashenc: Write media trailers when DASH trailer is written.Andrey Semashev2018-12-031-24/+58
* avformat/dashenc: Added proper logging when io_open fails for writeKarthick J2018-12-031-6/+13
* avformat/dashenc: Added an option to ignore io errorskjeyapal@akamai.com2018-12-021-6/+11
* avformat/dashenc: Handled the error from dashenc_io_open()kjeyapal@akamai.com2018-12-021-1/+5
* lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.Andrey Semashev2018-12-021-0/+12
* lavf/dashenc: Don't put non-mp4 streams in HLS manifests.Andrey Semashev2018-12-021-1/+12
* lavf/dashenc: Fix segment duration overflow on fine time bases.Andrey Semashev2018-11-231-3/+3
* avformat/dashenc : Handled error from ff_http_do_new_request() cleanlykjeyapal@akamai.com2018-11-221-1/+7
* lavf/dashenc: Fix AVDictionary leaks in case of various init errors.Andrey Semashev2018-11-211-6/+7
* lavf/dashenc: Add support for format-specific file extensions.Andrey Semashev2018-11-211-13/+35
* lavf/dashenc: Add DASH segment type auto and make it the defaultAndrey Semashev2018-11-211-18/+54
* lavf/dashenc: set FLAC manifest codec string to "flac"Jan Ekström2018-11-141-0/+1
* avformat/dashenc: Disable writing CODECS tag for HEVC streamskjeyapal@akamai.com2018-11-021-1/+5
* avformat/dashenc: Support HTTP persistent for init segments as wellkjeyapal@akamai.com2018-10-261-2/+5
* avformat/dashenc: URL close unconditionally after DELETE segmentskjeyapal@akamai.com2018-10-211-1/+1
* avformat/dashenc: Support HTTP Persistent for master.m3u8 as wellkjeyapal@akamai.com2018-10-211-5/+6
* avformat/dashenc: Dont ignore the codec tag from codec parametersKarthick Jeyapal2018-10-181-1/+3
* avformat/dashenc: only write video streams into HLS master playlistJian Yang2018-10-111-1/+3
* avformat/dashenc: Reduce Muxing overhead for chunked CMAF formatKarthick Jeyapal2018-09-191-1/+1
* avformat/dashenc: Format VP9 profile as decimal instead of HexadecimalJames Almer2018-09-171-1/+1
* avformat/dashenc: Format VP9 bitdepth as decimal instead of HexadecimalKarthick Jeyapal2018-09-171-1/+1
* avformat/dashenc: Format VP9 level as decimal instead of hexadecimalKarthick Jeyapal2018-09-171-1/+1
* avformat/dashenc: Remove muxer overhead from Bandwidth field in DASH manifestKarthick Jeyapal2018-09-111-1/+1
* avformat/dashenc: Add CODECS tag to HLS master playlistKarthick Jeyapal2018-09-111-1/+12
* libavformat/dashenc: Fix relative URI of HLS master playlistAntonio Morell2018-07-301-1/+1
* avformat/dashenc: Added a warning for incorrect segment name extensionKarthick Jeyapal2018-05-281-0/+21
* avformat/dashenc: Added option for Segment file formatKarthick Jeyapal2018-05-281-28/+39
* avformat/dashenc: configuring container format optionsVishwanath Dixit2018-05-151-0/+7
* lavf/dashenc: pass standards compliance value to the internal contextJan Ekström2018-05-031-4/+5
* lavf/dashenc: require experimental mode to be enabled for WebMJan Ekström2018-05-031-0/+10
* lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs2018-05-031-7/+7
* avformat/dashenc: Set mp4 as the default format for VP9Karthick Jeyapal2018-04-261-2/+1
* avformat/dashenc: Set VP9 codec string with profile, level and bitdepthKarthick Jeyapal2018-04-261-6/+28
* avformat/dashenc: change the hls version from 6 to 7Steven Liu2018-04-201-1/+1
* avformat/dashenc: addition of segment index correction logicVishwanath Dixit2018-04-171-5/+26
* avformat/dashenc: addition of muxer overhead for @bandwidth param in MPDVishwanath Dixit2018-04-171-1/+1
* avformat/dashenc: constructing MPD's bandwidth string locallyVishwanath Dixit2018-04-171-11/+9
* avformat/dashenc: addition of muxer overhead in master playlist's bandwidthVishwanath Dixit2018-04-171-2/+5
* avformat/dashenc: logic to compute muxer overheadVishwanath Dixit2018-04-171-0/+10
* avformat/dashenc: addition of @availabilityTimeOffset in MPDVishwanath Dixit2018-04-171-1/+13
* avformat/dashenc: setting @availabilityStartTime when the first frame is readyVishwanath Dixit2018-04-171-3/+4
* avformat/dashenc: removed 'write_manifest' call from 'write_header'Vishwanath Dixit2018-04-171-3/+0
* avformat/dashenc: writing average segment duration for @duration in template ...Vishwanath Dixit2018-04-171-1/+1
* avformat/dashenc: segmentation at the configured segment duration rateVishwanath Dixit2018-04-171-2/+11
* avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'Vishwanath Dixit2018-04-171-5/+18
* lavf/dashenc: remove unneeded call to dash_freeRodger Combs2018-03-181-3/+1