Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-19 | frei0r: Make plugin scanning more robust | Sebastian Dröge | 4 | -15/+20 | |
2009-06-19 | frei0r: Make sure to only register plugins that have valid propert types | Sebastian Dröge | 1 | -0/+15 | |
2009-06-19 | frei0r: Remove custom get_unit_size implementation | Sebastian Dröge | 1 | -16/+0 | |
This is already handled by the default one from GstVideoFilter | |||||
2009-06-19 | frei0r: Fix the klass of the filter elements | Sebastian Dröge | 1 | -1/+1 | |
2009-06-19 | frei0r: Free type names | Sebastian Dröge | 3 | -3/+15 | |
2009-06-19 | frei0r: Unref the GstCollectPads instance on finalize | Sebastian Dröge | 1 | -0/+4 | |
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 | freir0: Add support for frei0r mixer plugins | Sebastian Dröge | 5 | -8/+867 | |
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 | 2 | -2/+2 | |
This makes it easier to distinguish generators from filters, etc | |||||
2009-06-19 | frei0r: Add support for frei0r source/generator plugins | Sebastian Dröge | 4 | -2/+482 | |
2009-06-19 | frei0r: Allow the complete double range for double properties | Sebastian Dröge | 1 | -1/+1 | |
The spec restricts it to [0,1] but some plugins are using the complete double range. | |||||
2009-06-19 | frei0r: Use better property nicks | Sebastian Dröge | 1 | -4/+17 | |
2009-06-19 | frei0r: First version of a frei0r wrapper plugin | Sebastian Dröge | 6 | -0/+1535 | |
Currently this only supports frei0r filters. |