aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/MadDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/mad: use integer seek timesMax Kellermann2014-08-261-10/+9
| | | | Avoid roundtrips to floating point.
* decoder/mad: move duplicate code to RecoverFrameError()Max Kellermann2014-08-261-20/+16
|
* decoder/mad: simplify if/else chainMax Kellermann2014-08-261-20/+18
|
* decoder/mad: make variables more localMax Kellermann2014-08-261-9/+5
|
* decoder/mad: simplify "return", eliminate checkMax Kellermann2014-08-261-3/+1
| | | | | This check was redundant, because we could only exit the loop when ret==DECODE_OK.
* decoder/mad: don't reset the xing structMax Kellermann2014-08-251-3/+1
| | | | Not necessary.
* decoder/mad: remove unused flag "found_xing"Max Kellermann2014-08-251-3/+1
|
* decoder/mad: convert enums/macros to constexprMax Kellermann2014-08-241-22/+17
|
* decoder/mad: make variables more localMax Kellermann2014-08-241-60/+31
|
* InputStream: move typedef offset_type to Offset.hxxMax Kellermann2014-08-191-5/+5
| | | | Reduce header dependencies.
* decoder/mad: check InputStream::KnownSize()Max Kellermann2014-08-191-2/+2
|
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-1/+1
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* Input*: move to input/Max Kellermann2014-01-241-2/+2
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+1155