aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sipr.c
Commit message (Expand)AuthorAgeFilesLines
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix spelling.Ronald S. Bultje2010-03-111-3/+3
* SIPR16k decoderVitor Sessak2010-01-161-10/+34
* Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak2010-01-161-1/+8
* Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak2010-01-161-53/+1
* Remove needless use of log2f()Vitor Sessak2010-01-131-1/+2
* Remove the struct SiprModeParam of the context. This will simplify splittingVitor Sessak2010-01-131-17/+17
* SIPR: kill variable-length arraysMåns Rullgård2010-01-131-3/+5
* SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov2010-01-101-0/+608