summaryrefslogtreecommitdiff
path: root/libavcodec/ralf.c
Commit message (Collapse)AuthorAge
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
| | | | | | | Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st>
* ralf: read Huffman code lengths without GetBitContextKostya Shishkov2012-03-24
| | | | | Those descriptions are stored in nibbles, so they are easy to extract. And this way we don't need to pad tables for possible bit reader overreads.
* RealAudio Lossless decoderKostya Shishkov2012-03-19