Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: drop api-codec-param test | Anton Khirnov | 2020-12-10 | 1 | -256/+0 |
| | | | | It fundamentally depends on deprecated lavf internals. | ||||
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -2/+0 |
| | | | | | | | avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock <josh@itanimul.li> | ||||
* | tests/api/api-codec-param-test: Do not directly access caps_internal | Michael Niedermayer | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | The caps_internal field has moved without major bump and direct access causes crashes, found when testing 3.1 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | fate/api-codec-param: fix codec context leak | Matthieu Bouron | 2015-12-08 | 1 | -0/+6 |
| | |||||
* | fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM tests | Matthieu Bouron | 2015-11-26 | 1 | -0/+252 |