Re: [FFmpeg-devel] [PATCH] avformat/mov: get heif image rotation from irot box

2024-09-27 Thread James Almer
On 9/27/2024 1:43 PM, Anton Khirnov wrote: Quoting James Almer (2024-09-25 02:14:46) Based on a patch by Hacene Bouaroua. Co-authored-by: Hacene Bouaroua Signed-off-by: James Almer --- libavformat/avformat.h | 6 + libavformat/isom.h | 1 + libavformat/mov.c | 54 ++

Re: [FFmpeg-devel] [PATCH] avformat/mov: get heif image rotation from irot box

2024-09-27 Thread Anton Khirnov
Quoting James Almer (2024-09-27 19:07:42) > On 9/27/2024 1:43 PM, Anton Khirnov wrote: > > Quoting James Almer (2024-09-25 02:14:46) > >> Based on a patch by Hacene Bouaroua. > >> > >> Co-authored-by: Hacene Bouaroua > >> Signed-off-by: James Almer > >> --- > >> libavformat/avformat.h | 6

Re: [FFmpeg-devel] [PATCH] avformat/mov: get heif image rotation from irot box

2024-09-27 Thread Anton Khirnov
Quoting James Almer (2024-09-25 02:14:46) > Based on a patch by Hacene Bouaroua. > > Co-authored-by: Hacene Bouaroua > Signed-off-by: James Almer > --- > libavformat/avformat.h | 6 + > libavformat/isom.h | 1 + > libavformat/mov.c | 54 ++

Re: [FFmpeg-devel] [PATCH] avformat/mov: get heif image rotation from irot box

2024-09-27 Thread James Almer
On 9/24/2024 9:14 PM, James Almer wrote: Based on a patch by Hacene Bouaroua. Co-authored-by: Hacene Bouaroua Signed-off-by: James Almer --- libavformat/avformat.h | 6 + libavformat/isom.h | 1 + libavformat/mov.c | 54 ++ 3 files ch

Re: [FFmpeg-devel] [PATCH] avformat/mov: get heif image rotation from irot box

2024-05-27 Thread Michael Niedermayer
On Mon, May 27, 2024 at 03:33:28PM +0200, Hacene Bouaroua wrote: > parse irot box to get the transformative heif > item rotation angle. > > Signed-off-by: Hacene Bouaroua > --- > libavformat/avformat.h | 5 + > libavformat/isom.h | 1 + > libavformat/mov.c | 25 +++