Re: [FFmpeg-devel] [SURVEY] Summary of first 2015 survey

2015-11-15 Thread compn
e to devs will help us test builds and bugs. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Include more developers in the voting committee [#3]

2015-11-24 Thread compn
it&a=search&h=HEAD&st=author&s=logan http://git.videolan.org/?p=ffmpeg.git&a=search&h=HEAD&st=author&s=reimar http://git.videolan.org/?p=ffmpeg.git&a=search&h=HEAD&st=author&s=compn http://git.videolan.org/?p=ffmpeg.git&a=search&h=HEAD&st=a

Re: [FFmpeg-devel] support for reading / writing encrypted MP4 files

2015-11-24 Thread compn
with ffmpeg developers or the mailing list, the less problems you will have when merging time happens. you may also want to post any work in progress patches or do request for comments on any ideas, so developers do not object about strange api additions to the code. feel free to ask any questi

Re: [FFmpeg-devel] VS 2015 patch

2015-11-24 Thread compn
On Tue, 24 Nov 2015 14:18:47 -0800 Bruce Dawson wrote: > The attached patch lets ffmpeg build with both VS 2013 and VS 2015. > > Comments? > not sure if ffmpeg is supporting VS 2010, but does this work on VS2010 (or any other VS besides 2013/2015) after your changes? t

Re: [FFmpeg-devel] [PATCH] git-howto: mention how to clone ffmpeg-web

2015-11-24 Thread compn
ut ffmpeg-web repo has iirc limited write-access to only a few developers currently , so possibly a note should be added about sending patches? i'm not sure... its up to you. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmp

Re: [FFmpeg-devel] VS 2015 patch

2015-11-26 Thread compn
On Wed, 25 Nov 2015 11:21:55 -0800 Bruce Dawson wrote: > I'm mentioning this just in case some other lost soul shows up trying > to contribute a patch to a Chromium only file. I'll get my patch > landed in the right place. > > Thanks for the help. hope we did n

Re: [FFmpeg-devel] Ideas to replace the options system

2015-12-06 Thread compn
list. there maybe some specific option feature, be it powershell or lisp or xml or whatever standard. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] matroskadec.c: Handle palettized QuickTime video properly

2015-12-11 Thread compn
ther samples we have from http://samples.ffmpeg.org . not sure we even have that many a_quicktime in mkv samples. same with v_quicktime. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] support for reading / writing encrypted MP4 files

2015-12-14 Thread compn
e encrypted mp4 files some kind of standard encryption? rephrased... will encrypted files created by ffmpeg be able to be decrypted/decoded and played by quicktime? or any other player? (assuming other player has the keys of course). thanks! -compn _

Re: [FFmpeg-devel] [PATCH]lavfi/decimate: Do not drop first frame

2015-12-20 Thread compn
first frame still gets dropped with your patch > attached. > > > It worked when I submitted it, I think. > > You think? > > (I still wonder why fieldmatch / decimate appear to be > the only features of FFmpeg that no developer has ever > tested afaict...) decimate was

Re: [FFmpeg-devel] Vertical bands with RT21 (Intel Real TimeVideo2.1) codec

2015-12-20 Thread compn
16bit codecs will work in a virtualbox that has win98 installed on it. with the official microsoft software, i have not tested mplayer on win98 in a long time. too bad indeo never updated their codecs to work on newer os. -compn ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] libi264: Add Hardware Accelerated H.264 Encoder based on libVA

2015-12-31 Thread compn
t an external application can call lavc's i264 encoder without converting nv12 itself. > also FFmpeg supports many platforms, not just x86 based ones > asm should be behind appropriate ARCH_* & cpuflags checks yes but i think this patch is for specifically x86 intel libva although right now i'm guessing there is also x64 intel libva? rephrased, this is a feature just for x86 libva h264 encoding on intel chipsets. would that be ok to commit as-is? and then add support for other platforms later? i ask because sometimes it is monumental task to support all platforms at once, especially by new contributors. i could be wrong. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Discussion related to the use of a global thread pool rather than the current threading model

