aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* af_pan: set unknown channel layout for outputGravatar wm42013-05-12
* af: use mp_chmap for mp_audio, include channel map in format negotiationGravatar wm42013-05-12
* audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
* audio: add channel map APIGravatar wm42013-05-12
* audio/filter: remove unused AF_CONTROLsGravatar wm42013-05-12
* options: add option to prevent decoder audio downmixingGravatar wm42013-04-13
* af: fix negotiation endless loopGravatar wm42013-04-13
* af: streamline format negotiationGravatar wm42013-04-13
* af_lavrresample: add no-detach suboptionGravatar wm42013-04-13
* options: remove --af-advGravatar wm42013-04-13
* af: remove accuracy optionGravatar wm42013-04-13
* af: remove force optionGravatar wm42013-04-13
* audio: remove float processing optionGravatar wm42013-04-13
* audio: switch to libavcodec channel order, use libavresample for mixingGravatar wm42013-04-13
* ao_alsa: reorder channels from internal to alsa orderGravatar wm42013-04-13
* af: simplificationGravatar wm42013-04-13
* af: factor channel filter insertionGravatar wm42013-04-13
* af: use af_lavrresample for format conversions, if possibleGravatar wm42013-04-13
* af: remove automatically inserted filters on full reinitGravatar wm42013-04-13
* af_lavrresample: allow other ffmpeg sample formats for input/outputGravatar wm42013-04-13
* audio/filter: replace pointless memcpys with assignmentsGravatar wm42013-04-13
* af: uncrustifyGravatar wm42013-04-13
* ad_lavc: use fmt-conversion to map sample formatsGravatar Stefano Pigozzi2013-04-13
* ao_jack: fix deprecation warningGravatar Stefano Pigozzi2013-04-12
* mplayer: keep volume persistent, even when using --volumeGravatar wm42013-04-10
* ao_dsound: add missing includeGravatar Kovensky2013-03-23
* af_lavrresample: add new resampling filter to replace the old onesGravatar Stefano Pigozzi2013-03-13
* Prefix CODEC_ID_ with AV_Gravatar wm42013-03-13
* af_lavcac3enc: switch to avcodec_encode_audio2()Gravatar wm42013-03-13
* Add a --dtshd optionGravatar Wessel Dankers2013-03-04
* Rename af_volnorm to af_drcGravatar Martin2013-02-12
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlyGravatar wm42013-02-10
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupGravatar wm42013-02-10
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* dec_audio: uncrustifyGravatar wm42013-02-09
* audio/out, video/out: hide encoding VO/AOGravatar wm42013-02-06
* audio/out: prefer ao_dsound over ao_portaudioGravatar wm42013-02-06
* mixer: prefer AO softvol control over volume filterGravatar wm42013-02-06
* ao_dsound: support 6.1 and 7.1 channel configurationsGravatar wm42013-02-06
* ao_coreaudio: use 0 as timeout for CFRunLoopRunInModeGravatar Mad Fish2013-01-20
* Replace strsep() usesGravatar wm42013-01-13
* mixer: keep fractional part of volume settingGravatar Uoti Urpala2013-01-13
* af_volnorm: fix output range with float inputGravatar Uoti Urpala2013-01-13
* ao_alsa: do not call snd_pcm_delay() when pausedGravatar wm42013-01-06
* ao_sdl: fix compilation with LibavGravatar wm42013-01-06
* audio: make de-planarization fasterGravatar wm42012-12-28
* sdl, encode_lavc: fix copyright headersGravatar Rudolf Polzer2012-12-28
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverGravatar Rudolf Polzer2012-12-28
* path: add mp_find_config_file and reorganize some of the codeGravatar Stefano Pigozzi2012-12-15
* ao_lavc: stop using av_get_alt_sample_fmtGravatar Rudolf Polzer2012-12-13