ffmpeg | branch: master | Bela Bodecs | Sun Jan 19
23:01:32 2020 +0100| [8c3e9c9cbb725b6fdfe008ded702f3dd8025a58d] | committer:
Steven Liu
avformat/hlsenc: fix default AES key file url with variant streams
Currently when hls_enc is active and there are multiple variant stream
outputs, default
ffmpeg | branch: master | Bela Bodecs | Sat Jan 18
17:41:55 2020 +0100| [dd5c7378bb92f174e7b3b36df3d7685ed60f29c6] | committer:
Steven Liu
avformat/hlsenc: program_date_time and append_list flags conflict
When program_date_time flag is present, in m3u8 playlist file each
segment has a
ffmpeg | branch: master | Bela Bodecs | Mon Jul 1
10:24:21 2019 +0800| [1476d82e7330623e2f105ff0f4a6d315325d7880] | committer:
Steven Liu
avformat/hlsenc: changing all filename length to MAX_URL_SIZE
Throughout hlsenc code, all filename related buffer lengths are set
hardcoded as 1024. This
ffmpeg | branch: master | Bela Bodecs | Fri Jun 28
13:54:27 2019 +0800| [098ab932579ea6d81e0b928f09b425fdd00a2890] | committer:
Steven Liu
avformat/hlsenc: temp_file usage for master playlist and vtt playlist
currently master playlist and subtitle playlist creation does not use
temporary
ffmpeg | branch: master | Bela Bodecs | Sat Jun 22
15:55:54 2019 +0200| [2045dd0050f1ef0df348e11bd44657c2475aa7c3] | committer:
Steven Liu
avformat/hlsenc: better error log message for var_stream_map content
When multiple variant streams are specified by var_stream_map option,
%v is expected
ffmpeg | branch: master | Bela Bodecs | Wed Jun 19
10:25:36 2019 +0200| [1beeb3b877d00385c80b1750b45fa4f5e2d96301] | committer:
Steven Liu
avformat/hlsenc: better checking var_stream_map content
When multiple variant streams are specified by var_stream_map option,
implementation assumes that
ffmpeg | branch: master | Bela Bodecs | Fri Apr 13
12:11:32 2018 +0200| [3e1204b94d1ab586e4a5b1fc7c51559bc2447dcd] | committer:
Michael Niedermayer
avformat/utils: Stream specifier enhancement 2.
In some cases, mainly working with multiprogram mpeg-ts containers as
input, it would be handy to
ffmpeg | branch: master | Bela Bodecs | Sun Apr 1
23:29:14 2018 +0200| [37d0213968a2b58499f52dfe09c8d7a27d4c5a86] | committer:
Michael Niedermayer
avformat/utils: Stream specifier enhancement
Currently when specifying the program id you can only decide to select
all stream of the specified
ffmpeg | branch: master | Bela Bodecs | Wed Apr 11
22:33:02 2018 +0200| [a06175d7392326201a131fc09b3ea52617f310df] | committer:
Michael Niedermayer
fate: to test program sub stream selection by its type in mpegts
Signed-off-by: Bela Bodecs
Signed-off-by: Michael Niedermayer
> h
ffmpeg | branch: master | Bela Bodecs | Wed Apr 11
11:15:54 2018 +0800| [9825f77ac7ab102783aad4d2e0c42584a0dde466] | committer:
Steven Liu
avformat/hlsenc: fix handling of delete_segments when %v is present
When var_stream_map option is used, %v must appear either in segment
name template or
ffmpeg | branch: master | Bela Bodecs | Tue Apr 3
16:18:02 2018 +0200| [e54679b6c1def5a969d4a5c9db63b51efe7106d7] | committer:
Lou Logan
doc/filters: some more details and modified example to zmq/azmq
Info about default value of bind_address option and its abbreviated
version (b). Example
ffmpeg | branch: master | Bela Bodecs | Tue Mar 20
23:24:11 2018 +0100| [1b45e6db22d979baa410645a1d5ab575175f1eb7] | committer:
Nicolas George
avformat/unix: fix handling of EOF in case of SOCK_STREAM.
When recv() returns 0 in case of SOCK_STREAM type, it means EOF and with
this patch returns
ffmpeg | branch: master | Bela Bodecs | Mon Feb 19
21:36:25 2018 +0100| [85e6a33bdfddfc9532dc10079368649a23c2b6c4] | committer:
Steven Liu
hlsenc: Fixing HLS_TEMP_FILE usage with HLS_SECOND_LEVEL_SEGMENT_...
Currently using HLS_TEMP together with HLS_SECOND_LEVEL_SEGMENT_DURATION
or
ffmpeg | branch: master | Bela Bodecs | Mon Feb 13
07:33:48 2017 +0800| [2b9f92fcc5486361b63c4fab5a24c222dc8969ef] | committer:
Steven Liu
avformat/hlsenc: fix stream level metadata handling
hls-encoder currenlty does not provide stream level metadata to mpegts
muxer. This patch fixes track
ffmpeg | branch: master | Bela Bodecs | Thu Jan 5
13:21:13 2017 +0100| [4068f5fac7b84257b46c5050859332cd1bcdf3cc] | committer:
Michael Niedermayer
doc/muxers/hlsenc: typo hls_flag: discont_starts => discont_start
Signed-off-by: Bela Bodecs
Signed-off-by: Michael Niedermayer
>
ffmpeg | branch: master | Bela Bodecs | Thu Jan 5
19:25:38 2017 +0800| [4c63910bdbf04ce4ed80a870d676877fc031df5a] | committer:
Steven Liu
vformat/hlsenc: typo in default localtime pattern
in get_default_pattern_localtime_fmt the default pattern contains
%Y%m%d%H%I%S but the original
ffmpeg | branch: master | Bela Bodecs | Thu Jan 5
07:39:00 2017 +0800| [8c9c43fc43f824366798b38177b7ca7ad028feb9] | committer:
Steven Liu
avformat/hlsenc: bugfix in duplicate filename detection
A wrong, unitialized variable is used for testing. This patch fixes this
typo.
Signed-off-by
ffmpeg | branch: master | Bela Bodecs | Tue Jan 3
22:57:51 2017 +0800| [557c0df9a854350853ae0609a7728a4fb1ba3383] | committer:
Steven Liu
avformat/hlsenc: size and duration in segment filenames
1st:
This patch makes it possible to put actual segment file size (measured
in bytes) and/or
ffmpeg | branch: master | Bela Bodecs | Sun Jan 1
20:22:34 2017 +0800| [03a69bd897e49a636a7c2f044f74fb96288955d4] | committer:
Bela Bodecs
avformat/hlsenc: Duplicated segment filenames and use_localtime_mkdir
Current implementation of finding duplicate segment filenames may fail
if
ffmpeg | branch: master | Bela Bodecs | Sun Jan 1
11:00:45 2017 +0800| [8fd3e02eee87e0830fa7ab1dbb65160e5be76d20] | committer:
Bela Bodecs
libavformat/hlsenc: default segment name and use_localtime
in hlcenc.c, in the hls_write_header() function the default format
string for strftime
ffmpeg | branch: master | Bela Bodecs | Thu Dec 29
12:00:20 2016 +0800| [9ec52a0a9b086d8a916a580ad594c126cd810a45] | committer:
Bela Bodecs
libavformat/hlsenc: fix delete_segments when use_localtime_mkdir
When delete_segments hls_flag is specified, deleting old segments may
fail in certain
ffmpeg | branch: master | Bela Bodecs | Sat Dec 24
00:21:23 2016 +0100| [ce5c7260df2d66dd26a6fe9709cef66aa7139162] | committer:
Michael Niedermayer
flv demuxer supports live rtmp inputs but there is no any info about it in the
docs.
Signed-off-by: Bela Bodecs
Signed-off-by: Michael
ffmpeg | branch: master | Bela Bodecs | Mon Dec 26
18:14:40 2016 +0800| [e7fbd7018932aa349bf52a2bc8e1acd6da058a1b] | committer:
Bela Bodecs
avformat/hlsenc: detecting duplicated segment filenames
ffmpeg-devel
with use_localtime parameter hlsenc may produce identical filenames for
different
ffmpeg | branch: master | Bela Bodecs | Wed Jan 20
15:29:13 2016 +0100| [dec23859b040e2b76f6753789dbe7b47f2ecf497] | committer:
Michael Niedermayer
vf_scale: eval, param0 and param1 documentation
Documentation of eval, param0 and param1 parameters
Signed-off-by: Bela Bodecs
Signed-off-by
ffmpeg | branch: master | Bela Bodecs | Mon Jan 18
18:44:09 2016 +0100| [868a2ed568414b80d8b083f41293c65b73bf6091] | committer:
Michael Niedermayer
vf_scale: Detecting changes of incoming frame properties and dinamically
evaluate width and height expressions
Currently scale filter accepts
ffmpeg | branch: master | Bela Bodecs | Tue Jan 19
20:22:06 2016 +0100| [cc83177db4e08bb11908a8a8387859e2e8fcb162] | committer:
Michael Niedermayer
vf_overlay: handles expression evaluation of frame size change in
frame-by-frame evalutaion mode
vf_overlay video filter accepts expressions in
ffmpeg | branch: master | Bela Bodecs | Sat Oct 10
21:29:12 2015 +0200| [1f3a29e999b635fee913680402977eb1d51a8461] | committer:
Nicolas George
lavf/tee: allow multiple stream specifiers in select.
It makes possible to put multiple stream specifier into the select
option separated by comma.
eg
27 matches
Mail list logo