[FFmpeg-cvslog] isom: map xalg and avlg to h264, fixes ticket #6099

2017-01-24 Thread compn
ffmpeg | branch: master | compn | Tue Jan 24 23:46:38 2017 -0500| [5316ed899f35e2f8c99720ad27516edac0e00d6b] | committer: compn isom: map xalg and avlg to h264, fixes ticket #6099 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5316ed899f35e2f8c99720ad27516edac0e00

Re: [FFmpeg-cvslog] mov: Support prores with multiple stsd

2016-07-14 Thread compn
'n') }, /* Apple ProRes 422 Standard Definition */ { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 's') }, /* Apple ProRes 422 LT */ { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c',

Re: [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-27 Thread compn
t;time_base) - curtime; if (delay <= 0) { if (delay < INT64_C(-100) * av_q2d(s->time_base)) s->time_frame += INT64_C(100); break; } ... pkt->pts = curtime; > +AVInputFormat ff_x11grab_xcb_demuxer = { > +.name = "x11grab", > +.long_name = NULL_IF_CONFIG_SMALL("X11 screen capture, > using XCB"), i've confused myself with x11grab x11grab_xlib and x11grab_xcb , is the name of this demuxer correct? -compn ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Re: [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread compn
On Tue, 28 Oct 2014 10:05:29 +0100 Nicolas George wrote: > Le sextidi 6 brumaire, an CCXXIII, compn a écrit : > > from x11grab.c: > > > > AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, DEC }, { "follow_mouse", "move > > the grabbing region when the mouse poin

Re: [FFmpeg-cvslog] Force linking against user32 if dxva2 is enabled.

2015-02-17 Thread compn
prepend ffmpeg_libs $($ldflags_filter "-lole32" "-luser32") && Why do you need user32? -compn ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Re: [FFmpeg-cvslog] riff: Support ProRes in avi (APCH fourcc)

2015-02-18 Thread compn
, 'P', 'C', 'H') }, imo if one (or two) prores tags can be found in avi, then all of them can, might as well add them all. -compn ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Re: [FFmpeg-cvslog] riff: Support ProRes in avi (APCH fourcc)

2015-02-18 Thread compn
On Wed, 18 Feb 2015 08:26:45 -0500 compn wrote: > On Tue, 17 Feb 2015 23:51:06 +0100 (CET) > g...@videolan.org (Vittorio Giovara) wrote: > > > riff: Support ProRes in avi (APCH fourcc) > > { AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C',

Re: [FFmpeg-cvslog] Implement Snappy decompression

2015-06-22 Thread compn
on > configure |1 + > libavcodec/Makefile |1 + > libavcodec/snappy.c | 173 > +++ > libavcodec/snappy.h | 51 +++ 4 files changed, 226 > insertions(+) what is this?

Re: [FFmpeg-cvslog] lavf: Replace the ASF demuxer

2015-06-29 Thread compn
Hájková another developer who does not respect copyright. > /* MSDN claims that this should be "compatible with the ID3 frame, > APIC", > * but in reality this is only loosely similar */ this function appears in both demuxers. -compn _

[FFmpeg-cvslog] avformat/movenc: fix mime-types in movenc.c

2015-07-08 Thread compn
ffmpeg | branch: master | compn | Wed Jul 8 14:24:46 2015 -0400| [0054d5ac02eaf37d7cfa63efa6e278b5f749c0c6] | committer: Michael Niedermayer avformat/movenc: fix mime-types in movenc.c https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent

Re: [FFmpeg-cvslog] lavf: use initial_padding instead of deprecated delay

2014-10-13 Thread compn
cated delay in mkv and ogg' ? are those the only two still using delay padding ? -compn ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

[FFmpeg-cvslog] riff: add comment for g721,g723 codec tags

2016-05-07 Thread compn
ffmpeg | branch: master | compn | Sat May 7 06:56:43 2016 -0400| [1e109bbbf13324562b6186fb0ef758c9cef5cfd3] | committer: compn riff: add comment for g721,g723 codec tags Signed-off-by: Piotr Bandurski > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/infra: add reddit sub, facebook page and wikipedia

2024-11-12 Thread compn
ffmpeg | branch: master | compn | Wed Nov 13 08:04:13 2024 +1000| [e35587250c3e036261ea9cfc266e74730b6f60ae] | committer: compn doc/infra: add reddit sub, facebook page and wikipedia > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e35587250c3e036261ea9cfc266e74730b6f60ae ---

[FFmpeg-cvslog] doc/infra: add more information and accounts

2024-11-10 Thread compn
ffmpeg | branch: master | compn | Mon Nov 11 10:26:15 2024 +1000| [b16102ab1c336ed3df7e43229aba4c8a9bf8cb75] | committer: compn doc/infra: add more information and accounts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b16102ab1c336ed3df7e43229aba4c8a9bf8cb75 --- doc/infra.

[FFmpeg-cvslog] MAINTAINERS: remove arpi

2024-11-12 Thread compn
ffmpeg | branch: master | compn | Wed Nov 13 02:15:36 2024 +1000| [455db6fe109cf905fe518ea2690495948937438f] | committer: compn MAINTAINERS: remove arpi > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=455db6fe109cf905fe518ea2690495948937438f --- MAINTAINERS | 4 ++-- 1 f

[FFmpeg-cvslog] doc/git-howto: remove outdated line about gitolite

2024-11-07 Thread compn
ffmpeg | branch: master | compn | Fri Nov 8 15:59:13 2024 +1000| [f4ba5b083c95b618603394a210c113a24968d68f] | committer: compn doc/git-howto: remove outdated line about gitolite > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4ba5b083c95b618603394a210c113a24968d68f --- doc/