index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
segment.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
avformat/segment: use time_internal.h, simplify code
Michael Niedermayer
2014-11-02
1
-4
/
+1
*
|
hlsenc.c, segment.c: propagate defaults to mpegts
Mika Raento
2014-10-17
1
-0
/
+1
*
|
Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'
Michael Niedermayer
2014-10-07
1
-0
/
+1
|
\
\
|
|
/
|
*
lavf: Set the stream time base hint properly for chained muxers
Martin Storsjö
2014-10-06
1
-0
/
+1
|
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
|
lavf/segment: abort in case of invalid segment format options
Stefano Sabatini
2014-09-08
1
-1
/
+4
*
|
lavf/segment: add segment_format_options option
Stefano Sabatini
2014-09-07
1
-2
/
+23
*
|
segment: fix copying stream metadata
Mika Raento
2014-09-02
1
-0
/
+1
*
|
segment: use mpegts_flags instead of the deprecated resend_headers option
Mika Raento
2014-09-02
1
-1
/
+1
*
|
avformat/segment: Use avformat_alloc_output_context2()
Michael Niedermayer
2014-09-02
1
-4
/
+5
*
|
segment: don't access outside seg->frames array
Mika Raento
2014-09-02
1
-1
/
+1
*
|
avformat/segment: re-interleave packets if needed
Michael Niedermayer
2014-07-24
1
-1
/
+1
*
|
avformat/mux: support re-interleaving packets in ff_write_chained()
Michael Niedermayer
2014-07-24
1
-1
/
+1
*
|
lavf/segment: sanitize segment end time in case last packet do not have a def...
Stefano Sabatini
2014-07-22
1
-0
/
+6
*
|
lavf/segment: do not allow to create segments with no key-frames
Stefano Sabatini
2014-07-22
1
-8
/
+9
*
|
lavf/segment: set segment end time when the first packet arrives
Stefano Sabatini
2014-07-17
1
-0
/
+2
*
|
lavf/segment: fix weird indent
Stefano Sabatini
2014-07-17
1
-4
/
+4
*
|
lavf/segment: show incoming packet duration in debug message
Stefano Sabatini
2014-07-17
1
-1
/
+2
*
|
lavf/segment: only use reference frames for computing the segment end time
Stefano Sabatini
2014-07-17
1
-1
/
+1
*
|
libavformat/segment: change segment_list_size behavior to match hls_list_size...
Simon Thelen
2014-07-17
1
-1
/
+1
*
|
avformat/segment: remove gettimeofday() use, remove sys/time.h
Michael Niedermayer
2014-07-08
1
-6
/
+6
*
|
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
[prev]
[next]