Re: [FFmpeg-devel] [community vote] add devs to -security alias

2017-02-09 Thread Compn
nevermind , bad idea. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] fix tls/tcp protocol after a 302 move in https

2014-08-01 Thread compn
patch from https://trac.ffmpeg.org/ticket/3824 -compndiff --git a/libavformat/http.c b/libavformat/http.c index 33585b0..3dffaee 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -229,6 +229,7 @@ redo: memset(&s->auth_state, 0, sizeof(s->auth_state)); attempts =

Re: [FFmpeg-devel] HEVC SIMD Optimization on PowerPC

2014-08-02 Thread compn
On Sat, 2 Aug 2014 13:37:10 +0800 "Zhenan Lin" wrote: > Hi, all, > > > > Our team plans to contribute SIMD optimization on PowerPC for HEVC i thought powerpc was dead? i dont know if anyone is working on it. -compn ___

Re: [FFmpeg-devel] HEVC SIMD Optimization on PowerPC

2014-08-02 Thread compn
On Sat, 2 Aug 2014 14:50:52 +0200 Michael Niedermayer wrote: > On Sat, Aug 02, 2014 at 07:18:22AM -0400, compn wrote: > > On Sat, 2 Aug 2014 13:37:10 +0800 > > "Zhenan Lin" wrote: > > > > > Hi, all, > > > > > > > > > >

Re: [FFmpeg-devel] [RFC] Implementation of closed caption support

2014-08-08 Thread compn
owser http://sprunge.us/HCKZ libavcodec/mpeg12dec.c // CEA-708/608 support libavcodec/mpegvideo.c // CEA-708/608 support libavutil/frame.c // CEA-708/608 AVFrame members addition -compn ___ ffmpeg-devel mailing list f

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-12 Thread compn
php?title=User_talk:Compn yes, you are correct, baptiste left and created ffmbc. ffmbc is nice, if we play our cards correctly we can get it merged into ffmpeg. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Invitation to VDD and registration

2014-08-13 Thread compn
ion > > will close on August 20 (that is, the next week Wednesday), bye. > > I already registered and booked flights anyone who has been reading in #videolan knows that i was viciously lied to about the duration of the train trip from london to dublin... flights booked and i'

Re: [FFmpeg-devel] Invitation to VDD and registration

2014-08-16 Thread compn
. diego said those exact words to me during vdd13. maybe its time to say those things publically ? > But from this, the best that one can get is some entertainment, the > worst is depression, tears and further alieanated developers. i think a lot of people have trouble moving forwa

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-16 Thread compn
can tell, this is not a distinguishing characteristic between > the two projects. ah, you dusted off the classic debian mplayer rejection reason! from 2003 even! http://comments.gmane.org/gmane.linux.debian.devel.legal/9519 nice to see debian hasnt changed. -compn ___

[FFmpeg-devel] [RFC] removing libmpcodecs for reuniting purposes.

2014-08-17 Thread compn
libav brought up the point again that it doesnt like libmpcodecs. is there anyone using the remaining libmpcodecs filters ? most of the filters have been ported to libavfilter already. comments? -compn ___ ffmpeg-devel mailing list ffmpeg-devel

Re: [FFmpeg-devel] [RFC] removing libmpcodecs for reuniting purposes.

2014-08-18 Thread compn
On Mon, 18 Aug 2014 13:31:26 +0200 Stefano Sabatini wrote: > On date Sunday 2014-08-17 19:04:35 -0400, compn encoded: > > is there anyone using the remaining libmpcodecs filters ? > > Of the remaining filters, at least eq and eq2 are useful, and they are > actually used by rea

[FFmpeg-devel] [PATCH] isom: add ni24 to pcm_s24le

