[FFmpeg-cvslog] avformat/dashdec: compute the segment size use current pos minus offset plus one

2020-05-07 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed May 6 14:51:22 2020 +0800| [3523df947a64c3a102960c753e81d9d04166e6e5] | committer: Steven Liu avformat/dashdec: compute the segment size use current pos minus offset plus one because the offset should use one byte Reviewed-by: Zhao Jun Reported-by:

[FFmpeg-cvslog] avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entry

2020-05-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue May 5 22:43:10 2020 +0800| [a8d7393804ca9fe62f368071ef31c37da3e7d1d5] | committer: Limin Wang avcodec/profiles: remove duplicate FF_PROFILE_RESERVED entry Reviewed-by: Anton Khirnov Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avformat/hlsenc: Remove redundant setting of output format

2020-05-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Feb 29 02:21:34 2020 +0100| [1ec0fb56a7640f740409110536aee97c0679c35c] | committer: Andreas Rheinhardt avformat/hlsenc: Remove redundant setting of output format avformat_alloc_output_context2() already sets the oformat member, so that there i

[FFmpeg-cvslog] avformat: implement retiming directly in mxfenc and gxfenc

2020-05-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Apr 28 00:39:40 2020 +0200| [8360fd26105f58fbec9fb8edeaa5755160c9994f] | committer: Marton Balint avformat: implement retiming directly in mxfenc and gxfenc Generic retime functionality is replaced by a few lines of code directly in the muxers whic

[FFmpeg-cvslog] avformat/mux: move interleaved packet functions upwards

2020-05-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Apr 27 21:07:07 2020 +0200| [7a8a5c200bd4a3960e3524d14697656c3696beea] | committer: Marton Balint avformat/mux: move interleaved packet functions upwards Will be needed later to avoid a forward declaration. Signed-off-by: Marton Balint > http://

[FFmpeg-cvslog] avformat/mux: factorize interleaved write_packet

2020-05-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Mar 27 00:00:53 2020 +0100| [c31ba86c37d6caeed6983343b22e8dbc99dce3cf] | committer: Marton Balint avformat/mux: factorize interleaved write_packet Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c31ba86c37

[FFmpeg-cvslog] avformat/audiointerleave: only keep the retime functionality of the audio interleaver

2020-05-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Mar 25 23:49:17 2020 +0100| [c5324d92c5f206dcdc2cf93ae237eaa7c1ad0a40] | committer: Marton Balint avformat/audiointerleave: only keep the retime functionality of the audio interleaver And rename it to retimeinterleave, use the pcm_rechunk bitstrea

[FFmpeg-cvslog] avformat/mux: add proper support for full N:M bitstream filtering

2020-05-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Apr 18 14:20:51 2020 +0200| [d7a0071a44ad31511bb0c59fb09b2f3358c03bfd] | committer: Marton Balint avformat/mux: add proper support for full N:M bitstream filtering Previously only 1:1 bitstream filters were supported, the end of the stream was not

[FFmpeg-cvslog] avformat/mux: factorize writing a packet

2020-05-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Mar 27 02:22:53 2020 +0100| [64063512227c4c87a7d16a1076481dc6baf19841] | committer: Marton Balint avformat/mux: factorize writing a packet In preparation for N:M bsf support. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio

2020-05-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Mar 24 23:24:22 2020 +0100| [2035620b7cc5a3087b4eb632fba188f89af61541] | committer: Marton Balint avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avcodec/libx264: return immediately if encode_nals return 0

2020-05-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 18 12:52:48 2020 +0800| [f5e33514e7a879b09fabfeffd78402590225bf47] | committer: Limin Wang avcodec/libx264: return immediately if encode_nals return 0 x264_encoder_encode can return 0 with nnal 0. As a result, encode_nals will return 0. In this co

[FFmpeg-cvslog] avcodec/libx264: return error if unknown picture type encountered

2020-05-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 18 12:52:49 2020 +0800| [8b077511238e97d8657fb58551befc63cf5e29ed] | committer: Limin Wang avcodec/libx264: return error if unknown picture type encountered Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b

[FFmpeg-cvslog] avcodec/libx265: Fix Uninitialized scalar variable

2020-05-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 18 12:52:47 2020 +0800| [d8e98d93485754b746a7d1103f33a30de08022b7] | committer: Limin Wang avcodec/libx265: Fix Uninitialized scalar variable return error if unknown picture type encountered Fixes CID 1457234 Signed-off-by: Limin Wang > http://

[FFmpeg-cvslog] avcodec/lcldec: remove the unnecessary type conversion

2020-05-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Sep 12 17:23:39 2019 +0800| [9d442102b9093405f4e2525a9f97e51fe5303a80] | committer: Limin Wang avcodec/lcldec: remove the unnecessary type conversion Reviewed-by: Carl Eugen Hoyos Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/pngdec: remove the unnecessary type conversion

2020-05-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Sep 12 17:23:40 2019 +0800| [4cea39ad9b993e88413ddc4868b0b281b8a5e83e] | committer: Limin Wang avcodec/pngdec: remove the unnecessary type conversion Reviewed-by: Carl Eugen Hoyos Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/zmbv: remove the unnecessary type conversion

2020-05-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Sep 12 17:23:42 2019 +0800| [607b85f07e6596a4f1e56bbd5717522b41737547] | committer: Limin Wang avcodec/zmbv: remove the unnecessary type conversion Reviewed-by: Carl Eugen Hoyos Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/tiff: remove the unnecessary type conversion

2020-05-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Sep 12 17:23:41 2019 +0800| [1b3d5090c5b9955887ba6743084bbda1eb50439b] | committer: Limin Wang avcodec/tiff: remove the unnecessary type conversion Reviewed-by: Carl Eugen Hoyos Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.