Nicolas George 481cbc5ad5 lavf/http: fix cookie parsing.
The current code would use any unknown attribute-value pair
as the cookie value.
RFC 6265 states that the first key-value pair is the actual
cookie, and the attribute-value pairs only start after.

With the current code:
Set-Cookie: test=good_value; path=/; dummy=42
gives this:
Cookie: dummy=42
instead of this with the new code:
Cookie: test=good_value
2014-08-17 20:07:27 +02:00
2014-08-17 11:30:55 +02:00
2014-08-17 11:28:23 +02:00
2014-08-12 20:52:21 +02:00
2014-08-15 22:47:45 +02:00
2014-05-28 03:52:50 +02:00
2014-08-15 22:47:45 +02:00
2014-08-17 11:30:55 +02:00
2014-08-15 22:47:45 +02:00
2014-05-28 22:38:38 +02:00
2014-05-28 22:38:11 +02:00
2014-08-10 10:07:55 -04:00

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%