2014-08-18 Thread compn
patch requested by ubitux. found in code dump from kierank: +{ CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') }, /* BBC typo fix for using ni24 instead of in24 (#3051) */ //GARYH added (sorry for inline) -compn diff --git a/libavformat/i

Re: [FFmpeg-devel] [PATCH] isom: add ni24 to pcm_s24le

2014-08-18 Thread compn
On Mon, 18 Aug 2014 22:49:13 +0200 Clément Bœsch wrote: > On Mon, Aug 18, 2014 at 04:42:15PM -0400, compn wrote: > > +{ CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') }, /* BBC > > typo fix for using ni24 instead of in24 (

[FFmpeg-devel] [PATCH] mark null encoder as ts-nonstrict , avoids error messages for null output

2014-08-21 Thread compn
https://gist.github.com/anonymous/0e26f490ec13d67996fd commit e94a44543a96b13aa6a23efce2f0378a5479d530 Author: Rodger Combs Date: Wed Aug 20 15:38:12 2014 -0700 avformat/nullenc: mark null as timestamp-nonstrict This avoids unnecessary error messages for null output diff --git a/libav

Re: [FFmpeg-devel] [PATCH] mpegts: support ARIB subtitles in libavformat

2014-08-21 Thread compn
On Thu, 21 Aug 2014 10:26:18 + (UTC) Carl Eugen Hoyos wrote: > Could you provide samples for both types? uploaded to incoming/private-aribu_sub_sample.ts -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mail

Re: [FFmpeg-devel] [PATCH] Adds decode support for formats other than 420

2014-08-22 Thread compn
odecContext *avctx) > +static av_cold int vpx_free(AVCodecContext *avctx) probably ok, but changing variable names mixed with adding a feature (more colorspaces) is probably better as two separate commits. -compn ___ ffmpeg-devel mailing list ffmpeg-

Re: [FFmpeg-devel] Common mailing-list for API evolutions

2014-08-24 Thread compn
t/bias/neutrality, i only check for patch or spam. i accept all development/flames and reject any spam. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [RFC] Bug bounties

2014-08-27 Thread compn
g.org/ticket/1598 if either of you prefer, all devels could make a list of bugs that devels want fixed. then we can combine those lists together, top 10 bugs get bounties? i dunno. i'd prefer not to use another service that takes 10%. we're already losing percentage to SPI... -compn

Re: [FFmpeg-devel] [PATCH] Add SUP/PGS subtitle demuxer

2014-08-31 Thread compn
http://samples.ffmpeg.org/sub/BluRay/ http://samples.ffmpeg.org/mplayer-bugs/bug2176/ will try to dig some more. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] how to merge fixed point wma decoder from rockbox to libav 0.7.6

2014-09-02 Thread compn
anyone have merge fixed point wma decoder to libav? merging the fixed point decoders from rockbox has been on our todo list for a while. https://github.com/Rockbox/rockbox/tree/master/lib/rbcodec/codecs -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

Re: [FFmpeg-devel] [PATCH 5/6] docs: mention when one might be offered write access to the git repository

2014-09-12 Thread compn
i think the current unwritten policy rule is 'everyone gets write access as long as they can follow rules'. ffmpeg's policy is different than mplayer's policy. thanks for porting the other rules over. :) and putting up with all of our nits and comments and carl. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] ffmpeg stickers

2014-09-23 Thread compn
bably better to get them there. they are white lettering, no background, includes the 3d zigzag logo. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v7] Add SUP/PGS subtitle demuxer

2014-09-24 Thread compn
t; +@item SUP raw PGS subtitles @tab @tab X > @item SUN AU format @tab X @tab X eheh, i hate to do it to you wm4. SUP comes after SUN. assuming alphabetical order. probably whoever commits this can fix it , no need to resend. (did not review rest) thanks for

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-24 Thread compn
is another fork. > > In this particular case, maybe asking for a bounty for adding AVCI > support in the mxf muxer could be a way. But since this is more a > general question about project policy, maybe it should be defined, if > it is not defined

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-25 Thread compn
not a high priority for me, it is a high priority for me to encourage all discussion and at least document concerns by our users so devs can address them. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [RFC] Direct Stream Transfer (DST) decoder

2014-09-30 Thread compn
n never be > sure it will fit into get_bits cache */ > +int v = get_ur_golomb(gb, k, INT_MAX, 0); > +#else > +int v = 0; > +while (!get_bits1(gb)) > +v++; > +if (k) > +v = (v << k) | get_bits(gb, k);

[FFmpeg-devel] [rfc] remove libraries documentation from doc page

2014-10-03 Thread compn
/libavfilter.html i propose to remove them from the doc page. -compn diff --git a/src/documentation b/src/documentation index 6b2ef4d..da0c65e 100644 --- a/src/documentation +++ b/src/documentation @@ -44,21 +44,6 @@ - - - Libraries Documentation - -libavutil

Re: [FFmpeg-devel] Facebook page

2014-10-04 Thread compn
ok.com/ffmpegback -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Facebook page