2016-01-08 Thread compn
sily using 16 video elements at the same time. i've seen many websites slow the web browser down to nothing with flash video (which is why i do not use firefox on many sites). asking web developers to not show so many video ads is a bit shortsighted imo. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v2] libi264: Add Hardware Accelerated H.264 Encoder based on libVA

2016-01-12 Thread compn
use colorspace conversion, because colorspace conversion code belongs in swscale. now they complain that there is a swscale dep. so what do these devs want? heh. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/l

Re: [FFmpeg-devel] [PATCH] avformat/riff: add C210 FourCC (Canopus C210)

2016-01-14 Thread compn
t; { AV_CODEC_ID_V408, MKTAG('v', '4', '0', '8') }, > { AV_CODEC_ID_AYUV, MKTAG('A', 'Y', 'U', 'V') }, lgtm , samples uploaded i assume? -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [SPI] Outreachy funding

2016-02-02 Thread compn
On Tue, 2 Feb 2016 19:35:09 +0100 Michael Niedermayer wrote: > Hi > > I Suggest that we fund 1 slot for outreachy (so that FFmpeg can if there is a mentor, i have no objections did we have any other plans for those funds? just curious

Re: [FFmpeg-devel] [PATCH] ffplay: Use sws_scale to scale subtitles

2015-07-27 Thread compn
eeded, this could be changed as well if needed it would be nice to test this on android devices where scaling would affect cpu. although i dont know many people using ffplay for subtitled films on desktop, i thought there were a few mobile apps that used ffplay. -compn

Re: [FFmpeg-devel] New Server

2015-07-29 Thread compn
On Fri, 24 Jul 2015 19:06:02 +0200 Michael Niedermayer wrote: > I intend to accept 2 of the offers below for redundancy, again if you > think something else should be done, speak now! hi did anyone explain to the hosts that we get copyright claims and abuse mails because of files we host wrongl

Re: [FFmpeg-devel] New Server

2015-07-29 Thread compn
tware frequently tags open source software as viruses? -compn (p.s. reposting to cc, sorry for dup) ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] FFmpegs future and resigning as leader

2015-07-31 Thread compn
to gstreamer or some other horrible wrapper. ;) i do have one thing to ask of everyone, moving forward, can we please not blame michael for every single thing now? instead of complaining , send patches instead. -compn ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [libav-devel] [PATCH 0/20] removal of deprecated features

2015-07-31 Thread compn
time? yes, this means letting the old api rot, i have no problem with this. just to give time for projects to update. or maybe even create a wrapper ? bah. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] New Server

2015-07-31 Thread compn
> That leaves DreamHack and the Telepoint/MediaHub offer. > I thus accept these 2 offers > > Thanks alot ! > > [...] > yes , thanks to all who offered and thanks to dreamhack and telepoint/mediahub especially (also Nikolay Aleksandrov for answering my questio

Re: [FFmpeg-devel] Offering to help out - keeping the merges going and ML patch handling

2015-08-01 Thread compn
On Sat, 1 Aug 2015 17:07:58 +0200 Hendrik Leppkes wrote: > Just let me know, or share any objections. > I've already been granted access, however I didn't want to start > without giving a chance to comment. assuming everyone still wants merges, sounds good to

Re: [FFmpeg-devel] [PATCH] dxva2_hevc: fix ucNumDeltaPocsOfRefRpsIdx

2015-08-02 Thread compn
g like "dxva2_hevc: get pocs from sps rps index instead of slice header" "dxva2_hevc: fix ucNumDeltaPocsOfRefRpsIdx" is kind of not helpful. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] QSV MJPEG video decoder has been added.

2015-08-02 Thread compn
important that we need QSV decoding of it? some ip video cameras do mjpeg (others do jp2k or h264 of course), could use this to pipe to h264 encoder? dunno. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Matroska and PCM variants, error in encoding?

2015-08-03 Thread compn
int only" or a float. i'd hope it is integer so that it is 100% lossless instead of float which can differ on different hardware and cpu... and i'm not sure how to get ffmpeg to use the "A_PCM/INT/LIT" tag. to fix this, probably have to put some code in libavformat/matrosk

