index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
dashenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/internal: Don't include avcodec.h
Andreas Rheinhardt
2022-09-26
1
-0
/
+2
*
avformat/internal: Move muxing-only functions to new mux.h header
Andreas Rheinhardt
2022-05-10
1
-0
/
+1
*
configure: Use a separate config_components.h header for $ALL_COMPONENTS
Martin Storsjö
2022-03-16
1
-0
/
+1
*
dash: convert to new channel layout API
Vittorio Giovara
2022-03-15
1
-1
/
+1
*
avformat: introduce AVFormatContext io_close2 which returns an int
Marton Balint
2021-12-12
1
-0
/
+1
*
avformat/dashenc: Don't use stack packet
Andreas Rheinhardt
2021-11-27
1
-3
/
+1
*
avformat/avformat: Add AVStream parameter to check_bitstream() sig
Andreas Rheinhardt
2021-11-27
1
-5
/
+7
*
avformat/dashenc: enabling streaming and hls_playlist for lhls
Zhao Zhili
2021-11-05
1
-4
/
+4
*
avformat/dashenc: enabling streaming automatically for ldash
Zhao Zhili
2021-11-05
1
-2
/
+2
*
avformat/dashenc: Fix comparing double with 0
Limin Wang
2021-11-03
1
-1
/
+1
*
avformat: Avoid allocation for AVStreamInternal
Andreas Rheinhardt
2021-09-17
1
-4
/
+4
*
avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h
Andreas Rheinhardt
2021-07-29
1
-0
/
+1
*
Fix double write of DASH manifest in streaming mode
Kevin LaFlamme
2021-07-14
1
-2
/
+5
*
dashenc: Write out DASH manifest immediately in streaming mode
Kevin LaFlamme
2021-06-14
1
-0
/
+8
*
avformat/dashenc: use av_match_ext()
Limin Wang
2021-06-14
1
-13
/
+3
*
Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams"
Valerii Zapodovnikov
2021-06-08
1
-5
/
+1
*
lavf/dashenc.c: Fix creating audio-only HLS playlists
Przemysław Sobala
2021-06-01
1
-54
/
+85
*
avio: do not export avpriv_io_{move,delete}
Anton Khirnov
2021-05-22
1
-1
/
+1
*
avformat: Constify all muxer/demuxers
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avutil/buffer: Switch AVBuffer API to size_t
Andreas Rheinhardt
2021-04-27
1
-2
/
+2
*
avformat/dashenc: Remove deprecated min_seg_duration option
Andreas Rheinhardt
2021-04-27
1
-12
/
+0
*
avformat: use the buffer_size_t typedef where required
James Almer
2021-03-10
1
-2
/
+3
*
libavformat/dashenc: Reduce confusion in par error message
Chris Miceli
2020-08-31
1
-1
/
+1
*
libavformat/dashenc.c: Support mpd update period
Siyuan Huang
2020-07-09
1
-0
/
+4
*
avformat/dashenc: Calculate average bitrate for adaptation sets in static man...
Przemysław Sobala
2020-06-22
1
-8
/
+16
*
Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate"
Przemysław Sobala
2020-06-22
1
-1
/
+1
*
avformat/dashenc: Add hls_master_name option
Przemysław Sobala
2020-06-15
1
-3
/
+5
*
avformat/dashenc: use AVStream timebase when computing missing bitrate
Przemysław Sobala
2020-06-01
1
-1
/
+1
*
avformat/dashenc: remove the arbitrary restrictions for filename
Limin Wang
2020-05-01
1
-17
/
+9
*
avformat/dashenc: use av_reallocp_array()
Limin Wang
2020-04-29
1
-1
/
+1
*
avformat/dashenc: use local variable and avoid calculate duration multiple times
Limin Wang
2020-04-29
1
-9
/
+5
*
avformat/dashenc: cosmetics
Limin Wang
2020-04-29
1
-14
/
+14
*
avformat: only allow a single bitstream filter when muxing
Marton Balint
2020-04-26
1
-4
/
+2
*
avformat/dashenc: add missing startWithSap attribute to AdaptationSet elements
James Almer
2020-04-20
1
-1
/
+1
*
avformat/dashenc: add a PlaybackRate element
James Almer
2020-04-20
1
-2
/
+16
*
avformat/dashenc: add a maxSegmentDuration attribute to the Manifest
James Almer
2020-04-20
1
-0
/
+6
*
avformat/dashenc: fix typo in ProducerReferenceTime elements
James Almer
2020-04-15
1
-1
/
+1
*
avformat: add subtitle support in master playlist m3u8
Limin Wang
2020-04-08
1
-1
/
+1
*
avformat/dashenc: use a quieter log lever when informing prft was automatical...
James Almer
2020-02-26
1
-1
/
+1
*
avformat/dashenc: always attempt to enable prft in ldash mode
James Almer
2020-02-22
1
-1
/
+7
*
avformat/dashenc: write a capture time Producer Reference Time element when n...
James Almer
2020-02-22
1
-13
/
+37
*
avformat/dashenc: write the styp box when the first frame of a segment is ready
James Almer
2020-02-22
1
-7
/
+3
*
avformat/dashenc: warn if Producer Reference Time element option is missing w...
James Almer
2020-02-17
1
-0
/
+4
*
avformat/dashenc: disable Resync elements when using DVB-DASH profile
James Almer
2020-02-17
1
-2
/
+2
*
avformat/dashenc: always set coding_dependency to 1 if a parser isn't used
James Almer
2020-02-16
1
-2
/
+4
*
avformat/dashenc: include an availabilityTimeComplete element in all streamin...
James Almer
2020-02-16
1
-2
/
+1
*
avformat/dashenc: add Trick Mode support for AdaptationSets
James Almer
2020-02-16
1
-10
/
+61
*
avformat/dashenc: make AdaptationSet id an integer value
James Almer
2020-02-16
1
-6
/
+14
*
avformat/dashenc: use AV_OPT_TYPE_DICT for http_opts
Marton Balint
2020-02-03
1
-4
/
+3
*
dashenc: check pts to prevent division by zero error
Alfred E. Heggestad
2020-01-31
1
-1
/
+1
[next]