[FFmpeg-cvslog] avfilter/vf_v360: improve sg output format

2020-03-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 26 13:37:13 2020 +0100| [7931e766ade210b3960aba987497d5bd2eeadcf4] | committer: Paul B Mahol avfilter/vf_v360: improve sg output format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7931e766ade210b3960aba987497d5bd2eeadcf4 --- lib

[FFmpeg-cvslog] avfilter/vf_v360: improve sg input format

2020-03-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 26 13:53:22 2020 +0100| [840e92da17b12ea34df5757e57eb1d33231bc6b7] | committer: Paul B Mahol avfilter/vf_v360: improve sg input format Specifically unbreak yaw functionality. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=840e92da17

[FFmpeg-cvslog] avcodec/vp9: use a buffer pool to allocate VP9Frame extradata

2020-03-26 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Mar 5 00:39:12 2020 -0300| [e4dd8ee3233634a7656d53f64bdfec37a501f38e] | committer: James Almer avcodec/vp9: use a buffer pool to allocate VP9Frame extradata Reviewed-by: Anton Khirnov Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/movenc: Reduce size of the allocated MOVIentry array

2020-03-26 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 25 14:16:35 2020 -0300| [59c993e227cd0460513d3eeaf17cc34dff33019e] | committer: James Almer avformat/movenc: Reduce size of the allocated MOVIentry array Increasing it by 2048 entries per realloc is exessive. Reduces memory usage, especially on lo

[FFmpeg-cvslog] doc/developer.texi: Add variadic macros to allowed C language features

2020-03-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Mar 23 03:26:58 2020 +0100| [ed18ec55773881875cb11305a1df90650743b42a] | committer: Andreas Rheinhardt doc/developer.texi: Add variadic macros to allowed C language features They are used in several places like CBS. Signed-off-by: Andreas Rhe

[FFmpeg-cvslog] avformat/matroskadec: Don't discard the upper 32bits of TrackNumber

2020-03-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 26 04:17:24 2019 +0100| [ba36a077342c01faa3f3deb841e8cdcc1379ea3d] | committer: Andreas Rheinhardt avformat/matroskadec: Don't discard the upper 32bits of TrackNumber Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/nsvdec: Use av_packet_move_ref() for packet ownership transfer

2020-03-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 08:57:19 2020 +0100| [9a96677023f77733d4de9e45a5d942e83d6bb6dc] | committer: Andreas Rheinhardt avformat/nsvdec: Use av_packet_move_ref() for packet ownership transfer Also simply return 0 in case a packet has been successfully read. R

[FFmpeg-cvslog] avformat/yop: Use av_packet_move_ref() for packet ownership transfer

2020-03-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 18:38:00 2020 +0100| [d643bd496089612390f47bda61478fca4e2fe906] | committer: Andreas Rheinhardt avformat/yop: Use av_packet_move_ref() for packet ownership transfer Also return 0 after successfully reading a packet. Reviewed-by: Anton

[FFmpeg-cvslog] avformat/mpeg: Remove unnecessary av_packet_unref()

2020-03-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 21:08:04 2020 +0100| [3875af84ed6f6c803aca961fc78400bcda021d44] | committer: Andreas Rheinhardt avformat/mpeg: Remove unnecessary av_packet_unref() Forgotten in 6a67d518. Reviewed-by: Anton Khirnov Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat/webmdashenc: Fix memleak upon realloc failure

2020-03-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Dec 20 21:21:59 2019 +0100| [418e468699868a0265f8b439beedf64bb643b088] | committer: Andreas Rheinhardt avformat/webmdashenc: Fix memleak upon realloc failure The classical ptr = av_realloc(ptr, size). Reviewed-by: Paul B Mahol Signed-off-by:

[FFmpeg-cvslog] configure: Remove all C standard versions from the MSVC command line.

2020-03-26 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Mar 25 23:59:11 2020 +0100| [580d13e73d8f2d9dcd6b857ac8ec8a89377fbfda] | committer: Carl Eugen Hoyos configure: Remove all C standard versions from the MSVC command line. Silences a warning for every file when compiling with clang-cl.exe > http

[FFmpeg-cvslog] configure: Get the correct ident for clang-cl.exe

2020-03-26 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Mar 26 00:00:10 2020 +0100| [9f1d2f47db0112d41dbc423c9215ff886512efd3] | committer: Carl Eugen Hoyos configure: Get the correct ident for clang-cl.exe Instead of "No input file specified" > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavcodec/jpeg2000.h: fix comments for JPEG2000 markers

2020-03-26 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Wed Mar 25 19:06:44 2020 +0530| [e34157f6eac1421a1a53c79fbd037feaeb59dbf2] | committer: Michael Niedermayer libavcodec/jpeg2000.h: fix comments for JPEG2000 markers The comments for some of the markers were incorrect. This patch fixes the comment

[FFmpeg-cvslog] avfilter/vf_showinfo: check if the s12m data size is valid

2020-03-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Mar 25 18:45:47 2020 +0800| [aa822007a4bb7a8855fee66af25d99bf5bddac23] | committer: Michael Niedermayer avfilter/vf_showinfo: check if the s12m data size is valid Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.or