[FFmpeg-devel] [rfc] ffmpeg security issue mailing list

2015-08-07 Thread compn
fixed. so if you are a regular developer who wants access to this list, please speak up. i do not run nor admin the security email/list (nor do i know who does) so please dont ask me questions about it. -compn ___ ffmpeg-devel mailing list ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] doc/developer: Suggest everyone to help with patch reviews

2015-08-13 Thread compn
der to help review other patches, > > thats a great way > > > > reviewed > consider helping > that is > > > > +to get everyones, and thus also your patch reveiwed quicker. > > > > This sounds awkward. How about just: > > to get every

Re: [FFmpeg-devel] [PATCH 2/3] RFC: Should be squashed in the previous patch if OK

2015-08-15 Thread compn
return in *timeval a corresponding number of > + * Parse timestr and return in *timeval the corresponding number of > * microseconds. lgtm > * > * @param timeval puts here the number of microseconds corresponding could fix this line too.. timeval outpu

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread compn
ans absolutely nothing. ffmpeg maintainers file means a lot, please read ffmpeg developer policy/rules docs: http://ffmpeg.org/developer.html (well probably you do not care about the rules anyway, but feel free to propose to rm maintainers, then we can vote on it! yay voting) -compn ___

Re: [FFmpeg-devel] FFmpegs future and resigning as leader

2015-08-25 Thread compn
l agree on, then we'll vote on all of that i guess. > Cheers! > -roger- hope i answered some of the questions that i could. well this is just my opinion i dont speak for the project. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]Describe eia_608 as text subtitles

2015-08-27 Thread compn
just need more information for > testing and documenting it here. patch also looks ok to me. i'm not aware of 608 or 708 being anything but text. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] FFmpeg 2.8

2015-08-31 Thread compn
e than the old one. > > At least the old one doesn't crash. if it works for hendrik, then i vote for keeping asf_o. as long as its not default demuxer in ffmpeg, it wont hurt users. maybe we should have a codec_cap_experimental or format_cap_experimental on it or so as for having mult

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Add interface to motion estimation

2015-09-01 Thread compn
saying this though. the ml admins continue our policy of not banning anyone who speaks their mind as long as its civil. thanks for your opinion shen, although everyone wants us to get back together. including some billion dollar multi-national corporations. -compn _

Re: [FFmpeg-devel] [PATCH] avcodec: Switch bitrate to 64bit with the bump

2015-09-02 Thread compn
here be some > potential users (e.g embedded guys) who would benefit from relaxing > the int>=32 bit assumption? talk to rockbox (or other embedded libavcodec user) devs and ask them if 16bit precision would help. there were some embedded device patches for libavcodec that added int-only codecs. but no one ever looked at them. http://git.rockbox.org/?p=rockbox.git;a=tree;f=lib/rbcodec/codecs has the rockbox fixed point decoders, if someone wants to port them back to ffmpeg libavcodec git master that would be awesome... -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] swscale: re enable gamma conversion

2015-09-03 Thread compn
On Thu, 3 Sep 2015 13:01:34 -0300 Pedro Arthur wrote: > Hi, > > This patch implement gamma conversion in the refactored scaling code, > and re-enable it in old code. > If it is good let me know and I'll push it. did you run any be

Re: [FFmpeg-devel] [PATCH] swscale: re enable gamma conversion

2015-09-03 Thread compn
On Thu, 3 Sep 2015 23:02:03 -0300 Pedro Arthur wrote: > did you run any benchmarks? :) > > > No, but it is only enabled explicitly by flag, so it can only penalize > performance if the user explicitly enables it. no objections from me then, tha

Re: [FFmpeg-devel] [DECISION] Server "move"

2015-09-22 Thread compn
. aside from not knowing who they were. i'm not here to make trouble, i'm not the one doing the work. i dont care if we use videolan or bulgarian hoster. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee

