Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/async: cache some data for fast seek backward | Zhang Rui | 2015-10-14 | 1 | -19/+104 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | fate/async: test error code from underlying protocol | Zhang Rui | 2015-10-10 | 1 | -0/+41 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: pass internal I/O error | Zhang Rui | 2015-10-10 | 1 | -6/+22 |
| | | | | | | av_fifo_generic_write() does not return any error code. Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: Allow compilation with native threads. | Matt Oliver | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | avformat/async: fix integer conversion warning | Zhang Rui | 2015-09-07 | 1 | -10/+11 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: replace strerror with av_err2str | Zhang Rui | 2015-09-06 | 1 | -6/+6 |
| | | | | | | Fixes CID1322337 Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: wake up main thread before exit background thread | Zhang Rui | 2015-07-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: move more code into locked area in background thread | Zhang Rui | 2015-07-25 | 1 | -4/+5 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: rename async_interrupt_callback to async_check_interrupt | Zhang Rui | 2015-07-21 | 1 | -5/+5 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: fix interrupt_callback usage and return code | Zhang Rui | 2015-07-21 | 1 | -6/+5 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: Add missing else | Michael Niedermayer | 2015-07-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | fate: add test for async protocol | Zhang Rui | 2015-07-21 | 1 | -0/+171 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | avformat/async: support filling with a background thread. | Zhang Rui | 2015-07-18 | 1 | -0/+387 |
Signed-off-by: Michael Niedermayer <[email protected]> |