Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio: better rejection of invalid formats | wm4 | 2013-11-27 | 1 | -0/+6 |
* | audio: fix audio data memory leak | wm4 | 2013-11-14 | 1 | -1/+1 |
* | mp_audio: use av_malloc (cargo cult for libav*) | wm4 | 2013-11-12 | 1 | -3/+27 |
* | audio/filter: prepare filter chain for non-interleaved audio | wm4 | 2013-11-12 | 1 | -11/+137 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 1 | -1/+1 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -1/+1 |
* | audio: add channel map selection function | wm4 | 2013-05-12 | 1 | -2/+1 |
* | audio/filters: add af_force | wm4 | 2013-05-12 | 1 | -0/+6 |
* | audio: print channel map additionally to channel count on terminal | wm4 | 2013-05-12 | 1 | -0/+15 |
* | af: use mp_chmap for mp_audio, include channel map in format negotiation | wm4 | 2013-05-12 | 1 | -2/+20 |
* | audio: add some setters for mp_audio, and require filters to use them | wm4 | 2013-05-12 | 1 | -0/+38 |