2015-09-25 Thread compn
re, just curious. i remember having arpi and gabu on the list really scared some people. even ronald is still talking about them 4 years later. let it g, let it goo (what no llogan or compn on the list either bah) (yes, i still do some trac, patch review on ffmpeg-devel, http:/

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee

2015-09-25 Thread compn
On Fri, 25 Sep 2015 19:08:57 +0200 Hendrik Leppkes wrote: > On Fri, Sep 25, 2015 at 7:06 PM, compn wrote: > > On Fri, 25 Sep 2015 10:42:18 +0200 > > Clément Bœsch wrote: > > > >> On Sun, Sep 20, 2015 at 12:55:11PM +0200, Clément Bœsch wrote: > >> > H

Re: [FFmpeg-devel] [PATCH] avformat/hls: remove unused function

2015-09-27 Thread compn
> (or anyone else pushing) to either apply the old patch or > >> >> >> > this one (and possibly tag it if desired). > >> >> >> > >> >> >> See above for two possiblities on resolving th

Re: [FFmpeg-devel] Proposed vf_decimate enhancement

2015-09-29 Thread compn
er and attached it in this mail. -compn--- vf_decimate.c Tue Sep 29 08:30:08 2015 +++ vf_decimatex.c Tue Sep 29 08:28:22 2015 @@ -51,6 +51,10 @@ int bdiffsize; int64_t *bdiffs; +/* Ray */ +int lastdrop; +int64_t drop_count[5]; // drop counts + /* opti

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

2015-10-03 Thread compn
lready be done in a > different but more robust way. > > Most importantly, if ffplay is capable of playing the stream, then > ffmpeg should be able to read and manipulate it he wants to play and dump at the same time. like vlc can. should this

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread compn
ay we do. Send your changes as patches to the ffmpeg-devel mailing list, and if the code maintainers say OK, you may commit. This does not apply to files you wrote and/or maintain. specifically says do not change code without maintainers approval, twice. feel free to change developer policy by rfc'ing a patch i'm just trying to help. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation

2015-10-04 Thread compn
On Sun, 4 Oct 2015 09:27:05 -0700 Philip Langdale wrote: > On Sun, 4 Oct 2015 09:25:23 -0400 > compn wrote: > > carl is maintainer of this vdpau code, wm4. > > its right there in MAINTAINERS. > > As am I, for better or worse. > > Perhaps Carl and I can talk ab

Re: [FFmpeg-devel] [GSOC] Qualification tasks

2015-03-03 Thread compn
On Tue, 3 Mar 2015 19:09:44 +0100 Michael Niedermayer wrote: > Hi all mentors also please make sure all mentors are on irc to talk to new students. reimar and carl are two mentors i see that are not on irc right now. -compn ___ ffmpeg-devel mail

Re: [FFmpeg-devel] GSoC and Outreachy

2015-03-04 Thread compn
vdpau dev lib/ headers or finding trac and locating the mentors. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] GSoC '15 Introduction

2015-03-08 Thread compn
e base cloned and started reading and > documenting about it. great! being able to find docs, play in git and do it all by yourself is a very useful skill to have. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] GSoC Introduction

2015-03-08 Thread compn
ike coding network related software. I hope > I still do after the summer! dont know til ya try it, hope you have fun with the code. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] DCA Decoder

2015-03-12 Thread compn
e i dont want to talk about that haha.) -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]Do not list mov codecs in riff.c

2015-03-13 Thread compn
run into crashes in proprietary software and sticking mov codecs in avi works around some bug? in the end people just want it to 'work', and when they get "Could not find codec parameters for stream 1 (Video: none.." , thats not helping. especially when we already have a decod

Re: [FFmpeg-devel] [PATCH] Add ability to pause transcoding via keyboard interaction

2015-03-14 Thread compn
_thread loop. did not review patch, idea sounds good. what about ability to pause job to file ? like you have to reboot but you are in the middle of a encoding job. it would write to a file and resume with some option. -compn ___ ffmpeg-devel mailin

Re: [FFmpeg-devel] Areas needing work

