ffmpeg | branch: master | James Almer | Sun Jan 26 14:59:07
2020 -0300| [5e62100152f480e62aba7221096da43069bd2d45] | committer: James Almer
avcodec/av1_parser: export color information
Should fix fate-lavf-fate-av1.mkv failures on builds without an AV1 decoder.
Tested-by: Michael Niedermayer
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Aug 13 04:47:15 2019 +0200| [148fb44b369403931e5ad299aefb0e6a4206a0f7] |
committer: Michael Niedermayer
avformat/mux: Don't unnecessarily zero-initialize AVPacketList
If no error occurs and this AVPacketList is used at all, its packet
substruc
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Jan 26 08:13:11 2020 +0100| [556c4e38d57f467a7f9367d8edda0d48ec6f585e] |
committer: Michael Niedermayer
avformat/dvenc: Don't zero unnecessarily
The muxing context has already been zeroed when it was allocated, hence
it is unnecessary to do it
ffmpeg | branch: master | Andreas Rheinhardt |
Tue Aug 13 04:47:14 2019 +0200| [020159e0e73ddeaeb393f1c40d58fd11447d95a1] |
committer: Michael Niedermayer
avformat/mux: Move packet references
In the common case that the input packet was already refcounted,
ff_interleave_add_packet would alloca
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Jan 26 11:27:36 2020 +0100| [f1d46db92625b62c82414b667a3203dd16d491e5] |
committer: Michael Niedermayer
avformat/audiointerleave: Check before dereferencing
In order to use ff_audio_rechunk_interleave() (a special interleavement
function for s
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Jan 26 07:40:50 2020 +0100| [f1dbfcdf895e03e3d0d8b195f3525b57426b0377] |
committer: Michael Niedermayer
avformat/dvenc: Replace write_trailer by deinit function
The old write_trailer only freed memory, so it is better to make a
dedicated deini
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Jan 26 11:27:39 2020 +0100| [262b554358120a945c32045691a02ee1abea7841] |
committer: Michael Niedermayer
avformat/gxfenc: Add deinit function
Fixes memleaks when the trailer is never written (e.g. if the call to
gxf_write_map_packet() at the en
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Jan 26 11:27:38 2020 +0100| [e6aa9b11bf00167ec52cddbc9808cae632b3f774] |
committer: Michael Niedermayer
avformat/mxfenc: Add deinit function
Fixes memleaks when allocating the private data of the timecode_track
fails or when the trailer is nev
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Jan 26 11:27:37 2020 +0100| [360aeccf46308476eff7e13c894ac406f54e4395] |
committer: Michael Niedermayer
avformat/mxfenc: Don't free priv_data of AVStream
It will be freed when the AVStream is freed later anyway.
Signed-off-by: Andreas Rheinha
ffmpeg | branch: master | Gyan Doshi | Sun Jan 26 21:10:48
2020 +0530| [0b1ff3265e9bdad3b4b6b97ced2f126cb3599568] | committer: Gyan Doshi
avformat/yuv4mpegdec: increase header limit
Allows demuxing UHD 3/1001 fps yuvj420p files
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b
ffmpeg | branch: master | Gyan Doshi | Sun Jan 26 21:08:30
2020 +0530| [724e6b3d63786a910188a83a0d30c67c4fb359a9] | committer: Gyan Doshi
avformat/yuv4mpegdec: better error logging
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=724e6b3d63786a910188a83a0d30c67c4fb359a9
---
libavfo
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Jan 24 23:48:31 2020 +0100| [2eee34372ff2ae4a4efc348362b904632b1e7cee] |
committer: James Almer
avformat/av1: Fix nits in the documentation of ff_av1_filter_obus_buf()
Signed-off-by: Andreas Rheinhardt
Signed-off-by: James Almer
> http://gi
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Jan 23 17:08:27 2020 +0100| [58428bef4b2c053f47dce35157fb96833ba8efea] |
committer: James Almer
avformat/matroskaenc: Check for reformatting errors
This is needed especially for AV1: If a reformatting error happens (e.g.
if the length field of
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Jan 23 17:08:30 2020 +0100| [22ec35a428d66875870b51cf3e2a4d085279ebd0] |
committer: James Almer
avformat/av1, hevc: Make *_buf-functions return 0 on success
The output size is already returned via a pointer argument, so there is
no need to ret
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Jan 23 17:08:29 2020 +0100| [680cd59bb21c7bce92789ff885c018207b0b90bc] |
committer: James Almer
avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failure
ff_hevc_annexb2mp4_buf() could indicate an error, yet leave cleaning
af
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Jan 23 17:08:32 2020 +0100| [d4bbc0db011151191ebc5e14af4be28127715cbd] |
committer: James Almer
avformat/av1: Improve filtering AV1 OBUs
Both ISOBMFF as well as Matroska require certain OBUs to be stripped
before muxing them. There are two fun
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Jan 24 23:48:28 2020 +0100| [285a6fdd4a4f7365333d951f86cc0da8eec5] |
committer: James Almer
avformat/av1, avc, hevc: Remove av_freep()
ff_av1_filter_obus_buf() and ff_avc_parse_nal_units_buf() both have a
pointer-to-pointer parameter which
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Jan 23 17:08:31 2020 +0100| [e8518c2580f78a727d1e5d32c9cb6fe453ea5e53] |
committer: James Almer
avformat/movenc: Check for reformatting errors when writing hint tracks
If this is not done, the avio_write() calls will cause segfaults
immediatel
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Jan 23 17:08:28 2020 +0100| [e4749a44979e8d403021d265623e9233fee0dae4] |
committer: James Almer
avformat/matroskaenc: Cosmetics
Add {, } in situations like
if ()
...
else if ()
/* Comment */
...
else ...
Signed-off-by: Andreas Rhe
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Jan 24 23:48:33 2020 +0100| [a3e43e0cf3d368663acbfc56c294216651f7fbab] |
committer: James Almer
avformat/av1: Avoid allocation + copying when filtering OBUs
Certain types of OBUs are stripped away before muxing into Matroska and
ISOBMFF; there
ffmpeg | branch: master | James Almer | Sun Jan 26 12:40:34
2020 -0300| [609dfb4057cdd68dae779fef81865c83152e16da] | committer: James Almer
fate/lavf-container: add an AV1 in Matroska muxing test
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=609dfb4057
ffmpeg | branch: master | Gyan Doshi | Sun Jan 26 21:24:53
2020 +0530| [6e6b34917e0717e8844b962cfa413e71f9cdb72d] | committer: Gyan Doshi
avfilter/scale: don't fail for circular expressions
Due to conditional expressions, it is possible for them to be resolved
successfully. A warning is still p
ffmpeg | branch: master | Paul B Mahol | Sun Jan 26 14:50:24
2020 +0100| [ecd95858d4c760e24d337c5be186780d4a78f1ff] | committer: Paul B Mahol
avfilter/vf_tonemap_opencl: fix long filter description
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ecd95858d4c760e24d337c5be186780d4a78f
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Jan 26
13:15:07 2020 +0100| [c2d03216619421859c86a1592dad60f9f48a966f] | committer:
Carl Eugen Hoyos
doc/outdevs: Mention "sdl2" alias for "sdl".
Fixes ticket #8498.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2d03216619421859c
ffmpeg | branch: master | Zane van Iperen | Sun Jan 26
03:36:50 2020 +| [bf890ae0d7803492a729c2c8f2a5c907ade2a9f8] | committer:
Paul B Mahol
avcodec: add decoder for argonaut games' adpcm codec
Adds support for the ADPCM variant used by some Argonaut Games' games,
such as 'Croc! Legend of
ffmpeg | branch: master | Zane van Iperen | Sun Jan 26
03:36:54 2020 +| [dc3aa376dcea2bf53e1188971eee10ca90764e99] | committer:
Paul B Mahol
avformat: add demuxer for argonaut games' ASF format
Adds support for the custom ASF container used by some Argonaut Games'
games, such as 'Croc! Leg
26 matches
Mail list logo