2014-10-05 Thread compn
On Sun, 05 Oct 2014 20:19:49 +0200 Thomas Volkert wrote: > http://www.facebook.com/ffmpeg.devel, > http://www.facebook.com/ffmpeg.framework, > http://www.facebook.com/multimedia.framework, ... > @all: What is your opinion about these alternative solutions? > maybe http://www.facebook.com/ffmp

Re: [FFmpeg-devel] [RFC][PATCH] web: News about FFmpeg in Debian

2014-10-05 Thread compn
r support issues. if you see this message it means you are using libav.org's ffmpeg and not our ffmpeg. please use "apt-get install ffmpeg" to use the correct ffmpeg program. i think it would help. although i can already see it causing flames. -compn _

Re: [FFmpeg-devel] [RFC][PATCH] web: News about FFmpeg in Debian

2014-10-05 Thread compn
On Sun, 05 Oct 2014 21:55:51 -0300 James Almer wrote: > On 05/10/14 9:47 PM, compn wrote: > > On Sun, 5 Oct 2014 22:58:34 +0200 > > Alexander Strasser wrote: > >> This is all RFC as marked in the subject. Please give me some > >> feed back! > > &g

Re: [FFmpeg-devel] [RFC][PATCH] web: News about FFmpeg in Debian

2014-10-06 Thread compn
ecause its debian (and ubuntu) users who saw the message. because after searching for it in google, theres lots of people explaining the deprecation message to each other and saying how 'they couldnt find anything about this on ffmpeg.org'. if you dont think it belongs there,

Re: [FFmpeg-devel] gnome-opw 2015

2014-10-13 Thread compn
On Tue, 14 Oct 2014 01:37:32 +0530 Nikita Mantri wrote: > Hi, > For the generic CMAC module, can I reuse the code of md5 and sha from > libavutil, or should I implement this hash function again. please reuse it. we do not want to duplicate code. :

Re: [FFmpeg-devel] [PATCH 3/3] ffplay: update documentation

2014-10-13 Thread compn
t; > all sync modes, set +@code{-noframedrop} to disable it. > > I don't quite understand the "Set by default" sentence, but it doesn't > mean it's wrong. maybe "enabled by default for non video sync mode&q

Re: [FFmpeg-devel] Any ffmpeg plugin for image stabilization that handles walking tilt?

2014-10-14 Thread compn
your pathetic camera, how about sharing with us a sample video (uncompressed original mjpeg file) of your walking so we can see and/or fix our deshake algorithms? -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] PATH :wmv2 Limit the mvx and mvy to be integer in some condition

2014-10-15 Thread compn
and http://wiki.multimedia.cx/index.php?title=XINTRA8 which references http://www.google.com/patents/US7263232 it looks like there is some ms source code for wmv2 here http://sourceforge.net/p/ffdshow/patches/4/ maybe someone else knows of a better spec to reference. -compn ___

Re: [FFmpeg-devel] [PATCH] Added STL demuxer and decoder

2014-10-15 Thread compn
+= wavdec.o w64.o pcm.o > OBJS-$(CONFIG_W64_MUXER) += wavenc.o w64.o diff --git i think this should be in alphabetical order ^ :) -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [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-devel] [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread compn
On Tue, 28 Oct 2014 12:48:43 +0100 Michael Niedermayer wrote: > On Tue, Oct 28, 2014 at 10:05:29AM +0100, Nicolas George wrote: > > Le sextidi 6 brumaire, an CCXXIII, compn a écrit : > > > so its name is changed in the makefile, but not the device name? > [...] > &g

Re: [FFmpeg-devel] [PATCH 3/3] avformat/vivo: add support for siren codec

2018-04-06 Thread Compn
rate = 6400; wow great! now there is only the other vivo video codec left and then this format can finally be completed? -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/3] avcodec: add siren audio decoder

2018-04-06 Thread Compn
ec/siren.c | 847 > > 5 files changed, 858 insertions(+) does this also decode msnsiren? or no? did you use this patch ? https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-July/127801.html good work paul! -compn __

Re: [FFmpeg-devel] [PATCH]lavf/isom: Recognize fourcc HEVC

2018-05-04 Thread Compn
ess with the decoder fourccs at all. please let me know if my idea would work, i am probably missing some huge flaw somewhere... -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]lavf/isom: Recognize fourcc HEVC

