Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input/cdio_paranoia: use CopyString() instead of g_strlcpy() | Max Kellermann | 2014-12-01 | 1 | -2/+1 |
| | |||||
* | InputStream: make offset_type unsigned | Max Kellermann | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -15/+2 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | input/cdio: convert to class | Max Kellermann | 2014-05-12 | 1 | -1/+2 |
| | |||||
* | input/cdio: move initialization code to constructor | Max Kellermann | 2014-05-12 | 1 | -51/+50 |
| | | | | | | Make attributes const, don't allow partial initialization. Instantiate the CdioParanoiaInputStream object at the end of input_cdio_open(). | ||||
* | input/cdio: handle cdio_open() failure | Max Kellermann | 2014-05-12 | 1 | -0/+5 |
| | |||||
* | input/cdio: initialize lsn_relofs in constructor | Max Kellermann | 2014-05-12 | 1 | -2/+1 |
| | |||||
* | input/cdio: initialize attribute "buffer_lsn" | Max Kellermann | 2014-05-12 | 1 | -1/+2 |
| | |||||
* | input/cdio: remove unused attribute "trackno" | Max Kellermann | 2014-05-12 | 1 | -11/+6 |
| | |||||
* | InputStream: remove attribute "plugin" | Max Kellermann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -40/+32 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -9/+0 |
| | | | Replaces the method Close(). | ||||
* | input/plugins: make InputStream the base class | Max Kellermann | 2014-05-11 | 1 | -19/+17 |
| | | | | Prepare for adding virtual methods. | ||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -3/+3 |
| | |||||
* | InputPlugin: allow init() to soft-fail | Max Kellermann | 2014-03-02 | 1 | -3/+3 |
| | | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+407 |