aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* af_volume: some more cosmeticsGravatar wm42013-10-26
* af_volume: switch to new option parsingGravatar wm42013-10-26
* af_volume: uncrustifyGravatar wm42013-10-26
* af_volume: don't change volume if nothing is to be changedGravatar wm42013-10-26
* af_volume: remove unused featuresGravatar wm42013-10-26
* audio/filter: remove useless af_info fieldsGravatar wm42013-10-23
* af_force: set format early for better debug outputGravatar wm42013-10-23
* af_force: minor simplificationsGravatar wm42013-10-23
* audio/filter: rename af_force.c to af_format.cGravatar wm42013-10-23
* audio/filter: split af_format into separate filters, rename af_forceGravatar wm42013-10-23
* af_lavrresample: actually free resamplerGravatar wm42013-10-19
* af: merge af_reinit() and fix_output_format()Gravatar wm42013-09-20
* mixer, af_volume: use linear values instead of dBGravatar wm42013-09-19
* af_export: fix compilation warningGravatar wm42013-09-19
* Config path functions can return NULLGravatar wm42013-09-18
* audio: make internal audio format 0 an invalid formatGravatar wm42013-08-26
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* core: change speed option/property to doubleGravatar wm42013-08-05
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: make legacy hacks for AFs/VFs more explicitGravatar wm42013-07-22
* af_bs2b: use new option APIGravatar wm42013-07-22
* af_lavfi: switch to new option APIGravatar wm42013-07-22
* af_scaletempo: use new option APIGravatar wm42013-07-22
* af_lavrresample: switch to new option APIGravatar wm42013-07-22
* af_force: use new option APIGravatar wm42013-07-22
* audio/filter: use new option APIGravatar wm42013-07-22
* af_force: add option that causes filter to fail at initializationGravatar wm42013-07-22
* af: fix recovery code for filter insertion (changing volume with spdif crash)Gravatar wm42013-07-22
* af_lavfi: add libavfilter bridgeGravatar wm42013-05-23
* af_lavrresample: fix inverted conditionGravatar wm42013-05-13
* audio: fix compilation with older libavresample versionsGravatar wm42013-05-13
* af: improve filter chain setup retry limitGravatar wm42013-05-12
* af_lavrresample: avoid channel reordering with unknown layoutsGravatar wm42013-05-12
* audio/filters: add af_forceGravatar wm42013-05-12
* af_ladspa: code cleanupGravatar eng2013-05-12
* audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
* af: print filter chain info on errorGravatar wm42013-05-12
* reorder_ch: remove old channel reorder functionsGravatar wm42013-05-12
* audio: let libavresample do channel reorderingGravatar wm42013-05-12
* af_lavrresample: context is always allocated hereGravatar wm42013-05-12
* 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
* 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