2018-05-04 Thread Compn
On Fri, 4 May 2018 08:19:27 -0400, Compn wrote: > my idea would be to create a whitelist of codec ids we can encode to, > instead of splitting up the decode fourcc list amongst formats. that would also be a nightmare to maintain and users would ask for support for "xxx codec"

Re: [FFmpeg-devel] [PATCH]lavf/isom: Recognize fourcc HEVC

2018-05-04 Thread Compn
kv and avi seems like a bad idea as they use the same tags. https://www.matroska.org/technical/guides/faq/index.html > A mux whitelist would be just as much as splitting the list. (Although > having separate mux lists would be a good idea t

Re: [FFmpeg-devel] Chinese DTMB streams playback issue

2018-01-05 Thread Compn
ticket per file. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [Cellar] [PATCH] FFV1: make RGB48 support as non-experimental

2018-01-07 Thread Compn
ch files. hope this helps. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 4/5] aptx: implement the aptX HD bluetooth codec

2018-01-07 Thread Compn
ags because other software uses them and samples exist in the wild. not sure if i've helped here. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] CINEFORM GSOC PARTICIPATION

2018-02-25 Thread Compn
On Fri, 23 Feb 2018 22:32:41 +0530, sunsi...@iitk.ac.in wrote: > Hello, my name is Gagandeep Singh and I am a sophomore at Indian Institute > Gagandeep Singh > IRC NICK: > gagandeep > gagandeep_ > gagandeep__ welcome to ffmpeg and the open source

Re: [FFmpeg-devel] GSoC

2018-02-25 Thread Compn
On Mon, 26 Feb 2018 00:01:29 +0100, Stephan Holljes wrote: > My name is Stephan Holljes, on IRC I go by klaxa. Some may remember me > from GSoC 2015 where I implemented the (how I later found out > controversly debated) HTTP-Server API. welcome back! :

Re: [FFmpeg-devel] [PATCH] Revert "Remove battleforthenet widget"

2018-03-04 Thread Compn
nd disabling javascript everywhere else. Complaining about a 3rd party javascript, in this day and age, means you've already thrown in the towel on your browser security. or in lieu of a news post, make the widget only on ffmpeg.org/index , not on DOCS pages. I ran into the widget a few times too when it was misbehaving. I am not objecting outright, net neutrality is pretty important. And yes, you foreigners should be helping the USA with this, as THIS WILL affect the backbones. how many internet backbones are owned by US companies? non-usa people can help in some ways: 1. ask friends in usa to help 2. post on your own blogs and websites, spread the word 3. contact your local political representatives to tell them how net neutrality is important. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Revert "Remove battleforthenet widget"

2018-03-04 Thread Compn
ing. what is your significant issue with the politics? could you share your opinion please? -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Revert "Remove battleforthenet widget"

2018-03-04 Thread Compn
On Sun, 4 Mar 2018 09:45:03 -0500, "Ronald S. Bultje" wrote: > Hi, > > On Sun, Mar 4, 2018 at 9:24 AM, Compn wrote: > > > On Thu, 1 Mar 2018 06:59:45 -0500, "Ronald S. Bultje" > > wrote: > > > Again, please: no advertising, no politics.

Re: [FFmpeg-devel] [PATCH] Revert "Remove battleforthenet widget"

2018-03-04 Thread Compn
ges of internet policy are going to affect everyone in different ways. to ignore this is folly. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] configure: rename cuda to ffnvcodec

2018-03-04 Thread Compn
gt; SDK, > even though it's not what they need. > > This will make it complain about ffnvcodec instead. i'm not objecting. but if you put a error message that explains what a person needs when it errors , that might also be a good idea (and it would also only be

Re: [FFmpeg-devel] [PATCH] Revert "Remove battleforthenet widget"

2018-03-04 Thread Compn
at all. its a technical problem, and ffmpeg is all about technical problems. ssl heartbleed was a technical problem that was also posted to our news page. i dont remember the vitriol about that ssl news post. -compn ___ ffmpeg-devel mailing list ffmpe

Re: [FFmpeg-devel] [SPI] [OPW] Funding a 3rd slot

2014-11-13 Thread compn
sounds good! :) -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] use openh264 in ffmpeg

2014-11-17 Thread compn
useful for testing our dec/encoders. instead of having to use mplayer to test between xvid and ffmpeg4... -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: add APNG support.

2014-11-21 Thread compn
ddition of apng to docs. should there be a dependency on the apng demuxer or no? quick review looks ok to me. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] qdm2: Allow hard-coding VLC tables.

