Re: [FFmpeg-devel] [RFC]lavc/tiff: Support dng cropping

2022-11-06 Thread Carl Eugen Hoyos
Am Mo., 31. Okt. 2022 um 13:39 Uhr schrieb Anton Khirnov : > > Quoting Carl Eugen Hoyos (2022-10-23 20:46:57) > > Am So., 23. Okt. 2022 um 16:35 Uhr schrieb Carl Eugen Hoyos > > : > > > > > > Hi! > > > > > > I tried to implement dng cropping, it unfortunately can only work with > > > -flags

Re: [FFmpeg-devel] [RFC]lavc/tiff: Support dng cropping

2022-11-01 Thread Anton Khirnov
Quoting Carl Eugen Hoyos (2022-11-01 03:08:36) > Am Mo., 31. Okt. 2022 um 13:39 Uhr schrieb Anton Khirnov : > > > > Quoting Carl Eugen Hoyos (2022-10-23 20:46:57) > > > Am So., 23. Okt. 2022 um 16:35 Uhr schrieb Carl Eugen Hoyos > > > : > > > > > > > > Hi! > > > > > > > > I tried to implement dng

Re: [FFmpeg-devel] [RFC]lavc/tiff: Support dng cropping

2022-10-31 Thread Carl Eugen Hoyos
Am Mo., 31. Okt. 2022 um 13:39 Uhr schrieb Anton Khirnov : > > Quoting Carl Eugen Hoyos (2022-10-23 20:46:57) > > Am So., 23. Okt. 2022 um 16:35 Uhr schrieb Carl Eugen Hoyos > > : > > > > > > Hi! > > > > > > I tried to implement dng cropping, it unfortunately can only work with > > > -flags

Re: [FFmpeg-devel] [RFC]lavc/tiff: Support dng cropping

2022-10-31 Thread Anton Khirnov
Quoting Carl Eugen Hoyos (2022-10-23 20:46:57) > Am So., 23. Okt. 2022 um 16:35 Uhr schrieb Carl Eugen Hoyos > : > > > > Hi! > > > > I tried to implement dng cropping, it unfortunately can only work with > > -flags +unaligned, is there an alternative to simply print a warning > > if the flag was

Re: [FFmpeg-devel] [RFC]lavc/tiff: Support dng cropping

2022-10-23 Thread Carl Eugen Hoyos
Am So., 23. Okt. 2022 um 16:35 Uhr schrieb Carl Eugen Hoyos : > > Hi! > > I tried to implement dng cropping, it unfortunately can only work with > -flags +unaligned, is there an alternative to simply print a warning > if the flag was not supplied? New patch with more parentheses attached. Please

[FFmpeg-devel] [RFC]lavc/tiff: Support dng cropping

2022-10-23 Thread Carl Eugen Hoyos
Hi! I tried to implement dng cropping, it unfortunately can only work with -flags +unaligned, is there an alternative to simply print a warning if the flag was not supplied? Thank you, Carl Eugen 0001-lavc-tiff-Support-dng-cropping-needs-flags-unaligned.patch Description: Binary data