aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore/mp_ring.c
Commit message (Collapse)AuthorAge
* mp_ring: fix comment typoGravatar Stefano Pigozzi2013-11-22
|
* mp_ring: remove unused functionGravatar wm42013-11-15
| | | | This was needed for ao_jack.c., but not anymore.
* mp_ring: fix mp_ring_read_cb() when read wraps aroundGravatar William Light2013-10-08
| | | | | | previously, mp_ring_read_cb() would allow reading past the end of the ringbuffer when buffered > available. mp_ring_read() had logic for splitting the read into two, which I duplicated into mp_ring_read_cb().
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
| | | | Followup commit. Fixes all the files references.
* core: move contents to mpvcore (1/2)Gravatar Stefano Pigozzi2013-08-06
core is used in many unix systems for core dumps. For that reason some tools work under the assumption that the file is indeed a core dump (for example autoconf does this). This commit just renames the files. The following one will change all the includes to fix compilation. This is done this way because git has a easier time tracing file changes if there is a pure rename commit.