Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-29 | frei0r: Correctly clean up elements to be reusable and not leak memory | Sebastian Dröge | 1 | -0/+5 | |
2009-06-29 | frei0r: In the src plugins create the frei0r instances in create() before ↵ | Sebastian Dröge | 1 | -11/+10 | |
playback starts | |||||
2009-06-19 | frei0r: Make plugin scanning more robust | Sebastian Dröge | 1 | -5/+0 | |
2009-06-19 | frei0r: Free type names | Sebastian Dröge | 1 | -1/+5 | |
2009-06-19 | frei0r: Don't allow caps changes in PLAYING/PAUSED | Sebastian Dröge | 1 | -24/+11 | |
Most frei0r source plugins generate output based on previous output and creating a new instance on caps changes will let the output start at 0 again. | |||||
2009-06-19 | frei0r: Destroy the f0r_instance_t in stop() | Sebastian Dröge | 1 | -0/+18 | |
2009-06-19 | frei0r: Add the frei0r plugin type to the element name | Sebastian Dröge | 1 | -1/+1 | |
This makes it easier to distinguish generators from filters, etc | |||||
2009-06-19 | frei0r: Add support for frei0r source/generator plugins | Sebastian Dröge | 1 | -0/+407 | |