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
/
segment.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
avformat/segment: simplify localtime* use
Michael Niedermayer
2014-07-07
1
-7
/
+4
*
|
avformat/segment: Support cutting at clocktime
Deti fliegl
2014-07-07
1
-2
/
+35
*
|
avformat/segment: Use av_malloc_array()
Michael Niedermayer
2014-05-05
1
-2
/
+2
*
|
Merge commit '87a3ea3192bf5e4aafa08bca8686a2b577eae818'
Michael Niedermayer
2014-04-30
1
-0
/
+3
|
\
\
|
|
/
|
*
segment: Report the current media sequence
Luca Barbato
2014-04-30
1
-0
/
+3
*
|
Merge commit '5c08ae4f37281441188447cd04dcaf7cd7ce031f'
Michael Niedermayer
2014-04-29
1
-5
/
+5
|
\
\
|
|
/
|
*
segment: Add an option to prepend a string to the list entries
Enrique Arizón Benito
2014-04-29
1
-0
/
+5
|
*
hls, segment: fix splitting for audio-only streams.
Anton Khirnov
2013-04-27
1
-5
/
+7
|
*
segment: fix NULL pointer dereference in seg_write_header()
Xi Wang
2012-11-14
1
-1
/
+1
*
|
avformat/HLS: modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS...
Willy Aubry
2014-03-03
1
-1
/
+6
*
|
lavf/segment: drop pointless variable oc from seg_write_packet()
Stefano Sabatini
2014-01-21
1
-4
/
+1
*
|
lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_pa...
Stefano Sabatini
2014-01-21
1
-6
/
+0
*
|
lavf/segment: increase logging level for message with segment start information
Stefano Sabatini
2013-12-18
1
-1
/
+1
*
|
lavf/segment: add a few log messages when avio_open2() fails
Stefano Sabatini
2013-11-25
1
-3
/
+9
*
|
lavf/segment: add segment_list_entry_prefix option
Stefano Sabatini
2013-11-25
1
-2
/
+19
*
|
lavf/segment: simplify logic and fix !=0 check on segment_end return value
Stefano Sabatini
2013-10-15
1
-5
/
+3
*
|
lavf/segment: log segments as they end to AV_LOG_VERBOSE
Billy Shambrook
2013-10-15
1
-0
/
+4
*
|
lavf/segment: simplify segment_count update
Stefano Sabatini
2013-10-15
1
-6
/
+4
*
|
Reinstate proper FFmpeg license for all files.
Thilo Borgmann
2013-08-30
1
-4
/
+4
*
|
lavf/segment: use AV_OPT_TIME_DURATION for time_delta
Stefano Sabatini
2013-07-11
1
-11
/
+1
*
|
lavf/segment: reindent after last commit
Stefano Sabatini
2013-07-11
1
-18
/
+17
*
|
lavf/segment: add initial_offset option
Stefano Sabatini
2013-07-11
1
-5
/
+9
*
|
segment: copy metadata
Michael Niedermayer
2013-03-18
1
-0
/
+1
*
|
lavf/segment: add support to ffconcat segment list
Stefano Sabatini
2013-03-07
1
-3
/
+21
*
|
lavf/segment: fix DTS inconsistencies with -reset_timestamps
Stefano Sabatini
2013-02-06
1
-6
/
+3
*
|
lavf/segment: extend PTS debugging log with -reset_timestamps
Stefano Sabatini
2013-02-06
1
-5
/
+9
*
|
lavf/segment: use correct spelling and value for EXT-X-ALLOW-CACHE tag
Carl Eugen Hoyos
2013-02-03
1
-2
/
+2
*
|
lavf/segment: exit immediately in case of invalid stream specifier
Stefano Sabatini
2013-01-23
1
-1
/
+1
*
|
lavf/segment: avoid failure in case -flags +live and -segment_times/frames ar...
Stefano Sabatini
2013-01-23
1
-7
/
+0
*
|
lavf/segment: drop now pointless segment_list_close() function
Stefano Sabatini
2013-01-23
1
-9
/
+3
*
|
lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of stream
Stefano Sabatini
2013-01-23
1
-5
/
+5
*
|
lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in ...
Stefano Sabatini
2013-01-22
1
-1
/
+1
*
|
lavf/segment: do not auto-select a video stream with attached_pic disposition
Stefano Sabatini
2013-01-19
1
-1
/
+3
*
|
lavf/segment: move reference stream selection code to a dedicated function
Stefano Sabatini
2013-01-19
1
-48
/
+57
*
|
lavf/segment: remove now unused field list_max_segment_time
Stefano Sabatini
2013-01-19
1
-4
/
+0
*
|
lavf/segment: add support to segment list file entries sliding window listing
Stefano Sabatini
2013-01-19
1
-18
/
+51
*
|
lavf/segment: add SegmentListEntry and use it
Stefano Sabatini
2013-01-19
1
-22
/
+47
*
|
lavf/segment: add segment_frames option
Stefano Sabatini
2012-12-28
1
-13
/
+99
*
|
lavf/segment: add reference_stream option
Stefano Sabatini
2012-12-28
1
-10
/
+55
*
|
lavf/segment: provide more debug feedback when a new segment starts
Stefano Sabatini
2012-12-14
1
-4
/
+10
*
|
lavf/segment: add missing flags to segmenter option constants
Stefano Sabatini
2012-12-14
1
-5
/
+7
*
|
lavf/segment: add segment_start_number option
Stefano Sabatini
2012-12-13
1
-0
/
+1
*
|
lavf/segment: add function set_segment_filename()
Stefano Sabatini
2012-12-13
1
-12
/
+18
*
|
lavf/segment: add reset_timestamps option
Stefano Sabatini
2012-12-11
1
-0
/
+25
*
|
lavf/segment: remove silly assert(), improve feedback
Stefano Sabatini
2012-12-09
1
-3
/
+7
*
|
lavf/segment: fix value for the M3U8 EXT-X-MEDIA
Stefano Sabatini
2012-11-20
1
-3
/
+1
*
|
lavf/segment: do not pre-increment segment_idx value
Stefano Sabatini
2012-11-20
1
-2
/
+3
*
|
lavf/segment: unbreak behavior for segment muxer
Stefano Sabatini
2012-11-20
1
-1
/
+1
*
|
lavf/segment: consistently use "seg" in segment_start()
Stefano Sabatini
2012-11-20
1
-8
/
+8
*
|
lavf/segment: do not copy codec_tag when not available
ChanMin Kim
2012-11-20
1
-1
/
+12
[prev]
[next]