Re: [FFmpeg-devel] [PATCH] libavfilter/idet: fix double count and offset accuracy on progressive frame

2018-12-01 Thread pon pon
Carl Eugen Hoyos I added logs and explanation in tichet #7565. Thank you in advance. ponpon ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavfilter/idet: fix double count and offset accuracy on progressive frame

2018-11-28 Thread pon pon
>Please avoid top-posting here, Thannk you for your advice. I'll take care. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavfilter/idet: fix double count and offset accuracy on progressive frame

2018-11-27 Thread pon pon
I have attached logs in tichet #7565. idet before patch (72.6x) is far faster than after (62.2x). I think it means processes terminate by double counts than expeccted. How do you thinnk about it? ponpon 2018年11月28日(水) 11:24 Carl Eugen Hoyos : > 2018-11-28 3:01 GMT+01:00, pon pon : > >

[FFmpeg-devel] [PATCH] libavfilter/idet: fix double count and offset accuracy on progressive frame

2018-11-27 Thread pon pon
Hello, I think idet duplicately counts and offsets accuracy of progressive frames, as repoert in ticket #7565. If this is corret, the below patch can fix it. ponpon diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c index 02ae2edcb9..8c355ee2f9 100644 --- a/libavfilter/vf_idet.c +++ b/li

Re: [FFmpeg-devel] [PATCH] Videotoolbox encoder: Enable Videotoolbox encoder

2017-10-04 Thread pon pon
0PM +0900, pon pon wrote: > > Thank you for pointing out. > > > > >i t doesn't belong in this list. > > Doesn't this mean videotoolbox_encoder belongs to > > EXTERNAL_AUTODETECT_LIBRARY_LIST, > > also? > > My point was that it doesn't belon

Re: [FFmpeg-devel] [PATCH] Videotoolbox encoder: Enable Videotoolbox encoder

2017-10-04 Thread pon pon
ut -c:v h264_videotoolbox output, ./configure --disable-encoder=h264_videotoolbox, and ./configure --disable-videotoolbox well work in my tests. Of course, this depends on the policy of ffmpeg. I like ffmpeg. Thank you. ponpon <https://eow.alc.co.jp/search?q=handling&ref=awlj> 2017-10-04 15:42 GMT+0

[FFmpeg-devel] [PATCH] Videotoolbox encoder: Enable Videotoolbox encoder

2017-10-03 Thread pon pon
I reported that Videotoolbox encoder isn't enabled since commit 9ef5a2f5f30bdc4ac86275ae4b4708ab4681b21 in ticket 6702. This is a simple patch correcting it. diff --git a/configure b/configure index ae0

Re: [FFmpeg-devel] FFmpeg 3.1

2016-06-06 Thread pon pon
hardware decoding dont work in the current git on osx. it is reported on ticket 5595. that with videotoolbox works in the current git on osx by the patch http://permalink.gmane.org/gmane.comp.video.ffmpeg.devel/214982 though hardware decoding with vda dont work. the pacth is need. as mentioned on

Re: [FFmpeg-devel] [PATCH] lavc/videotoolbox: fix H.264 hwaccel init issue

2016-06-02 Thread pon pon
>may be this is a miscue. by right, may not be sorry ponpon 2016-06-03 11:47 GMT+09:00 pon pon : > some problems of https://trac.ffmpeg.org/ticket/5595 are fixed. > can playback 480p.mp4, 720p.mp4, 1080p.mp4 with videotoolbox on osx1095. > test.mp4 may be supported by videdotool

Re: [FFmpeg-devel] [PATCH] lavc/videotoolbox: fix H.264 hwaccel init issue

2016-06-02 Thread pon pon
some problems of https://trac.ffmpeg.org/ticket/5595 are fixed. can playback 480p.mp4, 720p.mp4, 1080p.mp4 with videotoolbox on osx1095. test.mp4 may be supported by videdotoolbox hardware decoding because can playback it with commands on #5272. ponpon 2016-06-02 11:06 GMT+09:00 Rick Kern : > Fi

