| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_coreaudio: log even more info in verbose mode | Stefano Pigozzi | 2014-04-24 | 1 | -5/+27 |
* | ao_coreaudio: add verbose output of detected channel layouts | Stefano Pigozzi | 2014-04-23 | 1 | -0/+5 |
* | audio: minor simplification in wait code | wm4 | 2014-04-23 | 1 | -2/+1 |
* | audio: preallocate audio buffers on resize | wm4 | 2014-04-18 | 1 | -2/+7 |
* | player: unrangle one aspect of audio EOF handling | wm4 | 2014-04-17 | 3 | -5/+11 |
* | audio: add hack against broken pulseaudio EOF condition | wm4 | 2014-04-17 | 1 | -1/+16 |
* | audio: explicitly document audio EOF condition | wm4 | 2014-04-17 | 1 | -0/+5 |
* | ao_null: add simulated device latency, simulate EOF problems | wm4 | 2014-04-17 | 1 | -3/+19 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 1 | -5/+6 |
* | ao: remove redundant get_delay check | wm4 | 2014-04-17 | 1 | -4/+0 |
* | af_lavcac3enc: detach on any passthrough format, not just ac3 | wm4 | 2014-04-16 | 1 | -1/+1 |
* | audio: wake up the core when audio buffer is running low (2) | wm4 | 2014-04-15 | 1 | -2/+9 |
* | ao_pulse: use ao_need_data() | wm4 | 2014-04-15 | 1 | -2/+2 |
* | audio: wake up the core when audio buffer is running low | wm4 | 2014-04-15 | 2 | -15/+61 |
* | Kill all tabs | wm4 | 2014-04-13 | 21 | -524/+524 |
* | af_volume: fix clang -Wsometimes-uninitialized | Kevin Mitchell | 2014-04-13 | 1 | -1/+1 |
* | af_lavfi: fix graph parse deprecation warning | Kevin Mitchell | 2014-04-13 | 1 | -1/+1 |
* | encode: add a missing \n to a log call | wm4 | 2014-04-10 | 1 | -1/+1 |
* | demux: move metadata-based replaygain decoding out of af_volume | Alessandro Ghedini | 2014-04-04 | 1 | -80/+9 |
* | af_volume: use replaygain side data | Alessandro Ghedini | 2014-04-04 | 1 | -7/+19 |
* | af: add replaygain_data field to af_stream and af_instance | Alessandro Ghedini | 2014-04-04 | 4 | -0/+6 |
* | ao_wasapi: make code shorter | wm4 | 2014-03-30 | 1 | -65/+36 |
* | af_volume: fix replaygain | wm4 | 2014-03-27 | 1 | -2/+3 |
* | af_lavcac3enc: use new AVFrame API | wm4 | 2014-03-16 | 1 | -3/+3 |
* | ao_lavc: set AVFrame.format | wm4 | 2014-03-16 | 1 | -0/+1 |
* | encode: use new AVFrame API | wm4 | 2014-03-16 | 1 | -5/+3 |
* | ad_lavc: use new AVFrame API | wm4 | 2014-03-16 | 1 | -2/+4 |
* | build: simplify libavfilter configure checks | wm4 | 2014-03-16 | 1 | -1/+1 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -13/+3 |
* | ad_lavc: remove deprecated downmixing by channel count | wm4 | 2014-03-16 | 1 | -4/+0 |
* | ao_dsound: remove duplicated code | wm4 | 2014-03-16 | 1 | -17/+6 |
* | af_lavrresample: remove avresample_set_channel_mapping() fallbacks | wm4 | 2014-03-16 | 6 | -135/+0 |
* | options: fix off-by-1 error in option help output | wm4 | 2014-03-15 | 1 | -1/+1 |
* | ao: print (estimated) device buffer size on init in verbose mode | wm4 | 2014-03-14 | 1 | -1/+3 |
* | af_volume: don't print missing replaygain tags as error | wm4 | 2014-03-14 | 1 | -1/+1 |
* | af_volume: add detach option | wm4 | 2014-03-14 | 1 | -0/+4 |
* | af_volume: separate softvol volume control from replaygain level | wm4 | 2014-03-14 | 1 | -5/+8 |
* | af_volume: remove double-negated suboption | wm4 | 2014-03-14 | 1 | -3/+3 |
* | af_volume: add support for replaygain pre-amp and clipping prevention | Alessandro Ghedini | 2014-03-13 | 1 | -11/+74 |
* | af_volume: add replaygain support | Alessandro Ghedini | 2014-03-13 | 1 | -0/+22 |
* | af: add metadata field to af_stream and af_instance | Alessandro Ghedini | 2014-03-13 | 4 | -0/+7 |
* | af_lavfi: beat it into working with Libav | wm4 | 2014-03-13 | 1 | -23/+39 |
* | ao_wasapi: Use the character set conversion functions from io.h | Diogo Franco (Kovensky) | 2014-03-11 | 2 | -37/+19 |
* | ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLE | Diogo Franco (Kovensky) | 2014-03-11 | 3 | -34/+89 |
* | ao_wasapi: Implement per-application mixing | Diogo Franco (Kovensky) | 2014-03-11 | 3 | -16/+95 |
* | ao_wasapi: Move non-critical code outside of the event thread | Diogo Franco (Kovensky) | 2014-03-11 | 4 | -271/+203 |
* | ao_wasapi: Split into 2 files | Diogo Franco (Kovensky) | 2014-03-11 | 4 | -900/+1030 |
* | ao_wasapi: Initial conversion to the new pull model | Diogo Franco (Kovensky) | 2014-03-11 | 1 | -154/+73 |
* | ao_sdl: make sure our buffer is always larger than what SDL requests | wm4 | 2014-03-10 | 1 | -0/+6 |
* | ao_alsa: reduce default buffer size | wm4 | 2014-03-10 | 1 | -1/+1 |
* | ao_alsa: fix return value for volume operations with spdif | wm4 | 2014-03-10 | 1 | -1/+1 |
* | audio/out: reduce amount of audio buffering | wm4 | 2014-03-10 | 3 | -5/+19 |
* | ao_alsa: remove unneeded initializations | wm4 | 2014-03-09 | 1 | -6/+0 |
* | ao_alsa: check ALSA PCM state before pause and resume | foo86 | 2014-03-09 | 1 | -5/+9 |
* | ao_wasapi: Use double math for QueryPerformanceCounter correction | Diogo Franco (Kovensky) | 2014-03-09 | 1 | -2/+2 |
* | ao_rsound: pass correct data type to rsd_set_param() | Hans-Kristian Arntzen | 2014-03-09 | 1 | -2/+2 |
* | ao_sdl: use new pull API helpers | wm4 | 2014-03-09 | 1 | -165/+15 |
* | audio/out: make draining a separate operation | wm4 | 2014-03-09 | 20 | -79/+114 |
* | ao_portaudio: use new pull API helpers | wm4 | 2014-03-09 | 1 | -147/+13 |
* | ao_jack: use new pull API helpers | wm4 | 2014-03-09 | 1 | -196/+16 |
* | audio/out: feed AOs from a separate thread | wm4 | 2014-03-09 | 5 | -31/+589 |
* | encode: add locking | wm4 | 2014-03-09 | 1 | -4/+19 |
* | ao_null: add option for simulated device speed | wm4 | 2014-03-09 | 1 | -2/+8 |
* | ao: remove opts field | wm4 | 2014-03-09 | 2 | -2/+0 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 21 | -66/+147 |
* | encode: don't access ao->pts | wm4 | 2014-03-07 | 1 | -1/+4 |
* | ao_wasapi: Slightly improve timer accuracy | Diogo Franco (Kovensky) | 2014-03-06 | 1 | -3/+12 |
* | ao_wasapi: Add device latency to get_delay | Diogo Franco (Kovensky) | 2014-03-06 | 1 | -4/+78 |
* | ao_jack: fix termination on the end of file | wm4 | 2014-03-05 | 1 | -3/+19 |
* | audio: add enum name for speaker id | xylosper | 2014-02-28 | 1 | -1/+1 |
* | ao: document some functions | wm4 | 2014-02-28 | 2 | -3/+35 |
* | command: use the step size for "add volume" commands | wm4 | 2014-02-27 | 2 | -14/+3 |
* | audio: fix signedness of AF_FORMAT_S32P | wm4 | 2014-02-05 | 1 | -1/+1 |
* | w32: use safe DLL search paths everywhere | James Ross-Gowan | 2014-01-27 | 1 | -17/+0 |
* | build: fix usage of HAVE_SDL1 define | Stefano Pigozzi | 2014-01-25 | 1 | -1/+1 |
* | audio/filter: remove redundant log message prefixes | wm4 | 2014-01-24 | 13 | -44/+44 |
* | audio: fix balance control | wm4 | 2014-01-23 | 1 | -2/+2 |
* | af: fixed out-of-bounds accesses caused by NUM_FMT and co. | 11rcombs | 2014-01-19 | 1 | -18/+18 |
* | Factor out setting AVCodecContext extradata | wm4 | 2014-01-11 | 1 | -10/+4 |
* | ao_pulse: lower default buffer size from 1000ms to 250ms | wm4 | 2014-01-07 | 1 | -1/+1 |
* | ao_pulse: add suboption to control buffer size | wm4 | 2014-01-07 | 1 | -1/+8 |
* | audio: check for overflows | wm4 | 2014-01-03 | 1 | -0/+5 |
* | 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 | 201 |