Re: [FFmpeg-devel] [PATCH v9 1/2] lavf/vf_transpose: add exif orientation support

2019-06-09 Thread Jun Li
On Sun, Jun 9, 2019 at 1:52 AM Paul B Mahol wrote: > On 6/9/19, Jun Li wrote: > > On Sun, Jun 9, 2019 at 12:49 AM Paul B Mahol wrote: > > > >> On 6/9/19, Jun Li wrote: > >> > Add exif orientation support and expose an option. > >> > --- > >> > libavfilter/hflip.h| 2 + > >> >

Re: [FFmpeg-devel] [PATCH v9 1/2] lavf/vf_transpose: add exif orientation support

2019-06-09 Thread Paul B Mahol
On 6/9/19, Jun Li wrote: > On Sun, Jun 9, 2019 at 12:49 AM Paul B Mahol wrote: > >> On 6/9/19, Jun Li wrote: >> > Add exif orientation support and expose an option. >> > --- >> > libavfilter/hflip.h| 2 + >> > libavfilter/transpose.h| 14 >> > libavfilter/vf_hflip.c |

Re: [FFmpeg-devel] [PATCH v9 1/2] lavf/vf_transpose: add exif orientation support

2019-06-09 Thread Jun Li
On Sun, Jun 9, 2019 at 12:49 AM Paul B Mahol wrote: > On 6/9/19, Jun Li wrote: > > Add exif orientation support and expose an option. > > --- > > libavfilter/hflip.h| 2 + > > libavfilter/transpose.h| 14 > > libavfilter/vf_hflip.c | 40 ++--- > >

Re: [FFmpeg-devel] [PATCH v9 1/2] lavf/vf_transpose: add exif orientation support

2019-06-09 Thread Paul B Mahol
On 6/9/19, Jun Li wrote: > Add exif orientation support and expose an option. > --- > libavfilter/hflip.h| 2 + > libavfilter/transpose.h| 14 > libavfilter/vf_hflip.c | 40 ++--- > libavfilter/vf_transpose.c | 168 - > 4 files

[FFmpeg-devel] [PATCH v9 1/2] lavf/vf_transpose: add exif orientation support

2019-06-08 Thread Jun Li
Add exif orientation support and expose an option. --- libavfilter/hflip.h| 2 + libavfilter/transpose.h| 14 libavfilter/vf_hflip.c | 40 ++--- libavfilter/vf_transpose.c | 168 - 4 files changed, 192 insertions(+), 32 deletions(-)