2015-04-06 Thread compn
fmpeg/ffserver . i'm not making the argument either way, i'm just trying to help. :) -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Areas needing work

2015-04-06 Thread compn
eeded to represent a booth. whats needed, how many hours, how much $$$ for a booth at a convention, what should we bring, etc. maybe people that have been to conferences can list what goes on and what you do. maybe report how fun it is or how boring! :) -compn

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add youtube-dl based demuxer

2015-04-08 Thread compn
> > Doesn't help. You can't fix it. You need to use something other than > > system() if you want it to be secure. > > You can fix it, you can escape the quotes in the string or refuse a > string that contains single quotes,

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add youtube-dl based demuxer

2015-04-08 Thread compn
are mostly shouting into the wind around here about what should be in each library and what should not. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-10 Thread compn
expenses were higher than last time afaik - I'm sorry if I just > missed the corresponding thread on the list. > > My expenses are just for the merchandise basecaps: 166.42 € got any pics of people wearing the caps? (refund is OK to me, although i dont handle them

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add youtube-dl based demuxer

2015-04-09 Thread compn
youtube-dl python file is updated because a site changed. > what we should do is convince youtube that having youtube support in ffmpeg (and thus vlc and other projects) with ad playback, login support, etc, is exactly what youtube wants. then youtube sen

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add youtube-dl based demuxer

2015-04-09 Thread compn
On Thu, 9 Apr 2015 14:36:42 +0200 Nicolas George wrote: > Le decadi 20 germinal, an CCXXIII, compn a écrit : > > what we should do is convince youtube that having youtube support in > > ffmpeg (and thus vlc and other projects) with ad playback, login > > support, etc, is

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add youtube-dl based demuxer

2015-04-09 Thread compn
oxic. ah well, i dont have any answers. good luck -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Does the H.263 in FFmpeg support two pass encoding

2015-04-09 Thread compn
er file. then use framemd5 to see if the frames have changed md5... -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread compn
mpeg2 from mpegts to mp4. what player displays jerky movements? vlc? what ver vlc are you using? why convert from mpegts to mp4 in the first place? what player or software isnt handling mpegts? i know these problems may be ffmpeg fault. but i want some

Re: [FFmpeg-devel] audio conversion error!!

2018-05-25 Thread Compn
we need the mp4 file to test. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] Need FFmpeg consulting work - TV recording system project workflow with v4l2

2018-06-01 Thread Compn
Forwarding consulting job offer to mailing list with permission from sender. -Compn : Hi, we are a transcription company that does transcription of broadcast news. For that purpose, we need several TV stations constantly recorded in chunks. We have developed software to

Re: [FFmpeg-devel] [PATCH] lavf: add samba protocol via libsmbclient

2014-07-13 Thread compn
have easy shell and cannot mount smb. at least mine cant -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] new webpage design patches

2014-07-13 Thread compn
code itself. maybe if the patch is posted here? i make no promises. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread compn
at does it *require* javascript to do? > > Just a few pretty animations and resizing. It works well without > javascript, on w3m for instance. > i verified the test site worked in my browser with javascript disabled. i hate javascript. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread compn
On Mon, 14 Jul 2014 10:31:03 +0200 Clément Bœsch wrote: > From: db0company > > --- a/src/template_head2 > +++ b/src/template_head2 > + > + content="width=device-width,initial-scale=1.0"> > +

Re: [FFmpeg-devel] new webpage design patches

2014-07-21 Thread compn
project look whiney. fully agree. although it brought attention to some problems, i think it also made us the 'bad guys' to a lot of users of those shamed softwares. libav's shame page is still up, and is completely broken due to libav's bu

Re: [FFmpeg-devel] new webpage design patches

2014-07-21 Thread compn
t about the old names and do nothing, or maybe do some > redirection magic. probably revert the name/urls back. i dont think the names are set in stone ? i'd like to see an example so i dont break things further though. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Recommendation for ffmpeg.org background color change

