Quoted from here:
green gfx bugs while playing avi file encoded with ultimotion codec
most likely libavfilter-caused regression
Can someone here explain in more detail?
|
Quoted from here:
Can someone here explain in more detail? |
|||||
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
The word "regression" has a specific meaning in programming, which can be found in Wiktionary:
Thus, "regression" in the text provided seems to imply that there had been bugs previous to this. |
|||
|
|
In this case, regression is referring to a software bug that was fixed earlier, but has reappeared due to changes to the software or the modules it depends on. In software development, it is common to do regression testing. This is a process which is done either manually, by a quality assurance (QA) team, or automatically using a set of unit tests. It is done to ensure that operations that were working before changes were made to the software still work after the changes were made. If the changes cause things to break, those breakages are known as regressions. |
|||||||
|
|
It is a type of bug where something known to have worked in the past has stopped working. This jargon use of the word "regression" is based on the physiological sense of reverting to a less-developed state. |
|||
|
|