On Mon, May 27, 2019 at 7:52 AM Nicolas George wrote:
> Jun Li (12019-05-27):
> > I compared the perf between vflip and this patch before, they take almost
> > the same time, around 9ms for a frame.
> > Hflip is a little special, but surely I can update the patch to avoid
> frame
> > copy, and it
Jun Li (12019-05-27):
> I compared the perf between vflip and this patch before, they take almost
> the same time, around 9ms for a frame.
> Hflip is a little special, but surely I can update the patch to avoid frame
> copy, and it will be as fast as hflip.
>
> But still this is duplicated feature
On 5/27/19, Jun Li wrote:
> On Mon, May 27, 2019 at 1:39 AM Paul B Mahol wrote:
>
>> On 5/27/19, Jun Li wrote:
>> > On Mon, May 27, 2019 at 12:32 AM Paul B Mahol wrote:
>> >
>> >> On 5/27/19, Jun Li wrote:
>> >> > On Sun, May 26, 2019 at 2:09 AM Paul B Mahol
>> wrote:
>> >> >
>> >> >> On 5/26
On Mon, May 27, 2019 at 1:39 AM Paul B Mahol wrote:
> On 5/27/19, Jun Li wrote:
> > On Mon, May 27, 2019 at 12:32 AM Paul B Mahol wrote:
> >
> >> On 5/27/19, Jun Li wrote:
> >> > On Sun, May 26, 2019 at 2:09 AM Paul B Mahol
> wrote:
> >> >
> >> >> On 5/26/19, Jun Li wrote:
> >> >> > On Sun,
On 5/27/19, Jun Li wrote:
> On Mon, May 27, 2019 at 12:32 AM Paul B Mahol wrote:
>
>> On 5/27/19, Jun Li wrote:
>> > On Sun, May 26, 2019 at 2:09 AM Paul B Mahol wrote:
>> >
>> >> On 5/26/19, Jun Li wrote:
>> >> > On Sun, May 26, 2019 at 1:16 AM Paul B Mahol
>> wrote:
>> >> >
>> >> >> On 5/25
On Mon, May 27, 2019 at 12:32 AM Paul B Mahol wrote:
> On 5/27/19, Jun Li wrote:
> > On Sun, May 26, 2019 at 2:09 AM Paul B Mahol wrote:
> >
> >> On 5/26/19, Jun Li wrote:
> >> > On Sun, May 26, 2019 at 1:16 AM Paul B Mahol
> wrote:
> >> >
> >> >> On 5/25/19, Jun Li wrote:
> >> >> > Add exif
On 5/27/19, Jun Li wrote:
> On Sun, May 26, 2019 at 2:09 AM Paul B Mahol wrote:
>
>> On 5/26/19, Jun Li wrote:
>> > On Sun, May 26, 2019 at 1:16 AM Paul B Mahol wrote:
>> >
>> >> On 5/25/19, Jun Li wrote:
>> >> > Add exif orientation support and expose an option.
>> >> > ---
>> >> > libavfilt
On Sun, May 26, 2019 at 2:09 AM Paul B Mahol wrote:
> On 5/26/19, Jun Li wrote:
> > On Sun, May 26, 2019 at 1:16 AM Paul B Mahol wrote:
> >
> >> On 5/25/19, Jun Li wrote:
> >> > Add exif orientation support and expose an option.
> >> > ---
> >> > libavfilter/vf_transpose.c | 258
> +++
On 5/26/19, Jun Li wrote:
> On Sun, May 26, 2019 at 1:16 AM Paul B Mahol wrote:
>
>> On 5/25/19, Jun Li wrote:
>> > Add exif orientation support and expose an option.
>> > ---
>> > libavfilter/vf_transpose.c | 258 +
>> > 1 file changed, 207 insertions(+), 51
On Sun, May 26, 2019 at 1:16 AM Paul B Mahol wrote:
> On 5/25/19, Jun Li wrote:
> > Add exif orientation support and expose an option.
> > ---
> > libavfilter/vf_transpose.c | 258 +
> > 1 file changed, 207 insertions(+), 51 deletions(-)
> >
> > diff --git a/
On 5/25/19, Jun Li wrote:
> Add exif orientation support and expose an option.
> ---
> libavfilter/vf_transpose.c | 258 +
> 1 file changed, 207 insertions(+), 51 deletions(-)
>
> diff --git a/libavfilter/vf_transpose.c b/libavfilter/vf_transpose.c
> index dd54
On Sat, May 25, 2019 at 2:46 AM Nicolas George wrote:
> Jun Li (12019-05-24):
> > Add exif orientation support and expose an option.
> > ---
> > libavfilter/vf_transpose.c | 258 +
> > 1 file changed, 207 insertions(+), 51 deletions(-)
>
> If I read the code c
Jun Li (12019-05-24):
> Add exif orientation support and expose an option.
> ---
> libavfilter/vf_transpose.c | 258 +
> 1 file changed, 207 insertions(+), 51 deletions(-)
If I read the code correctly, when orientation=1 (unchanged), this code
will copy the fra
Add exif orientation support and expose an option.
---
libavfilter/vf_transpose.c | 258 +
1 file changed, 207 insertions(+), 51 deletions(-)
diff --git a/libavfilter/vf_transpose.c b/libavfilter/vf_transpose.c
index dd54947bd9..4aebfb9ee4 100644
--- a/libavfil
14 matches
Mail list logo