2014-11-22 Thread compn
for global mutable codec state. > So people who are afraid of our constructs there could just > switch to hardcoded tables and have much less to worry about. i remember lots of complaints about globals before, although i have no clue if patch go

Re: [FFmpeg-devel] FFmpeg in Microsoft Media Foudation

2014-12-05 Thread compn
d you ask the ffdshow-tryouts project? or maybe also on doom9 forum. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] wavdec: RIFX file format support

2014-12-15 Thread compn
ate= ntohl(codec->bit_rate / 8) * 8; > +codec->block_align = ntohs(codec->block_align); > +} there are other ways of converting BE to LE than ntoh* (sorry , i dont know which functions in ffmpeg do it, i am no programmer) -compn _

Re: [FFmpeg-devel] ffmpeg nvenc

2014-12-17 Thread compn
new for ffmpeg to have multiple implementations. although there might be some devs complaining about it :) i dont speak for the project, so better wait for more replies. please post an updated patch with the license fixes when possible. -compn ___ ffmpeg

Re: [FFmpeg-devel] [PATCH] Add pkg-config for libfdk_aac

2014-12-31 Thread compn
gt; It's not culturally there. Even worse, these people use things like > MSVC and cmake, both of which don't understand pkg-config (cmake has > some very broken pkg-config support, it's disgusting). there was some talk on irc about people us

Re: [FFmpeg-devel] [PATCH] lavfi: add deinterleave filters

2015-01-06 Thread compn
100644 libavfilter/f_deinterleave.c > > > > select works as this, with the expression: > > select=n=N:e='mod(n,N)' > > I forgot that select can do it, so patch dropped. should that select line go into the manual / examples somewhere? -compn ___

Re: [FFmpeg-devel] [PATCH 2/2] add libyami.cpp for h264 decoding by libyami

2015-01-09 Thread compn
same thing libstagefright does for us. so we dont have to test our ffmpeg hw decoders against every single piece of hardware. the future plans for libyami are pretty nice, https://www.mail-archive.com/libva@lists.freedesktop.org/msg02826.html -compn ___

Re: [FFmpeg-devel] [PATCH 2/2] add libyami.cpp for h264 decoding by libyami

2015-01-12 Thread compn
it is good to leverage hw codec > in many cases. i just want to make clear that wm4 is but one of the many devels in ffmpeg and please dont let any one dev scare you off from contributing. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:/

Re: [FFmpeg-devel] [PATCH 2/2] add libyami.cpp for h264 decoding by libyami

2015-01-12 Thread compn
so that may have a detrimental effect on development if nothing gets in except ffmpeg-style-wheels. i'm not sure how useful the codec wrapper will be, but it does have features we dont yet. if no one wants these libs , i'm not going to push the issue. -compn

Re: [FFmpeg-devel] [PATCH 2/2] add libyami.cpp for h264 decoding by libyami

2015-01-14 Thread compn
On Mon, 12 Jan 2015 10:30:34 -0500 "Ronald S. Bultje" wrote: > Hi, > > On Mon, Jan 12, 2015 at 10:07 AM, compn wrote: > > > On Mon, 12 Jan 2015 08:24:35 -0500 > > "Ronald S. Bultje" wrote: > > > > > Anything else? Why not just implem

Re: [FFmpeg-devel] [PATCH] nvenc: Compensate for hardware trying to mess with aspect ratio of DVD content.

2015-01-18 Thread compn
, so I still > wonder where it comes from exactly. i've seen the "SD content is bt.601 and HD content is bt.709" edict before, but i do not know where it comes from either. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg

Re: [FFmpeg-devel] [PATCH] nvenc: Compensate for hardware trying to mess with aspect ratio of DVD content.

2015-01-18 Thread compn
51] just let nvidia change aspect, its their crap, let them fix it [08:57] compn: the nvidia behaviour is correct [08:57] so no patches are necessary -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avfilter/vf_lenscorrection: support 8bit planar RGB formats

2015-01-20 Thread compn
me , if tested... :) do we have good 8bit rgb samples? -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Decoder for CEA-608 and World System Teletext [WIP]

2015-01-23 Thread compn
t),\ > +.init = vbi_subtitle_decode_init,\ > +.decode = vbi_subtitle_decode_frame,\ > +.priv_class = &l_##_decoder_class,\ something weird about this? what if all decoders are enabled? (not important to resend patch for these, just pointing it out) -compn ___

