summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* ao_dsound: fix compilationwm42013-06-161-0/+2
* audio/out: remove ao->outburst/buffersize fieldswm42013-06-1612-73/+64
* audio/out: don't require AOs to set ao->bpswm42013-06-169-40/+28
* audio: fix af_fmt_seconds_to_bytesStefano Pigozzi2013-06-164-8/+13
* audio/out: remove wrapper for old AOswm42013-06-163-130/+0
* ao_jack: use mp_ringStefano Pigozzi2013-06-161-31/+12
* ao_portaudio: use mp_ringStefano Pigozzi2013-06-162-57/+15
* core: add a spsc ringbuffer implementationStefano Pigozzi2013-06-165-164/+33
* ao_coreaudio: fix output with spdifStefano Pigozzi2013-06-161-5/+4
* ao_coreaudio: split ringbuffer in it's own fileStefano Pigozzi2013-06-163-73/+159
* ao_coreaudio: move to new libao APIStefano Pigozzi2013-06-161-310/+339
* ao_coreaudio: uncrustifyStefano Pigozzi2013-06-161-491/+553
* encode_lavc strings: use new option syntaxRudolf Polzer2013-06-161-1/+1
* options: remove --stereowm42013-06-132-14/+1
* ao_oss: fix compilation on BSDwm42013-06-111-2/+3
* core: make options.c compile standalonewm42013-06-081-0/+2
* ao_jack: remove global variableswm42013-06-071-71/+79
* ao_jack: align data sizes on audio frame sizewm42013-06-071-5/+5
* ao_jack: switch to new AO APIwm42013-06-071-62/+62
* ao_jack: uncrustifywm42013-06-071-211/+236
* ao_oss: remove duplicated format infowm42013-06-071-50/+27
* ao_oss: remove global variableswm42013-06-071-80/+104
* ao_oss: switch to new AO APIwm42013-06-071-128/+117
* ao_oss: uncrustifywm42013-06-071-298/+334
* ao_openal: switch to new AO APIwm42013-06-041-52/+66
* ao_openal: uncrustifywm42013-06-041-172/+185
* ao_jack: add (no-)connect suboptionreimar2013-06-041-11/+17
* ao_dsound: remove global variableswm42013-06-041-100/+129
* ao_dsound: switch to new AO APIwm42013-06-041-61/+70
* ao_dsound: uncrustifywm42013-06-041-339/+375
* core: add common function to initialize AVPacketwm42013-06-031-5/+2
* Replace calls to usec_sleep()wm42013-05-265-7/+7
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-263-16/+16
* ao_alsa: always unset ALSA error handler, cleanup on init errorwm42013-05-261-8/+9
* af_lavfi: add libavfilter bridgewm42013-05-232-0/+310
* chmap: fix oddity due to ambiguous 6.1 ffmpeg channel layoutwm42013-05-131-2/+3
* audio: fix ALSA 4 channel surround outputwm42013-05-132-2/+4
* af_lavrresample: fix inverted conditionwm42013-05-131-1/+1
* audio: fix compilation with older libavresample versionswm42013-05-133-1/+68
* ao_coreaudio: fix switched parameterswm42013-05-121-1/+1
* Merge branch 'audio_changes'wm42013-05-1262-3498/+3143
|\
| * af: improve filter chain setup retry limitwm42013-05-121-1/+10
| * audio: add double sample formatwm42013-05-123-14/+12
| * ao_alsa: set fallback if format unknownwm42013-05-121-4/+6
| * audio/out: channel map selectionwm42013-05-1214-68/+114
| * audio: add channel map selection functionwm42013-05-127-20/+297
| * ao_pulse: move format setup codewm42013-05-121-27/+27
| * af_lavrresample: avoid channel reordering with unknown layoutswm42013-05-121-8/+24
| * ao_openal: use channel map instead of ALSA fixed layoutwm42013-05-121-10/+31
| * audio/filters: add af_forcewm42013-05-124-0/+155
| * ao: remove ao_driver.is_new fieldwm42013-05-129-9/+0
| * ao_alsa: remove global variableswm42013-05-121-110/+116
| * ao_alsa: switch to new AO APIwm42013-05-121-39/+54
| * af_ladspa: code cleanupeng2013-05-121-15/+17
| * audio: print channel map additionally to channel count on terminalwm42013-05-124-19/+31
| * ao_alsa: map to exact channel layoutwm42013-05-121-38/+48
| * ao_alsa: move format lookup into separate functionwm42013-05-121-58/+36
| * ao_alsa: more reformatwm42013-05-121-118/+113
| * af: print filter chain info on errorwm42013-05-121-15/+16
| * ao_alsa: cosmetics, macro-fy error reportingwm42013-05-121-321/+181
| * ao_alsa: uncrustifywm42013-05-121-623/+717
| * ad_lavc: force channel layout pass-through with demux_rawaudiowm42013-05-121-2/+11
| * ao_coreaudio: switch to WAVEEXT channel orderwm42013-05-121-2/+1
| * ao_pulse: try to set correct channel layoutwm42013-05-121-2/+54
| * core: use channel map on demuxer level toowm42013-05-124-21/+34
| * reorder_ch: remove old channel reorder functionswm42013-05-124-1497/+0
| * audio: let libavresample do channel reorderingwm42013-05-121-3/+49
| * af_lavrresample: context is always allocated herewm42013-05-121-2/+1
| * audio/out: switch to channel mapwm42013-05-1219-235/+158
| * af_pan: set unknown channel layout for outputwm42013-05-121-2/+11
| * af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-1212-57/+64
| * audio: add some setters for mp_audio, and require filters to use themwm42013-05-1228-178/+166
| * audio: add channel map APIwm42013-05-123-3/+613
| * audio/filter: remove unused AF_CONTROLswm42013-05-127-213/+1
| * options: add option to prevent decoder audio downmixingwm42013-04-131-3/+24
| * af: fix negotiation endless loopwm42013-04-131-3/+2
| * af: streamline format negotiationwm42013-04-133-167/+210
| * af_lavrresample: add no-detach suboptionwm42013-04-131-1/+6
| * options: remove --af-advwm42013-04-133-23/+1
| * af: remove accuracy optionwm42013-04-131-15/+4
| * af: remove force optionwm42013-04-131-64/+49
| * audio: remove float processing optionwm42013-04-135-30/+5
| * audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-135-44/+44
| * ao_alsa: reorder channels from internal to alsa orderwm42013-04-131-0/+6
| * af: simplificationwm42013-04-131-35/+20
| * af: factor channel filter insertionwm42013-04-131-30/+45
| * af: use af_lavrresample for format conversions, if possiblewm42013-04-134-45/+111
| * af: remove automatically inserted filters on full reinitwm42013-04-132-31/+44
| * af_lavrresample: allow other ffmpeg sample formats for input/outputwm42013-04-131-17/+48
| * audio/filter: replace pointless memcpys with assignmentswm42013-04-134-17/+10
| * af: uncrustifywm42013-04-132-466/+496
| * ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-133-18/+95
* | OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-5/+0
* | encoding: fix final audio frame syncRudolf Polzer2013-04-281-10/+22
* | audio/decode: remove vararg from ad_control()wm42013-04-125-5/+5
|/
* ao_jack: fix deprecation warningStefano Pigozzi2013-04-121-2/+5
* mplayer: keep volume persistent, even when using --volumewm42013-04-102-0/+6
* ao_dsound: add missing includeKovensky2013-03-231-0/+1
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-135-795/+280
* Prefix CODEC_ID_ with AV_wm42013-03-132-15/+15
* af_lavcac3enc: switch to avcodec_encode_audio2()wm42013-03-131-45/+71
* Add a --dtshd optionWessel Dankers2013-03-041-13/+22
* Rename af_volnorm to af_drcMartin2013-02-122-20/+20
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-8/+10
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-101-24/+18
* core: redo how codecs are mapped, remove codecs.confwm42013-02-109-250/+148
* dec_audio: uncrustifywm42013-02-092-193/+203
* audio/out, video/out: hide encoding VO/AOwm42013-02-063-8/+19
* audio/out: prefer ao_dsound over ao_portaudiowm42013-02-061-3/+3
* mixer: prefer AO softvol control over volume filterwm42013-02-062-2/+3
* ao_dsound: support 6.1 and 7.1 channel configurationswm42013-02-061-30/+43
* ao_coreaudio: use 0 as timeout for CFRunLoopRunInModeMad Fish2013-01-201-1/+1
* Replace strsep() useswm42013-01-131-2/+7
* mixer: keep fractional part of volume settingUoti Urpala2013-01-131-2/+2
* af_volnorm: fix output range with float inputUoti Urpala2013-01-131-3/+3
* ao_alsa: do not call snd_pcm_delay() when pausedwm42013-01-061-0/+8
* ao_sdl: fix compilation with Libavwm42013-01-061-0/+1
* audio: make de-planarization fasterwm42012-12-283-16/+44
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-282-4/+4
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-282-0/+383
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-6/+7
* ao_lavc: stop using av_get_alt_sample_fmtRudolf Polzer2012-12-131-6/+6
* cleanup: remove ao.brokenptswm42012-12-121-1/+0
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-119-1228/+4
* audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCMwm42012-12-112-164/+0
* audio/decode: remove ad_pcm and use ad_lavc for PCMwm42012-12-113-226/+95
* audio: make AC3 pass-through with ad_spdif workreimar2012-12-034-24/+30
* audio: improve decoder open failure handlingUoti Urpala2012-12-031-0/+2
* ao_pcm: fix references to -novideowm42012-12-031-8/+1
* af_lavcac3enc, encode: support planar formatsRudolf Polzer2012-12-034-7/+138
* ao_pulse: do not allow setting volume over 100%wm42012-11-241-2/+2
* core: fix crash when video filter returns inf as PTSwm42012-11-201-1/+1
* Fix potential bugs and issues, general cleanupsreimar2012-11-203-5/+7
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-141-0/+1
* mixer: fix lowering hw volume while mutedUoti Urpala2012-11-141-1/+1
* ao_coreaudio: fix deprecation warningsStefano Pigozzi2012-11-131-6/+6
* Add missing compat/libav.h includeswm42012-11-121-0/+1
* Rename directories, move files (step 2 of 2)wm42012-11-1235-98/+93
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1268-0/+22057