| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* commit 'd12b5b2f135aade4099f4b26b0fe678656158c13':
build: Split test programs off into separate files
Some conversions done by: James Almer <[email protected]>
Merged-by: Derek Buitenhuis <[email protected]>
|
|
|
|
|
|
|
| |
for compatibility with platforms that treat it
as newline
Signed-off-by: Muhammad Faiz <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
MSVC does not allow passing file pointers between libs
This API can thus not work with MSVC and as it was very recently added
and its it was in no release its removial should not cause any problems
A better API will be implemented, but its not finished yet, this revert is
to avoid potentially blocking the release
Found-by: Hendrik Leppkes <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
| |
Suggested-by: jamrial
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
|
|
| |
av_bprint_fd_contents() patches
Should fix build failure on MSVC
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
| |
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
| |
Signed-off-by: Lou Logan <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
Reveiwed-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
| |
Fixes build with MSVC and ICL.
Signed-off-by: Derek Buitenhuis <[email protected]>
|
|
|
|
|
| |
Reviewed-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
|
|
| |
The escape API will be useful to perform escaping programmatically, which
is required when crafting argument strings, and will be used for context
printing as well.
This is based on the ffescape tool code, with a few extensions and fixes.
|
| |
|
|
|
|
|
| |
It is useful to use bprint to handle a growing buffer
used with another API.
|
|
|
|
|
|
|
|
| |
A proper implementation was introduced in
ba537202801d71711f1ef9306a6248dd2d426fa0 for MSVC, and
MinGW already has vsnprintf.
Signed-off-by: Derek Buitenhuis <[email protected]>
|
|
|
|
|
|
| |
Signed-off-by: Derek Buitenhuis <[email protected]>
Reviewed-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
| |
|
|
|
|
| |
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
| |
this should fix some fate failures
Signed-off-by: Michael Niedermayer <[email protected]>
|
| |
|
| |
|
|
|