| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_alsa: remove 9 year old typo | wm4 | 2014-01-02 | 1 | -1/+0 |
* | ao_alsa: Unbreak pause/resume | Martin Herkt | 2014-01-02 | 1 | -11/+10 |
* | ao_alsa: Fix PCM resume after suspend | Martin Herkt | 2014-01-02 | 1 | -15/+15 |
* | audio: fix format ID conversion | wm4 | 2013-12-23 | 1 | -1/+1 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 3 | -3/+3 |
* | af_export: require filename argument | wm4 | 2013-12-21 | 1 | -4/+3 |
* | m_option: add mp_log callback to OPT_STRING_VALIDATE options | wm4 | 2013-12-21 | 3 | -60/+62 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 4 | -11/+13 |
* | codecs: mp_msg conversion | wm4 | 2013-12-21 | 1 | -1/+1 |
* | ao: some missing mp_msg conversions | wm4 | 2013-12-21 | 1 | -13/+17 |
* | ao_wasapi: mp_msg conversions | wm4 | 2013-12-21 | 1 | -67/+34 |
* | audio/fmt-conversion.c: remove unknown audio format messages | wm4 | 2013-12-21 | 4 | -15/+19 |
* | audio: mp_msg conversions | wm4 | 2013-12-21 | 23 | -194/+178 |
* | mixer: mp_msg conversions | wm4 | 2013-12-21 | 2 | -13/+12 |
* | ao_alsa: don't set ALSA message callback | wm4 | 2013-12-21 | 1 | -21/+0 |
* | ao_wasapi: fix includes | wm4 | 2013-12-18 | 1 | -3/+2 |
* | ad_lavc: work around deprecation warning | wm4 | 2013-12-18 | 1 | -1/+4 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 4 | -4/+4 |
* | Remove the _ macro | wm4 | 2013-12-18 | 1 | -0/+2 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 44 | -60/+60 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 25 | -28/+28 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 7 | -23/+23 |
* | ao_wasapi: Fix mistaken behavior on uninit | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -2/+2 |
* | ao_wasapi: handle AOPLAY_FINAL_CHUNK | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -2/+6 |
* | ao_wasapi: Reduce the buffer size to a sane value | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -1/+1 |
* | ao_wasapi: fix audio buffering delay calculation | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -1/+1 |
* | mixer: remove comment about af_pan doing downmixing | wm4 | 2013-12-07 | 1 | -3/+1 |
* | audio: flush remaining data from the filter chain on EOF | wm4 | 2013-12-05 | 2 | -3/+7 |
* | audio/filter: change filter callback signature | wm4 | 2013-12-05 | 28 | -152/+152 |
* | ad_lavc: handle decoder EAGAIN only if there was an input packet | wm4 | 2013-12-04 | 1 | -3/+3 |
* | af: remove af->setup field | wm4 | 2013-12-04 | 3 | -9/+7 |
* | af: remove legacy option parsing hacks | wm4 | 2013-12-04 | 2 | -10/+2 |
* | af_pan: change options, use option parser | wm4 | 2013-12-04 | 1 | -42/+38 |
* | af_ladspa: change options, use option parser | wm4 | 2013-12-04 | 1 | -158/+103 |
* | af_delay: change option parsing, fix bugs, use option parser | wm4 | 2013-12-04 | 1 | -27/+36 |
* | af_channels: use "unknown" channel layouts | wm4 | 2013-12-04 | 1 | -2/+4 |
* | af_channels: change options, fix bugs, use option parser | wm4 | 2013-12-04 | 1 | -65/+45 |
* | af_sweep: use option parser | wm4 | 2013-12-04 | 1 | -16/+7 |
* | af_surround: use option parser | wm4 | 2013-12-04 | 1 | -24/+8 |
* | af_sub: use option parser | wm4 | 2013-12-04 | 1 | -36/+9 |
* | af_sinesuppress: use option parser | wm4 | 2013-12-04 | 1 | -24/+8 |
* | af_hrtf: use option parser | wm4 | 2013-12-04 | 1 | -34/+23 |
* | af_extrastereo: use option parser | wm4 | 2013-12-04 | 1 | -22/+8 |
* | af_export: use option parser | wm4 | 2013-12-04 | 1 | -48/+16 |
* | af_equalizer: use option parser | wm4 | 2013-12-04 | 1 | -26/+17 |
* | af_drc: use option parser | wm4 | 2013-12-04 | 1 | -35/+18 |
* | af_center: use option parser | wm4 | 2013-12-04 | 1 | -27/+8 |
* | af: returning NULL on filtering means error | wm4 | 2013-12-04 | 1 | -2/+4 |
* | ad_lavc: expose an option to enable threading | wm4 | 2013-12-04 | 1 | -0/+3 |
* | ad_lavc: deal with arbitrary decoder delay | wm4 | 2013-12-04 | 1 | -16/+24 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 2 | -2/+2 |
* | ao_oss: when falling back from unknown prefer larger format | bugmen0t | 2013-12-04 | 1 | -0/+16 |
* | ao_oss: add 24bit formats | bugmen0t | 2013-12-04 | 1 | -0/+12 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 3 | -1/+4 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 1 | -1/+3 |
* | ao_oss: add 6.1 and 7.1 speaker placement from FreeBSD | bugmen0t | 2013-11-30 | 1 | -1/+15 |
* | ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_t | wm4 | 2013-11-30 | 1 | -2/+3 |
* | ao_alsa: remove unneeded checks | wm4 | 2013-11-30 | 1 | -19/+11 |
* | ao_alsa: enable "plug" for non-interleaved float formats too | wm4 | 2013-11-30 | 1 | -2/+1 |
* | ao_alsa: disable ALSA resampling by default again | wm4 | 2013-11-29 | 1 | -0/+9 |
* | ao_coreaudio: simplify ch label to speaker id conversion | Stefano Pigozzi | 2013-11-27 | 1 | -23/+37 |
* | af_lavi: actually free the filter graph on uninit | wm4 | 2013-11-27 | 1 | -5/+1 |
* | Move some code from player to audio/video reset functions | wm4 | 2013-11-27 | 1 | -2/+6 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 5 | -7/+7 |
* | ao_coreaudio: map channel labels needed for 8ch layouts | Stefano Pigozzi | 2013-11-27 | 1 | -4/+30 |
* | audio: better rejection of invalid formats | wm4 | 2013-11-27 | 4 | -20/+28 |
* | ao_alsa: do not forcibly disable ALSA resampling | Martin Herkt | 2013-11-26 | 1 | -6/+0 |
* | ad_lavc: increase number of packets for initial decode | wm4 | 2013-11-26 | 1 | -2/+5 |
* | ao_rsound: fix option types | wm4 | 2013-11-23 | 1 | -2/+2 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -6/+7 |
* | audio: remove ad_driver.preinit | wm4 | 2013-11-23 | 6 | -34/+13 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 5 | -47/+42 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 6 | -191/+219 |
* | ao_null: fix simulated buffer size | wm4 | 2013-11-19 | 1 | -1/+1 |
* | audio/filter: rename af_tools.c to tools.c | wm4 | 2013-11-18 | 1 | -0/+0 |
* | audio: drop buffered filter data when seeking | wm4 | 2013-11-18 | 4 | -0/+25 |
* | audio/filter: remove unneeded AF_CONTROLs, convert to enum | wm4 | 2013-11-18 | 15 | -247/+73 |
* | af: cleanup documentation comments | wm4 | 2013-11-18 | 3 | -139/+22 |
* | audio: use the decoder buffer's format, not sh_audio | wm4 | 2013-11-18 | 1 | -2/+2 |
* | audio: fix mid-stream audio reconfiguration | wm4 | 2013-11-18 | 3 | -1/+12 |
* | af_lavrresample: set cutoff as double, not int | wm4 | 2013-11-17 | 1 | -1/+1 |
* | ao_null: properly simulate final chunk, add buffer options | wm4 | 2013-11-17 | 1 | -19/+50 |
* | ao_lavc: use af_format_conversion_score() | wm4 | 2013-11-16 | 1 | -26/+29 |
* | audio/format: add heuristic to estimate loss on format conversion | wm4 | 2013-11-16 | 2 | -0/+51 |
* | audio/format: fix doublep sample format | wm4 | 2013-11-16 | 1 | -1/+1 |
* | ao_lavc: write the final audio chunks from uninit() | Rudolf Polzer | 2013-11-16 | 1 | -7/+10 |
* | ao_lavc: fix crash with interleaved audio outputs. | Rudolf Polzer | 2013-11-16 | 1 | -2/+4 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 27 | -68/+56 |
* | dec_audio: adjust "large" decoding amount | wm4 | 2013-11-15 | 1 | -5/+5 |
* | af_lavcac3enc: use option parser | wm4 | 2013-11-15 | 1 | -35/+37 |
* | ad_spdif: fix regressions | wm4 | 2013-11-14 | 2 | -9/+9 |
* | ao_alsa: non-interleaved access is not always available | wm4 | 2013-11-14 | 1 | -0/+5 |
* | audio: fix audio data memory leak | wm4 | 2013-11-14 | 1 | -1/+1 |
* | ao_null: add untimed sub-option | wm4 | 2013-11-13 | 1 | -2/+18 |
* | ao_null: support pausing properly | wm4 | 2013-11-13 | 1 | -4/+14 |
* | ao_lavc: support non-interleaved audio | wm4 | 2013-11-13 | 3 | -232/+42 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 59 | -1406/+1460 |
|\ |
|
| * | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 7 | -480/+316 |
| * | ad_mpg123: reduce ifdeffery | wm4 | 2013-11-12 | 1 | -47/+2 |
| * | dec_audio: fix behavior on format changes | wm4 | 2013-11-12 | 1 | -3/+1 |
| * | mp_audio: use av_malloc (cargo cult for libav*) | wm4 | 2013-11-12 | 2 | -3/+30 |
| * | ao_jack: switch from interleaved to planar audio | William Light | 2013-11-12 | 1 | -95/+92 |
| * | ao_jack: refactoring, also fix "no-connect" option | William Light | 2013-11-12 | 1 | -57/+97 |
| * | af_lavcac3enc: use planar formats | wm4 | 2013-11-12 | 1 | -134/+82 |
| * | af_lavcac3enc: simplify format negotiation | wm4 | 2013-11-12 | 1 | -28/+33 |
| * | audio/filter: fix mul/delay scale and values | wm4 | 2013-11-12 | 28 | -55/+23 |
| * | ao_openal: support non-interleaved output | wm4 | 2013-11-12 | 1 | -18/+11 |
| * | ao_alsa: support non-interleaved audio | wm4 | 2013-11-12 | 1 | -25/+23 |
| * | ao_null: support non-interleaved audio | wm4 | 2013-11-12 | 1 | -17/+20 |
| * | audio: switch output to mp_audio_buffer | wm4 | 2013-11-12 | 4 | -47/+32 |
| * | audio: add mp_audio_buffer | wm4 | 2013-11-12 | 2 | -0/+196 |
| * | audio/out: prepare for non-interleaved audio | wm4 | 2013-11-12 | 17 | -85/+92 |
| * | af: don't require filters to allocate af_instance->data, redo buffers | wm4 | 2013-11-12 | 27 | -211/+36 |
| * | af_lavfi: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -30/+24 |
| * | af_volume: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -16/+25 |
| * | af_lavrresample: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -27/+45 |
| * | audio/out: reject non-interleaved formats | wm4 | 2013-11-12 | 13 | -1/+25 |
| * | audio/filter: prepare filter chain for non-interleaved audio | wm4 | 2013-11-12 | 28 | -177/+332 |
| * | audio/format: add non-interleaved audio formats | wm4 | 2013-11-12 | 3 | -2/+75 |
* | | demux_mkv: support some raw PCM variants | wm4 | 2013-11-11 | 1 | -23/+11 |
* | | ao_lavc: remove audio offset hack to ease supporting planar audio. | Rudolf Polzer | 2013-11-11 | 1 | -66/+11 |
|/ |
|
* | ao: add ao_play_silence, use for ao_alsa and ao_oss | wm4 | 2013-11-10 | 6 | -13/+31 |
* | af: don't skip filtering if there's no more audio | wm4 | 2013-11-10 | 2 | -3/+5 |
* | ad_spdif: change API usage so that it works on Libav | wm4 | 2013-11-10 | 1 | -3/+9 |
* | player: set PulseAudio stream title to window title | wm4 | 2013-11-10 | 2 | -0/+15 |
* | af_volume: use only one volume setting for all channels | wm4 | 2013-11-09 | 2 | -34/+22 |
* | ao_alsa: use correct magic spdif flags | wm4 | 2013-11-09 | 1 | -14/+11 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 3 | -8/+3 |
* | af_scaletempo: uncrustify | wm4 | 2013-11-09 | 1 | -404/+388 |
* | af_lavrresample: reconfigure libavresample only on successful init | wm4 | 2013-11-09 | 1 | -7/+6 |
* | af_lavrresample: move libavresample setup to separate function | wm4 | 2013-11-09 | 1 | -90/+98 |
* | af_convert24: fix complicated and incorrect format negotiation | wm4 | 2013-11-09 | 1 | -9/+4 |
* | af_surround: fix format negotiation | wm4 | 2013-11-09 | 1 | -12/+9 |
* | af: allow filters to return AF_OK, even if format doesn't match | wm4 | 2013-11-09 | 1 | -0/+2 |
* | ao: print requested audio format on init | wm4 | 2013-11-09 | 3 | -6/+4 |
* | ao_alsa: add magic spdif parameters | wm4 | 2013-11-09 | 1 | -1/+25 |
* | ao_alsa: redo the way parameters are added in the spdif case | wm4 | 2013-11-09 | 1 | -38/+24 |
* | ad_spdif: fix libavformat API usage | wm4 | 2013-11-09 | 1 | -107/+76 |
* | af: always remove auto-inserted filters, improve error message | wm4 | 2013-11-09 | 1 | -4/+3 |
* | audio: don't let ao_lavc access frontend internals, change gapless audio | wm4 | 2013-11-08 | 3 | -35/+33 |
* | audio: stop "unsupported sample format" spam | wm4 | 2013-11-07 | 1 | -6/+1 |
* | audio: fix bogus audio format comparison | wm4 | 2013-11-07 | 1 | -1/+1 |
* | af: remove a pointless macro | wm4 | 2013-11-07 | 2 | -28/+16 |
* | audio/format: convert format macros to enum, drop NE suffix | wm4 | 2013-11-07 | 2 | -95/+96 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 13 | -34/+22 |
* | audio/format: reformat | wm4 | 2013-11-07 | 2 | -58/+56 |
* | ao_oss: fix previous ao_oss commit | wm4 | 2013-11-06 | 1 | -1/+0 |
* | ao_oss: hide warning | wm4 | 2013-11-06 | 1 | -2/+2 |
* | ao_oss: don't enable -softvol by default on OSSv4 | bugmen0t | 2013-11-06 | 1 | -0/+4 |
* | ao_oss: make no_persistent_volume volume work when seeking | bugmen0t | 2013-11-06 | 1 | -0/+4 |
* | osx: fix -Wshadow warnings on platform specific code | Stefano Pigozzi | 2013-11-04 | 1 | -3/+3 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 5 | -27/+27 |
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 1 | -1/+1 |
* | ao_pulse: fix channel layouts | wm4 | 2013-10-31 | 1 | -1/+4 |
* | ao_alsa: return negative value on error in play() | wm4 | 2013-10-30 | 1 | -3/+3 |
* | af: replace macros with too generic names | wm4 | 2013-10-26 | 11 | -43/+33 |
* | af_volume: some more cosmetics | wm4 | 2013-10-26 | 1 | -27/+15 |
* | af_volume: switch to new option parsing | wm4 | 2013-10-26 | 1 | -31/+18 |
* | af_volume: uncrustify | wm4 | 2013-10-26 | 1 | -94/+85 |
* | af_volume: don't change volume if nothing is to be changed | wm4 | 2013-10-26 | 1 | -0/+2 |
* | af_volume: remove unused features | wm4 | 2013-10-26 | 3 | -56/+1 |
* | ao_alsa: don't include alloca.h | wm4 | 2013-10-25 | 1 | -1/+0 |
* | audio/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 18 | -106/+45 |
* | audio/filter: remove useless af_info fields | wm4 | 2013-10-23 | 26 | -152/+94 |
* | af_force: set format early for better debug output | wm4 | 2013-10-23 | 1 | -18/+34 |
* | af_force: minor simplifications | wm4 | 2013-10-23 | 1 | -9/+0 |
* | audio/filter: rename af_force.c to af_format.c | wm4 | 2013-10-23 | 1 | -0/+0 |
* | audio/filter: split af_format into separate filters, rename af_force | |