Re: [FFmpeg-devel] [PATCH 7/7] ffmpeg_dxva2: add hevc support

2015-01-26 Thread compn
On Sun, 25 Jan 2015 13:01:12 +0100 Hendrik Leppkes wrote: > --- > ffmpeg_dxva2.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) lgtm -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH 2/2] lavfi: remove mp=softpulldown

2015-01-26 Thread compn
On Mon, 26 Jan 2015 17:06:55 + Paul B Mahol wrote: > On 5/5/13, Paul B Mahol wrote: > I will remove this filter and libmpcodecs with it in next 24 hours. OK with me. thanks to all who ported filters and trolled for the 4 years we had mplayer code in ffmpeg :)

Re: [FFmpeg-devel] [PATCH] remove libmpcodecs

2015-01-27 Thread compn
raper ... i only remember audio filter patches... -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavcodec/svq3: rename unknown_field to has_watermark

2015-05-02 Thread compn
-int unknown_flag; > +int has_watermark; lgtm commit message should be something like "svq3: clarify unknown_flag by renaming to has_watermark" -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread compn
works for you, this is an alternative until ffmpeg gets support for it. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread compn
On Wed, 13 May 2015 13:03:06 + (UTC) Carl Eugen Hoyos wrote: > compn mi.rr.com> writes: > > > mplayer can play your sample .wav file. but > > i only tested this on windows. > > How did you test? (Which command line?) > > Crashes on Linux, Carl Eugen

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread compn
On Wed, 13 May 2015 16:21:33 + (UTC) Carl Eugen Hoyos wrote: > compn mi.rr.com> writes: > > > D:\>mplayer g729stereo.wav > > MPlayer sherpya-r37368+g52f2adc-4.9.2 > > This is too old. no one has touched the binary loader code in years, so the same code

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread compn
On Wed, 13 May 2015 17:39:01 + (UTC) Carl Eugen Hoyos wrote: > compn mi.rr.com> writes: > > > MPlayer dev-CVS-040406-03:13-3.3.1 (C) 2000-2004 > > Don't you agree that it is of (very) limited > usefulness that the patch you committed would > have worke

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-14 Thread compn
e > posts it looks like is the G729 but, I tried it with ffmpeg without > exit. Is it a modified version of it? yes, your sample is g729 stereo, we think. ffmpeg only has support for g729 mono. -compn ___ ffmpeg-devel mailing list ffmpeg-dev

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-17 Thread compn
ux: https://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20150516/29f9950c/attachment.txt you have to put ATL90.DLL in /usr/local/lib/codecs http://www.ffmpeg.org/~compn/ATL90.DLL then you can use mplayer -ao pcm to convert the g729 audio files to wav. let me know if that solves your problem

Re: [FFmpeg-devel] verbiage

2015-06-24 Thread compn
Perhaps it could be made to be something like: > > Shutting down because received signal %d ffmpeg exiting normally, received signal %d ? -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] New asf demuxer

2015-06-28 Thread compn
meone ask youtube to put it in production testing? thank you. (previously , mplayer was the testing ground for new demuxers/codecs. making it default in mplayer is also an option.) wm4, did you make it default in mpv? -compn ___ ffmpeg-devel mailing li

Re: [FFmpeg-devel] New asf demuxer

2015-06-29 Thread compn
efault demuxer. all samples from http source cause this issue. this does not occur with default asf demuxer. probe takes longer? will test more in a second. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/

Re: [FFmpeg-devel] New asf demuxer

2015-06-29 Thread compn
ms/fps_sample1.dvr-ms http://samples.ffmpeg.org/dvr_ms/SS2.dvr-ms some kind of error in -f asf_o , works in -f asf more later. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [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 ___

Re: [FFmpeg-devel] FFmpeg/MPlayer/rtmpdump possibly searching for a new server and hosting

2015-07-03 Thread compn
er/gitweb for rtmpdump too. also looking for people to help with rtmpdump project. auto builds? website design? docs? reviewing patches? etc... -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [MPlayer-dev-eng] FFmpeg/MPlayer/rtmpdump possibly searching for a new server and hosting

2015-07-04 Thread compn
at the current bandwidth > requirements are? It might make it easier to assess whether it's > feasible to host if interested parties could do some estimate of what > the costs would likely be. at least 4TB/month bandwidth. 4tb of storage space. -compn ___

[FFmpeg-devel] [PATCH] fix mime-types in movenc.c