2014-07-28 Thread compn
On Mon, 28 Jul 2014 07:00:12 -0700 "Frantisek Korbel" wrote: > - Dark background often use warez and other illegal webs, so some lol. thanks for your opinion. i am not against changing bg color, but i just thought this was hilar

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-11 Thread compn
nsider, should they not like our bulgarian host. if your goal is to endlessly argue , well thats ok too. what is your goal? thanks -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsu

Re: [FFmpeg-devel] SIMD Motion Compensation Optimizations

2024-11-11 Thread compn
> > "A 94x speed improvement demonstrated using handwritten assembly" are you trying to say that ffmpeg should take down the tweet? well you can come on #ffmpeg-devel irc too, if you dont like twitter. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-11 Thread compn
On Mon, 11 Nov 2024 18:17:11 + Kieran Kunhya via ffmpeg-devel wrote: > On Mon, Nov 11, 2024 at 5:31 PM compn wrote: > > > > what is your goal? > > > > thanks > > -compn > > Here are some quotes presented without comment: if your goal is to post o

[FFmpeg-devel] [PATCH] remove arpi from MAINTAINERS

2024-11-11 Thread compn
haven't seen arpi in a while so remove his root authorized key + remove him from maintainers. maybe he'll come back? anyone know how to contact tim nicholson? his mails are bouncing. https://uk.linkedin.com/in/tim-nicholson-7a2a3963 -compn diff --git a/MAINTAINERS b/MAINTAINERS index

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-12 Thread compn
s at a dinner ? thats your level of security? its fine, i'm just curious. (you'd think korea would have superior anti-mosquito technology by now) -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo

Re: [FFmpeg-devel] root access voting

2024-11-12 Thread compn
rofession is, and have no way of verifying who they are via photograph? and who says they "worked on embedded devices across ... military sectors" (on the about page of their website)? thanks -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] root access voting

2024-11-12 Thread compn
this mail might have come off angry, i didnt mean for this to be an angry email. can safely ignore this mail. -compn On Tue, 12 Nov 2024 12:51:23 -1000 compn wrote: > are you talking about the same Josh who asked not to have their photo > taken during vdd? > > you want a ro

Re: [FFmpeg-devel] [PATCH] remove arpi from MAINTAINERS

2024-11-12 Thread compn
On Tue, 12 Nov 2024 10:00:56 + Kieran Kunhya via ffmpeg-devel wrote: > On Tue, 12 Nov 2024, 04:07 compn, wrote: > > > haven't seen arpi in a while so remove his root authorized key + > > remove him from maintainers. maybe he'll come back? > > > >

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-12 Thread compn
On Tue, 12 Nov 2024 16:46:42 + Derek Buitenhuis wrote: > On 11/11/2024 7:34 PM, compn wrote: > > if your goal is to post old quotes, thats cool. > > Woosh. the quotes are from michael in 2015 saying elect a new leader. pretty sure we never elected one. feel free

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-13 Thread compn
big binary blob in the repo. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] Use AVBufferPool in MOV

2024-11-24 Thread compn
st popular format that i see on a daily basis , just behind mkv. with support by default in windows, mac/ios, android and web browsers, mov/mp4 is probably the #1 popular format in the world currently. testing and speeding up our mov/mp4 demuxer is a good idea. 3

Re: [FFmpeg-devel] [PATCH 2/2] tools/general_assembly: exclude Derek from GA emails

2024-11-24 Thread compn
On Sat, 23 Nov 2024 06:35:57 +0100 Anton Khirnov wrote: > At his own request, he can remove the entry whenever he likes. if its his wish. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-de

Re: [FFmpeg-devel] [PATCH 1/2] tools/general_assembly: add a mechanism for excluding people from GA list

