summaryrefslogtreecommitdiff
path: root/libavformat/libmodplug.c
Commit message (Collapse)AuthorAge
* libmodplug: support options (noise reduction, reverb, bass boost, ...)Clément Bœsch2011-10-06
|
* libmodplug: handle EOF correctly.Clément Bœsch2011-10-05
|
* libmodplug: simplify and fix read_packet() callback.Clément Bœsch2011-10-05
| | | | | | In case of av_new_packet() error, a correct return error code is raised, the data memcpy is avoided, and pkt dts/pts are not assigned anymore (since the defaults are good).
* libmodplug: consistent use of sizeof.Clément Bœsch2011-10-05
|
* Add libmodplug support.Clément Bœsch2011-10-04