2015-07-08 Thread compn
https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/CreatingContentforSafarioniPhone/CreatingContentforSafarioniPhone.html says video/mp4 suggested by BBB on irc. -compndiff --git a/libavformat/movenc.c b/libavformat/movenc.c index 42529ec..a95fbde

Re: [FFmpeg-devel] [PATCH] avfilter: add Dynamic Audio Normalizer filter

2015-07-10 Thread compn
lize or so. we know its audio, so we dont need the "aud" part. make it a little easier to type and remember and search for. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] ffmpeg Hosting

2015-07-10 Thread compn
On Fri, 10 Jul 2015 12:23:48 +0200 "Sterz, David" wrote: > 1.3 Is a Public Cloud an Option? Is high Data Privacy very important? > I mean ISO Standards i would recommend against using any clouds... -compn ___ ffmpeg-devel mailing l

Re: [FFmpeg-devel] [PATCH v2] Add support for Audible AAX (and AAX+) files

2015-07-11 Thread compn
peg.org/audible/2004FirstPresidentialDebateBushvs.Kerry93004_acelp85_maihde.aa -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] FFmpeg/MPlayer/rtmpdump possibly searching for a new server and hosting

2015-07-17 Thread compn
with that. https://www.fastly.com/about/open-source i'm curious about the offer from nexcess, what specs are they offering? although its hosted in the usa. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] FFmpeg/MPlayer/rtmpdump possibly searching for a new server and hosting

2015-07-18 Thread compn
Whilst I am > > > sure most of the offers mean well it's much better to get help > > > from the community because at least we know who they are, where > > > the data is stored, easily contactable etc. The person offering > > > free hosting could just leave their company and the machine wiped > > > one day. > > > > > > J-B offered that videolan will host ffmpeg. I, for one, would be > > thrilled if that were to happen. I trust videolan a lot. > > so do i, i trust JB, but will JB still be in charge in 5 years? > in 10 years? can we trust whoever will come after JB ? > > I think FFmpeg should stay with a "neutral" provider/hoster. I also trust JB. But I remember the libav fork and some vlc devels/admins during that time. http://ffmpeg.org/pipermail/ffmpeg-devel/2011-January/106458.html i think vlc would be a good host as long as JB is there. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] modify ffplay for dumpstream in rtsp?

2015-10-06 Thread compn
On Sun, 4 Oct 2015 18:37:31 +0200 Nicolas George wrote: > Le duodi 12 vendémiaire, an CCXXIV, compn a écrit : > > he wants to play and dump at the same time. like vlc can. > > > > should this functionality be added to ffmpeg or ffplay? > > ffmpeg can already display

Re: [FFmpeg-devel] modify ffplay for dumpstream in rtsp?

2015-10-06 Thread compn
On Tue, 6 Oct 2015 10:50:30 -0400 compn wrote: > On Sun, 4 Oct 2015 18:37:31 +0200 > Nicolas George wrote: > > > Le duodi 12 vendémiaire, an CCXXIV, compn a écrit : > > > he wants to play and dump at the same time. like vlc can. > > > > > > shoul

Re: [FFmpeg-devel] Add JNI and Android content resolver support

2015-10-09 Thread compn
h is always a good idea. at least when the "oh it burns" java stuff does not intrude too much on the project. reducing forks is especially a good idea, since some embedded device ffmpeg forks dont return their changes to us. were all of rockbox's changes ever ported back? ffmpeg4andr

Re: [FFmpeg-devel] [PATCH] news: add thank you note for telepoint/mediahub

2015-10-13 Thread compn
On Mon, 12 Oct 2015 15:10:22 -0700 "Reynaldo H. Verdejo Pinochet" wrote: > Signed-off-by: Reynaldo H. Verdejo Pinochet > --- > src/index | 33 + > 1 file changed, 33 insertions(+) thanks applied. -compn

Re: [FFmpeg-devel] [PATCH] news: add thank you note for telepoint/mediahub

2015-10-13 Thread compn
On Tue, 13 Oct 2015 09:18:35 -0400 Ganesh Ajjanagadde wrote: > On Tue, Oct 13, 2015 at 9:13 AM, compn wrote: > > On Mon, 12 Oct 2015 15:10:22 -0700 > > "Reynaldo H. Verdejo Pinochet" wrote: > > > >> Signed-off-by: Reynaldo H. Verdejo

<    1   2   3   4   >