| Age | Commit message (Collapse) | Author |
|
|
|
The docs say on EAGAIN we should call avcodec_receive_frame()
and then re-send the same packet again. This should do that.
This is a fix for errors trigged by the accompanying test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Even if it isn't, we still want to try to back up other stuff.
Previously if copying config.xml threw an exception we'd just
give up.
|
|
|
|
not be there.
|
|
|
|
|
|
|
|
It still feels like I'm missing some large and beautiful trick
with gathering all the gap-filling code into one place, but
such a trick still eludes me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<memory> is needed for std::*_ptr, and <algorithm> for std::transform.
|
|
|
|
|
|
|
|
|
|
This seems to be what ffplay does and it feels like it makes sense
as frames may be built from multiple packets AFAICS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was introduced in a2e41d9a95b6e0000f3a54f513214130f8b6ca9f
when a snprintf() was changed for a locale_convert().
|
|
|
|
|
|
for the
case when the user has specified their own config file path.
|
|
|
|
|
|
|
|
|