summaryrefslogtreecommitdiff
path: root/doc/filter_design.txt
Commit message (Collapse)AuthorAge
* doc: fix typos in filter documentationBobby Bingham2012-09-18
| | | | Signed-off-by: Bobby Bingham <uhmmmm@gmail.com>
* filter_design: document ownership and permissions.Nicolas George2012-08-14
|
* doc/filter_design: fix a few typosStefano Sabatini2012-07-22
|
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
| | | | | | | | | The planar/packed switch and the packing_formats list is no longer required, since the planar/packed information is now stored in the sample format enum. This is technically a major API break, possibly it should be not too painful as we marked the audio filtering API as unstable.
* doc/filter_design: fix a few other typo.Clément Bœsch2012-05-16
|
* doc/filtering_design: fix typo negociation -> negotiationStefano Sabatini2012-05-16
|
* lavfi: document filter design subtleties.Nicolas George2012-05-14
The details on reference ownership and permissions are missing.