[FFmpeg-cvslog] avcodec/dvdec: correctly decode bottom mb row in 1080i field mode

2019-11-06 Thread Baptiste Coudurier
ffmpeg | branch: master | Baptiste Coudurier | Tue Jun 18 13:29:41 2019 -0700| [004ebd4b37a31adca2a9ac353985d3461806e1b0] | committer: Baptiste Coudurier avcodec/dvdec: correctly decode bottom mb row in 1080i field mode > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=004ebd4b37a31a

[FFmpeg-cvslog] avcodec/dvdec: correctly set interlaced and tff

2019-11-06 Thread Baptiste Coudurier
ffmpeg | branch: master | Baptiste Coudurier | Fri Jun 28 10:33:05 2019 -0700| [33203a08e0a26598cb103508327a1dc184b27bc6] | committer: Baptiste Coudurier avcodec/dvdec: correctly set interlaced and tff > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33203a08e0a26598cb103508327a1dc1

[FFmpeg-cvslog] avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoder

2019-11-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Tue Nov 5 10:28:07 2019 -0900| [a0c74060754821d2b04b84860d2d56ed15c08738] | committer: Lou Logan avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a0c7

[FFmpeg-cvslog] avcodec/Makefile: add missing h263data dependency to snow encoder

2019-11-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Tue Nov 5 10:21:10 2019 -0900| [b973d2795224d0b66c54e67ee2d708f87cd0df59] | committer: Lou Logan avcodec/Makefile: add missing h263data dependency to snow encoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b973d2

[FFmpeg-cvslog] configure: select mdct for dca encoder

2019-11-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Tue Nov 5 10:01:55 2019 -0900| [0663f0e0da7e9efcce125549b3bede71039c72aa] | committer: Lou Logan configure: select mdct for dca encoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0663f0e0da7e9efcce125549b3bede710

[FFmpeg-cvslog] avcodec/Makefile: add missing vorbis_data dependency to opus encoder

2019-11-06 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Tue Nov 5 10:17:01 2019 -0900| [9022a5e0c25a206321f5a0bbd6a078bc510795d0] | committer: Lou Logan avcodec/Makefile: add missing vorbis_data dependency to opus encoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=902

[FFmpeg-cvslog] avdevice/v4l2: Remove av_assert0 when format not supported

2019-11-06 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Nov 4 22:32:59 2019 -0500| [7b2ce27e56cfb4c55490035283a687251061bb50] | committer: Michael Niedermayer avdevice/v4l2: Remove av_assert0 when format not supported Before this commit an av_assert0 would fail if a v4l2 device did not support a target

[FFmpeg-cvslog] avcodec/extract_extradata_bsf: fix typo in comments

2019-11-06 Thread leozhang
ffmpeg | branch: master | leozhang | Wed Nov 6 15:00:59 2019 +0800| [84c27c8c082b320ea518b48c842a6e419c5c5d89] | committer: Michael Niedermayer avcodec/extract_extradata_bsf: fix typo in comments Signed-off-by: leozhang Reviewed-by: Gyan Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 6 13:18:16 2019 +0100| [fc7b6d55741a926896958939a97b2958df1c1bb4] | committer: Michael Niedermayer fftools/ffmpeg_opt: Fix mixed declarations and code Introduced in ed3c317d. Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael Nied