ffmpeg | branch: master | erankor | Tue Nov 8
17:14:07 2022 +0200| [6043352bd902665b3d598c9be4197e41858a2357] | committer:
Timo Rothenpieler
libx265: support ATSC A/53 captions
added a new option 'a53cc' (on by default, as in libx264) for rendering
AV_FRAME_DATA_A53_CC as hevc se
ffmpeg | branch: master | erankor | Thu Apr 7
11:33:56 2022 +0300| [4d52d8c9f6a7fb5c035aff8cfeb8774a1de1123c] | committer:
Zhao Zhili
movenc: add write_btrt option
supports forcing or disabling the writing of the btrt atom.
the default behavior is to write the atom only for mp4 mode.
Signed
ffmpeg | branch: master | erankor | Wed Jan 19
09:04:35 2022 +0200| [f23d3a5f8f7c85df985e6c374cfc99b3ca91aaf6] | committer:
Ronald S. Bultje
http: remove cache_redirect option
following 625ea2d, redirect caching is performed according to the http
response headers, there's no need to ha
ffmpeg | branch: master | erankor | Mon Jan 10
21:44:27 2022 +0200| [625ea2d2a901f8717c90bac286982774075557bd] | committer:
Ronald S. Bultje
http: honor response headers in redirect caching
add a dictionary that maps "src_url" -> "expiry;dst_url", the dictionary
is ch
ffmpeg | branch: master | erankor | Mon Dec 27
11:20:24 2021 +0200| [6348be83e8d16671dde07d299a6d6e973f94d3e2] | committer:
Ronald S. Bultje
http: make caching of redirect url optional
added "cache_redirect" option to http.
when enabled, requests issued after seek will use
ffmpeg | branch: master | erankor | Thu Dec 3
10:42:52 2020 +0200| [fde5593c7ce5288ae1333e9dc3ca4f95caa69444] | committer:
Marton Balint
avformat/http: support retry on connection error
Add 2 new options:
- reconnect_on_http_error - a list of http status codes that should be
retried. the
ffmpeg | branch: master | erankor | Thu Jun 14
14:06:14 2018 +0300| [3dc5aa36fbbd025d60baa948e1778fa2827615bf] | committer:
Michael Niedermayer
qt-faststart - print errors to stderr
instead of stdout
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | erankor | Mon Jun 11
14:45:11 2018 +0300| [c5e6c0b5f680bbcaa7a172b6b241f5a920df983a] | committer:
Michael Niedermayer
qt-faststart: add fate test for stco overflow
verify that the stco atom is upgraded to co64 when the addition of moov
size to the offsets results in
ffmpeg | branch: master | erankor | Fri Jun 1
09:55:45 2018 +0300| [dc16c9dd90593ffc3642d4a531b73ae6ea836a97] | committer:
Michael Niedermayer
qt-faststart - stco offset bug fix
when the last offsets in the stco atom are close to 4GB, the addition of
the moov atom size can overflow, causing
ffmpeg | branch: master | erankor | Wed Jun 13
11:48:20 2018 +0300| [ee09ffbfd2f744e796d6289523f396d830c025a3] | committer:
Michael Niedermayer
qt-faststart: add validation on ftyp atom size
avoid trying to allocate an unreasonably sized buffer on corrupt files
Signed-off-by: Michael
ffmpeg | branch: master | erankor | Tue May 29
16:18:05 2018 +0300| [500e6387116230c905b7a39baae7aa86d627a446] | committer:
Michael Niedermayer
qt-faststart - stricter input validations
1. validate the moov size before checking for cmov atom
2. avoid performing arithmetic operations on
ffmpeg | branch: master | erankor | Wed May 17
12:32:06 2017 +0300| [15bd309af8302661838150de1905acc4df386d19] | committer:
Michael Niedermayer
movenc: encryption with time code track fix
instead of deciding whether to encrypt based on the encryption scheme,
decide according to whether cenc
ffmpeg | branch: master | erankor | Wed May 3
11:50:15 2017 +0300| [2b06f2d2e24ccc4098f3ab40efd68e8f3f02b273] | committer:
Michael Niedermayer
ffmpeg: add enc_time_base option
add a per-stream option for setting the encoder timebase.
the following values are allowed:
0 - for video, use 1
ffmpeg | branch: master | erankor | Thu Jan 12
19:01:13 2017 +0200| [0101d2909550b751dfa5ea35b3a0ca5d9d5572cc] | committer:
Michael Niedermayer
mov: fix decryption with edit list
Retain the ranges of frame indexes when applying edit list in
mov_fix_index. The index ranges are then used to
ffmpeg | branch: master | erankor | Mon Jan 30
12:44:24 2017 +0200| [37557b28b9f5abc2043fbd000905899782141c62] | committer:
Michael Niedermayer
mov: add fate test for decryption with edit list
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | erankor | Mon Feb 22
16:41:06 2016 +0200| [dd34e89f313bb723bb5b535d399542a50c3436c3] | committer:
Michael Niedermayer
mov - support seek in encrypted mp4
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | erankor | Mon Dec 7
12:30:50 2015 +0200| [3f8564fe3c68a29a137ada2400bd9dcd3928bfb1] | committer:
Michael Niedermayer
avformat/mov: support cenc (common encryption)
support reading encrypted mp4 using aes-ctr, conforming to ISO/IEC
23001-7.
a new parameter was added
ffmpeg | branch: master | erankor | Tue Dec 22
09:20:34 2015 +0200| [18cd7891cb10474e94f650e52e7d5196692b70c1] | committer:
Michael Niedermayer
MAINTAINERS: add Eran Kornblau for aes_ctr and movenccenc
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | erankor | Mon Dec 7
11:58:41 2015 +0200| [23ac99dc17b0c4ff43bb56c1f8cbe7feb34bada5] | committer:
Michael Niedermayer
libavutil: add aes-ctr support
for supporting mp4 cenc encoding/decoding
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | erankor | Mon Dec 7
12:01:09 2015 +0200| [4469e8ebb2f370794c88aa51d528d1d899d29ddc] | committer:
Michael Niedermayer
movenc: support cenc (common encryption)
support writing encrypted mp4 using aes-ctr, conforming to ISO/IEC
23001-7.
3 new parameters were added
20 matches
Mail list logo