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

2019-06-29 Thread Jun Li
On Sat, Jun 29, 2019 at 12:07 AM Steven Liu wrote: > > > > 在 2019年6月26日,19:32,Steven Liu 写道: > > > > Jun Li 于2019年6月25日周二 上午9:26写道: > >> > >> On Mon, Jun 17, 2019 at 5:31 PM Jun Li wrote: > >> > >>> > >>> > >>> On Sat, Jun 15, 2019 at 7:09 PM Jun Li wrote: > >>> > > > On Tue, J

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

2019-06-29 Thread Steven Liu
> 在 2019年6月26日,19:32,Steven Liu 写道: > > Jun Li 于2019年6月25日周二 上午9:26写道: >> >> On Mon, Jun 17, 2019 at 5:31 PM Jun Li wrote: >> >>> >>> >>> On Sat, Jun 15, 2019 at 7:09 PM Jun Li wrote: >>> On Tue, Jun 11, 2019 at 7:05 PM Jun Li wrote: > > On Sun, Jun 9, 2

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

2019-06-26 Thread Steven Liu
Jun Li 于2019年6月25日周二 上午9:26写道: > > On Mon, Jun 17, 2019 at 5:31 PM Jun Li wrote: > > > > > > > On Sat, Jun 15, 2019 at 7:09 PM Jun Li wrote: > > > >> > >> > >> On Tue, Jun 11, 2019 at 7:05 PM Jun Li wrote: > >> > >>> > >>> On Sun, Jun 9, 2019 at 2:28 PM Jun Li wrote: > >>> > Add exif orie

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

2019-06-24 Thread Jun Li
On Mon, Jun 17, 2019 at 5:31 PM Jun Li wrote: > > > On Sat, Jun 15, 2019 at 7:09 PM Jun Li wrote: > >> >> >> On Tue, Jun 11, 2019 at 7:05 PM Jun Li wrote: >> >>> >>> On Sun, Jun 9, 2019 at 2:28 PM Jun Li wrote: >>> Add exif orientation support and expose an option. --- libavfil

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

2019-06-17 Thread Jun Li
On Sat, Jun 15, 2019 at 7:09 PM Jun Li wrote: > > > On Tue, Jun 11, 2019 at 7:05 PM Jun Li wrote: > >> >> On Sun, Jun 9, 2019 at 2:28 PM Jun Li wrote: >> >>> Add exif orientation support and expose an option. >>> --- >>> libavfilter/hflip.h| 2 + >>> libavfilter/transpose.h| 14

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

2019-06-15 Thread Jun Li
On Tue, Jun 11, 2019 at 7:05 PM Jun Li wrote: > > On Sun, Jun 9, 2019 at 2:28 PM Jun Li wrote: > >> Add exif orientation support and expose an option. >> --- >> libavfilter/hflip.h| 2 + >> libavfilter/transpose.h| 14 >> libavfilter/vf_hflip.c | 40 ++--- >> libavf

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

2019-06-11 Thread Jun Li
On Sun, Jun 9, 2019 at 2:28 PM 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

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

2019-06-09 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(-)