summaryrefslogtreecommitdiff
path: root/doc/filter_design.txt
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-10/+10
| | | | | Based on patch by Anton Khirnov Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: fix typos in filter documentationBobby Bingham2012-09-181-2/+2
| | | | Signed-off-by: Bobby Bingham <uhmmmm@gmail.com>
* filter_design: document ownership and permissions.Nicolas George2012-08-141-1/+154
|
* doc/filter_design: fix a few typosStefano Sabatini2012-07-221-4/+4
|
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-161-1/+2
| | | | | | | | | 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-161-4/+4
|
* doc/filtering_design: fix typo negociation -> negotiationStefano Sabatini2012-05-161-2/+2
|
* lavfi: document filter design subtleties.Nicolas George2012-05-141-0/+115
The details on reference ownership and permissions are missing.