[FFmpeg-devel] [PATCH] imlib2's rgb.txt
Ramiro Ribeiro Polla
ramiro
Fri Jun 15 01:29:17 CEST 2007
Michael Niedermayer wrote:
> Hi
>
> On Mon, Jun 11, 2007 at 01:28:31PM -0300, Ramiro Ribeiro Polla wrote:
>
>> Ramiro Ribeiro Polla wrote:
>>
>>> Michael Niedermayer wrote:
>>>
>>>
>>>> Hi
>>>>
>>>> On Mon, Jun 11, 2007 at 09:06:34AM +0200, V?ctor Paesa wrote:
>>>>
>>>>
>>>>
>>>>> Hi,
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>> Attached patch adds another location for the imlib2 vhook to search for
>>>>>> rgb.txt.
>>>>>> It's a relative path instead of an absolute path, good for Windows,
>>>>>> where X11 isn't installed.
>>>>>>
>>>>>> Even though vhooks should go away soon, it's nice for the next filter
>>>>>> system to support this too, so this patch is also informative for
>>>>>> whoever writes the next imlib2 filter.
>>>>>>
>>>>>>
>>>>>>
>>>>> The patch is also useful for POSIX systems that don't have X11 installed, or
>>>>> have it installed in unusual directories.
>>>>>
>>>>>
>>>>>
>>>> would it not make more sense to allow the user to specifiy the file path?
>>>>
>>>>
>>>>
>>>>
>>> Yes, it would.
>>> Also, it would make sense to add hex value support like drawtext.
>>>
>>> How about this:
>>> - add -rgb parameter to specify rgb.txt file
>>>
>
> probably ok
>
>
>
>>> - remove the 2 default paths for rgb.txt (ok?)
>>>
>
> i think some default should be kept somewhere
>
>
>
Is attached patch ok? (then another commit to reindent)
>>> - copy ParseColor (from drawtext.c), or put function in some shared
>>> file. (does lav* have a function for parsing hex colors?)
>>>
>>>
>> Answering my own question, ffmpeg.c does that in opt_pad_color.
>> Can it be moved to a library as av_parse_color
>>
>
> yes
> though please look at AVOption & av_eval() maybe we can use some of that
> code it would be a cool to be able to rather pass an expression which would
> change the color over time ...
>
>
>
>> (maybe libavutil)?
>>
>
> dunno, i need to see the code first but i think i prefer if its outside
> lavu
>
>
I'll postpone this to when I have more spare time.
Ramiro Polla
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rgbtxt.diff
Type: text/x-patch
Size: 2949 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070614/4c92b944/attachment.bin>
More information about the ffmpeg-devel
mailing list