2024-11-24 Thread compn
On Sat, 23 Nov 2024 06:35:56 +0100 Anton Khirnov wrote: > To be used at their own request, when they do not wish to receive vote > emails. good idea, i have not tested patch. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-24 Thread compn
fmpeg committers and part of the community. it was a shock when someone asked who they were. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread compn
On Mon, 25 Nov 2024 20:15:58 +0200 Rémi Denis-Courmont wrote: > Le sunnuntaina 24. marraskuuta 2024, 22.51.08 EET compn a écrit : > > a non-ff developer at vdd said i was "inactive for years". > > FWIW, while I do recall people criticising your answers in the FFmeg m

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread compn
then start a thread about coming up with a community trademark name. and what legal entity will own said community trademark, which countries it will be registered in , etc. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-25 Thread compn
g my credibility. its awfully annoying. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] [RFC] doc/community: Add a policy about using FFmpeg name in public events

2024-11-25 Thread compn
On Mon, 25 Nov 2024 17:01:47 -0500 Vittorio Giovara wrote: > On Mon, Nov 25, 2024 at 4:52 PM compn wrote: > > > On Mon, 25 Nov 2024 14:27:13 -0500 > > Vittorio Giovara wrote: > > > > > +* To represent FFmpeg in any product, conference, or tradeshow, you m

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread compn
le have issues with me having > access I'd gladly remove myself and leave the work to the other root > administrators. Also I'm available on IRC (nickname Raz-) or via email > if you have any questions or just want to chat. :) > > Cheers, > Nik i&#

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-27 Thread compn
e. everyone should go to korea if they get the chance, its great!! thanks for organizing. (and i'm sorry to CC for threadjacking. i'll do better.) -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-28 Thread compn
og/2016-July/101287.html -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-11-18 Thread compn
On Sat, 16 Nov 2024 10:12:13 -1000 compn wrote: > Here is a list of things people want documented. gathered from > previous emails and memories: > > 1. Complete list of infrastructure > 2. where servers are hosted (see infra.txt, our Telepoint.bg host) > 3. who has what ac

Re: [FFmpeg-devel] [REQUEST] Remove me from GA

2024-11-20 Thread compn
On Wed, 20 Nov 2024 14:39:49 -0500 Vittorio Giovara wrote: >I care about the process for using the ffmpeg name at a public event. wouldnt any question of commercial use of the ffmpeg trademarked name have to go through fabrice ? i'm seriously asking, i dont know.

Re: [FFmpeg-devel] SCaLE booth

2024-11-20 Thread compn
ontractual issue is not the same as legal issue. > what remi means is that any recording of the ffbooth will have to comply with whatever recording rules that the venue and SCALE event has. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-11-19 Thread compn
On Tue, 19 Nov 2024 18:16:45 +0200 Rémi Denis-Courmont wrote: > Le tiistaina 19. marraskuuta 2024, 5.18.52 EET compn a écrit : > > Since no one mentioned it this time around, i'll repeat what was > > said in the past. "ffmpeg" the name/trademark is not future

Re: [FFmpeg-devel] [RFC] infrastructure documentation

2024-11-19 Thread compn
dont know more details, i just thought the script should be documented and preserved from the ml if its useful. -compn ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

Re: [FFmpeg-devel] [RFC] dormant git accounts

2024-11-19 Thread compn
On Tue, 19 Nov 2024 14:03:51 + Derek Buitenhuis wrote: > On 11/12/2024 7:55 PM, compn wrote: > > On Tue, 12 Nov 2024 16:46:42 + > > Derek Buitenhuis wrote: > > > >> On 11/11/2024 7:34 PM, compn wrote: > >>> one of my goals is to m

Re: [FFmpeg-devel] [PATCH v6 12/12] avfilter/vf_scale: switch to new swscale API

2024-11-14 Thread compn
und it to the > > nearest similar value. > > yes, it should do something better than just failing with a message > that confuses the user > > also [fc#-1 @ 0x55b30de5f000] Error applying option 'in_v_chr_pos' to > filter 'scale': Option not found and o

[FFmpeg-devel] [RFC] infrastructure documentation

2024-11-16 Thread compn
/software). 4. Who owns avcodec.org? Who runs these DNS servers? Who has access? Who has contacts? 5. info on backup storage of mailing lists, servers, git repos etc 6. document the release tarball checksum patch in docs/website thanks -compn ___ ffmpeg

<    1   2   3   4   >