Re: [FFmpeg-devel] [PATCH 2/6] lavc/audiotoolboxenc: fix a number of config issues

2016-04-01 Thread pon pon
i did some tests inclluding profiles under osx1095. encoding test 51ch->2ch and 51ch->51ch, aac_at, alac_at, pcm_alaw_at, pcm_mulaw_at there is message "Trying to remove 2048 samples, but the queue is empty" in encoding aac_at with profile aac_he and 51ch->2ch and 51ch->51ch and encoding aac_at wi

Re: [FFmpeg-devel] [PATCH 1/2] lavc/audiotoolboxdec: fix a number of config and timestamp issues

2016-04-01 Thread pon pon
it seems you are correct. i can't playback the ac3 files with afplay and afconvert, though @constant kAudioFormatAC3 is described in CoreAudioType.h and i can playback them with quicktime player(not 7 and without perian). the results are attached. i did some tests. decoding test(gsm_ms_at and i

Re: [FFmpeg-devel] [PATCH 6/6] lavc/audiotoolboxdec: fix a number of config and timestamp issues

2016-03-30 Thread pon pon
st.ac3 http://speedy.sh/vZzKQ/test.mkv 2016-03-30 6:00 GMT+09:00 Rodger Combs : > > > On Mar 28, 2016, at 00:39, pon pon > wrote: > > > > 2016-03-28 2:20 GMT+09:00 Rodger Combs : > > > >> - ADTS-formatted AAC didn't work > >> - Channel layo

Re: [FFmpeg-devel] [PATCH 6/6] lavc/audiotoolboxdec: fix a number of config and timestamp issues

2016-03-27 Thread pon pon
2016-03-28 2:20 GMT+09:00 Rodger Combs : > - ADTS-formatted AAC didn't work > - Channel layouts were never exported > - Channel mappings were incorrect beyond stereo > - Channel counts weren't updated after packets were decoded > - Timestamps were exported incorrectly > --- > > patching is fixed

Re: [FFmpeg-devel] [PATCH 4/4] lavc/audiotoolboxdec: fix a number of config and timestamp issues

2016-03-25 Thread pon pon
2016-03-25 0:40 GMT+09:00 Rodger Combs : > Fixed with this patch: > > i tested there are some errors patch decoding and encoding. patch error patch -p1 < "audiotoolboxenc_fixed_1_remove unneeded packet metadata.patch" patch unexpectedly ends in middle of line decoding error (aac and ac3 are tes

Re: [FFmpeg-devel] [PATCH 2/2] lavf: Add coreimage filter for GPU based image filtering on OSX.

2016-03-22 Thread pon pon
2016-03-22 19:44 GMT+09:00 Thilo Borgmann : > Am 19.03.16 um 18:26 schrieb Michael Niedermayer: > > If there are no more comments I'll apply soon. i am looking forward to your work. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.or

Re: [FFmpeg-devel] [PATCH] lavc/videotoolbox: Consistent fallback to external software encoding/decoding.

2016-03-22 Thread pon pon
2016-03-21 19:28 GMT+09:00 Thilo Borgmann : > Am 20.03.16 um 17:22 schrieb Richard Kern: > > Updated patches attached. > > 0001.patch work well. i think it is better to print warning if falling back. i can't confirm 0002.patch because i don't have such an environment. ponpon _

Re: [FFmpeg-devel] [PATCH 2/2] lavf: Add coreimage filter for GPU based image filtering on OSX.

2016-03-19 Thread pon pon
2016-03-20 0:31 GMT+09:00 Thilo Borgmann : > All comments addressed, linux compilation fixed. > fixed. can build. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/2] lavf: Add coreimage filter for GPU based image filtering on OSX.

2016-03-18 Thread pon pon
build error under osx1095 and clang37 HTMLdoc/libavutil.html HTMLdoc/libswscale.html doc/filters.texi:13909: misplaced { doc/filters.texi:13909: misplaced } doc/filters.texi:5028: @ref reference to nonexistent node `coreimagesrc' make: *** [doc/ffplay-all.html] Error 1 make: *** Waiting fo