[FFmpeg-cvslog] lavf/concat: refactor parsing

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 13:30:01 2021 +0200| [74ab93fa7f68ec5aaff923ff10fddc3f529e2d4a] | committer: Nicolas George lavf/concat: refactor parsing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74ab93fa7f68ec5aaff923ff10fddc3f529e2d4a --- libavformat

[FFmpeg-cvslog] lavf/concat: add file_packet_meta directive

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 19:56:24 2021 +0200| [751d06c2f0790692c3e8bb6000239665fd37] | committer: Nicolas George lavf/concat: add file_packet_meta directive Same as file_packet_metadata without the double parsing. > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] lavf/concat: deprecate file_packet_metadata

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 13:48:31 2021 +0200| [76cf1ff9796bbee0382a21a9efe6a97ded147107] | committer: Nicolas George lavf/concat: deprecate file_packet_metadata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76cf1ff9796bbee0382a21a9efe6a97ded147107 ---

[FFmpeg-cvslog] lavf/concatdec: support stream metadata

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 14:09:57 2021 +0200| [c753b49c38c434ab9da931a62cba5dfccf8bf6b8] | committer: Nicolas George lavf/concatdec: support stream metadata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c753b49c38c434ab9da931a62cba5dfccf8bf6b8 --- d

[FFmpeg-cvslog] tools/dvd2concat: include language metadata

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 14:10:07 2021 +0200| [86b2a8616989d98bf2a1b35156bece2e160394d2] | committer: Nicolas George tools/dvd2concat: include language metadata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86b2a8616989d98bf2a1b35156bece2e160394d2 ---

[FFmpeg-cvslog] tests/concat-demuxer: add stream_meta test

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 14:19:18 2021 +0200| [449ba49a9fb05642b068c51c2c6fbbfa4b11f010] | committer: Nicolas George tests/concat-demuxer: add stream_meta test > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=449ba49a9fb05642b068c51c2c6fbbfa4b11f010 ---

[FFmpeg-cvslog] lavf/concat: add support for chapters

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 15:57:48 2021 +0200| [2263ff505c986f03005674072c1d46f0723143ea] | committer: Nicolas George lavf/concat: add support for chapters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2263ff505c986f03005674072c1d46f0723143ea --- doc

[FFmpeg-cvslog] tools/dvd2concat: specify stream_codec for subtitles

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 14:31:16 2021 +0200| [1a0aff8ca56d3695eedbc015f7f7dad991ef9bf5] | committer: Nicolas George tools/dvd2concat: specify stream_codec for subtitles Avoid requiring a huge probe size and analyze duration. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] tools/dvd2concat: add support for chapters

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 15:58:02 2021 +0200| [5b052c4bcbf711b418ca6991799764dfe7ae6163] | committer: Nicolas George tools/dvd2concat: add support for chapters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b052c4bcbf711b418ca6991799764dfe7ae6163 ---

[FFmpeg-cvslog] lavf/concatdec: add stream_extradata directive

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 19:36:35 2021 +0200| [94aa7e8a764b2136cafe43f296a6e41a6b0a14ed] | committer: Nicolas George lavf/concatdec: add stream_extradata directive > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94aa7e8a764b2136cafe43f296a6e41a6b0a14ed

[FFmpeg-cvslog] lavf/concatdec: add stream_codec directive

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 14:30:28 2021 +0200| [0a267bc5e20a8e7b1b79a501eed99c284ee00b4c] | committer: Nicolas George lavf/concatdec: add stream_codec directive > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a267bc5e20a8e7b1b79a501eed99c284ee00b4c ---

[FFmpeg-cvslog] tools/dvd2concat: generate VOBSUB extradata

2021-09-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Aug 31 19:37:09 2021 +0200| [8f92a1862a5894eec72114f3c097a6ba346908cd] | committer: Nicolas George tools/dvd2concat: generate VOBSUB extradata The extradata contains the frame size of the subtitles images and the palette. > http://git.videolan.or

[FFmpeg-cvslog] cmdutils: round rotation value to nearest integer

2021-09-16 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Sep 8 15:34:24 2021 -0300| [a8bd8d46f9d32582c5b89cdc57f9cb7169e94066] | committer: James Almer cmdutils: round rotation value to nearest integer As recommended by the doxy for av_display_rotation_get(). Signed-off-by: James Almer > http://git.vide

[FFmpeg-cvslog] avcodec/mjpegdec: export display matrix frame side data when available

2021-09-16 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Sep 8 15:34:27 2021 -0300| [e93c9986027d17917c3b4f533b28ee4a2ce7cd4c] | committer: James Almer avcodec/mjpegdec: export display matrix frame side data when available Finishes fixing ticket #6945. Signed-off-by: James Almer > http://git.videolan.or

[FFmpeg-cvslog] ffmpeg: take into account image flipping in the display matrix

2021-09-16 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Sep 8 15:34:26 2021 -0300| [42fce6fffe2010a0d5eab454aa04813995f4222f] | committer: James Almer ffmpeg: take into account image flipping in the display matrix This covers only standard rotations. Fixes part of ticket #6945. Signed-off-by: James Almer

[FFmpeg-cvslog] ffmpeg: use display matrix frame side data for autorotation

2021-09-16 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Sep 8 15:34:25 2021 -0300| [535a835e5176a5f2d5e03776030bacbc3e19d604] | committer: James Almer ffmpeg: use display matrix frame side data for autorotation And give it priority over stream side data when present. Fixes part of ticket #6945. Signed-of

[FFmpeg-cvslog] avformat/sbgdec: Check for t0 overflow in expand_tseq()

2021-09-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 15 22:00:44 2021 +0200| [f624c92d4c6fa73dfa95959d886090af6790bc36] | committer: Michael Niedermayer avformat/sbgdec: Check for t0 overflow in expand_tseq() Fixes: signed integer overflow: 4611686025627387904 + 4611686025627387904 cannot

[FFmpeg-cvslog] avformat/mvdec: Do not set invalid sample rate

2021-09-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 15 22:00:46 2021 +0200| [737e6bf2162b89d396f4d477bfe8c99f1dd885de] | committer: Michael Niedermayer avformat/mvdec: Do not set invalid sample rate Fixes: signed integer overflow: -682581959642593728 * 16 cannot be represented in type 'lo

[FFmpeg-cvslog] avcodec/apedec: Fix integer overflow in intermediate

2021-09-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 15 22:00:47 2021 +0200| [90da43557f7257d72e95504f63ae6504406d6eab] | committer: Michael Niedermayer avcodec/apedec: Fix integer overflow in intermediate Fixes: signed integer overflow: 559334865 * 4 cannot be represented in type 'int' Fi

[FFmpeg-cvslog] avformat/mvdec: Don't signal success on parse_audio_var() error

2021-09-16 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 16 16:34:03 2021 -0300| [229e949c8e62b01a6c2e0a5fa5444fbd05ab22ef] | committer: James Almer avformat/mvdec: Don't signal success on parse_audio_var() error Propagate the error it returned instead. Signed-off-by: James Almer > http://git.videola

[FFmpeg-cvslog] doc/decoders: mention that some libdav1d options are deprecated

2021-09-16 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 16 20:43:26 2021 -0300| [1dd3ab487618e8fa0275aea09a6afc5633a1789f] | committer: James Almer doc/decoders: mention that some libdav1d options are deprecated Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d