[FFmpeg-devel] [PATCH] Handling special characters in a URL.

Senthilnathan Maadasamy senthilnathan.maadasamy at gmail.com
Thu Feb 21 21:28:43 CET 2013


On Thu, Feb 14, 2013 at 1:38 AM, Senthilnathan Maadasamy <
senthilnathan.maadasamy at gmail.com> wrote:

>
> On Tue, Feb 12, 2013 at 5:12 AM, Stefano Sabatini <stefasab at gmail.com>wrote:
>
>>
>> > + * Percent encodes parts of a URL string based on RFC 3986.
>>
>> Nit:
>> Percent encode part of an URL string according to RFC 3986.
>>
>> The following corrections are subtleties related to internal/global
>> consistency/semantics.
>
>
> I have made the suggested changes in the patch below:
>
> Support for special characters in URL
>
> Signed-off-by: Senthilnathan M <senthilnathan.maadasamy at gmail.com>
> ---
>  libavformat/utils.c |   54
> +++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 54 insertions(+)
>
> diff --git a/libavformat/utils.c b/libavformat/utils.c
> index 10d2449..a068884 100644
>
>  char *ff_data_to_hex(char *buff, const uint8_t *src, int s, int lowercase)
> --
> 1.7.9.5
>

Ping.


More information about the ffmpeg-devel mailing list