summaryrefslogtreecommitdiff
path: root/libavformat/wvenc.c
Commit message (Collapse)AuthorAge
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
| | | | | | | | Since 596e5d4783, this is not necessary anymore. It also allows to actually disable the flushing, improving write performance (but possibly giving worse latency in real-time streaming). Signed-off-by: Martin Storsjö <martin@martin.st>
* lavf: add a raw WavPack muxer.Anton Khirnov2013-05-28